Use this file to discover all available pages before exploring further.
When to use: After starting a crawl job with the POST endpoint, use this endpoint to:
Check if the crawl is complete
Monitor real-time progress
Get the total number of listings found when the crawl completes
Authentication Required: This endpoint requires a valid API key. The API key is verified, but execution IDs are not restricted to specific API keys. Keep your execution IDs secure.Cancel Running Executions: If you need to stop a crawl that is currently running, use DELETE /v1/crawl/{execution_id} to stop the execution.
The execution ID returned from POST /v1/crawlFormat:crawl-{hostname}-{uuid}Note: If the execution ID does not exist, the endpoint returns a 404 Not Found error.
Total number of product listings discovered during the crawl (only available when status is “completed”)Note: This value is extracted from the execution output and may be null if the crawl is still running or if the count cannot be determined.