GET
/
v1
/
smartscraper
/
{request_id}

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
request_id
string
required
status
enum<string>
required
Available options:
queued,
processing,
completed,
failed
user_prompt
string
required
website_url
string
required
error
string
default:
result
object | null