- 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 scrape
GET
/api/v1/crawler/scrape/{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/' \
--header 'x-api-token;'
Responses
🟢200OK
application/json
Body
success
boolean
optional
status
string
optional
scraping
, completed
, or failed
.data
object
optional
markdown
string
optional
html
string | null
optional
html
is in formats
rawHtml
string | null
optional
rawHtml
is in formats
screenshot
string | null
optional
screenshot
is in formats
links
array[string]
optional
links
is in formats
metadata
object
optional
error
string
optional
Example
{
"success": false,
"status": "completed",
"data": {
"markdown": "qui",
"html": "sunt",
"rawHtml": null,
"screenshot": null,
"links": [
"https://sticky-pantyhose.org/"
],
"metadata": {
"title": "questionably buck over esteemed whether into",
"description": "Toties amicitia thesis. Adsidue tam viduo armarium condico tui verbera solitudo. Arcesso cariosus aggredior teneo supplanto contabesco voluntarius decretum cupressus. Speciosus cado advoco adinventitias labore dolores casso creta ver consequuntur. At claustrum verumtamen varietas viscus illo surculus ustilo. Aqua ratione quis cras.",
"language": null,
"sourceURL": "https://turbulent-offset.biz/",
"<any other metadata> ": "in",
"statusCode": 68,
"error": null
}
},
"error": "sint ut nisi"
}
🟠402402
🟠429429
🔴500Server Error