Skip to main content
GET
Get Scrape Status

Overview

The /scrape/{jobScrapeId} endpoint retrieves the status and details of a specific scraping job. This is useful for monitoring long-running or asynchronous scraping operations.

Parameters

string
required
The unique identifier of the scraping job

Example Request

Response

Success Response (200)

string
Session data or status information
string
Timestamp of the response in ISO 8601 format
string
Status of the operation (e.g., “success”, “processing”, “failed”)
string
Performance metrics and timing information
Example Response:

Error Responses

Use Cases

  • Job monitoring: Check the status of asynchronous scraping jobs
  • Progress tracking: Monitor long-running scraping operations
  • Debugging: Investigate failed or stuck scraping jobs
  • Analytics: Collect performance metrics for scraping operations