cURL
curl 'https://api.scrapegraphai.com/v1/smartscraper/YOUR_REQUEST_ID' \ -H 'SGAI-APIKEY: YOUR_API_KEY'
{ "request_id": "<string>", "status": "queued", "website_url": "<string>", "user_prompt": "<string>", "result": {}, "error": "" }
Check the status and retrieve results of a SmartScraper request.
queued
processing
completed
failed
Successful Response
Was this page helpful?