GET
/
v1
/
smartscraper
/
{request_id}
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": ""
}

This endpoint allows you to check the status of a SmartScraper request and retrieve its results once completed.

Status Values

  • queued: Request is waiting to be processed
  • processing: Request is being processed
  • completed: Request has finished successfully
  • failed: Request failed to process

Authorizations

SGAI-APIKEY
string
header
required

Path Parameters

request_id
string
required

Response

200
application/json

Successful Response

The response is of type object.