x-api-token: ********************
curl --location --request GET 'https://api.scrapeless.com/api/v1/crawler/crawl/' \
--header 'x-api-token;'
scraping
, completed
, or failed
.includeHtml
is trueincludeRawHtml
is trueincludeLinks
is trueincludeScreenshot
is true{
"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"
}
}
]
}