POST
/
searchgpt
/
jobs
curl --request POST \
  --url https://app.gptscraper.com/api/searchgpt/jobs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "screenshot": true,
  "country": "<string>"
}'
{
  "jobId": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <YOUR_API_KEY>

Body

application/json

Response

200
application/json

Job created successfully

The response is of type object.