x-api-token: ********************
{
"actor": "scraper.xxx",
"input": {
"url": "https://www.***.com/shop/us/products/stmicroelectronics/tda7265a-3074457345625542393/"
},
"proxy": {
"country": "US"
},
"async": false
}
curl --location --request POST 'https://api.scrapeless.com/api/v1/scraper/request' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
"actor": "scraper.xxx",
"input": {
"url": "https://www.***.com/shop/us/products/stmicroelectronics/tda7265a-3074457345625542393/"
},
"proxy": {
"country": "US"
},
"async": false
}'
""