x-api-token: ********************
{
"url": "http://example.com",
"formats": [
"markdown"
],
"onlyMainContent": true,
"includeTags": [
"string"
],
"excludeTags": [
"string"
],
"headers": {},
"waitFor": 0,
"timeout": 30000,
"browserOptions": {
"sessionName": "string",
"sessionTTL": "string",
"sessionRecording": "string",
"proxyCountry": "string",
"proxyURL": "string",
"fingerprint": "string"
}
}
curl --location --request POST 'https://api.scrapeless.com/api/v2/crawler/scrape' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
"url": "http://example.com",
"formats": [
"markdown"
],
"onlyMainContent": true,
"includeTags": [
"string"
],
"excludeTags": [
"string"
],
"headers": {},
"waitFor": 0,
"timeout": 30000,
"browserOptions": {
"sessionName": "string",
"sessionTTL": "string",
"sessionRecording": "string",
"proxyCountry": "string",
"proxyURL": "string",
"fingerprint": "string"
}
}'
{
"success": true,
"id": "string"
}