- User
- Scraping Browser
- Scraping API
- shopee
- br sites
- amazon
- google search
- google trends
- google flights
- google flights chart
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- Scraper RequestPOST
- Scraper GetResultGET
- Universal Scraping API
- Crawler
- Scrape
- Crawl
- Public
Get the status of a batch scrape job
GET
/api/v1/crawler/scrape/batch/{id}
Scraping
Last modified:2025-06-04 10:04:20
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.scrapeless.com/api/v1/crawler/scrape/batch/' \
--header 'x-api-token;'
Responses
🟢200OK
application/json
Body
status
string
optional
scraping
, completed
, or failed
.total
integer
optional
completed
integer
optional
data
array [object {6}]
optional
markdown
string
optional
html
string | null
optional
includeHtml
is truerawHtml
string | null
optional
includeRawHtml
is truelinks
array[string]
optional
includeLinks
is truescreenshot
string | null
optional
includeScreenshot
is truemetadata
object
optional
Example
{
"status": "string",
"total": 0,
"completed": 0,
"data": [
{
"markdown": "string",
"html": "string",
"rawHtml": "string",
"links": [
"string"
],
"screenshot": "string",
"metadata": {
"title": "string",
"description": "string",
"language": "string",
"sourceURL": "http://example.com",
"<any other metadata> ": "string",
"statusCode": 0,
"error": "string"
}
}
]
}
🟠402402
🟠429429
🔴500Server Error