cURL
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 }
Submit a query to be scraped
Enter your API key in the format: Bearer <YOUR_API_KEY>
Job created successfully
The response is of type object.
object