GET
/
list_scrapes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

job_id
string | null
markdown
boolean
default:
false
ai_response
boolean
default:
false
url
string | null

Filter by URL

Response

200 - application/json
job_id
string
required

The unique identifier for the scraping job that can contain multiple scrapes

job_status
enum<string>
required
Available options:
pending,
finished
scrape_status
enum<string>
required
Available options:
pending,
failed,
success
scrape_timestamp
string
required

The timestamp of when the scrape was created

scrape_url
string
required

The URL that was scraped

ai_response
string | null

AI-generated analysis or structured data

markdown
string | null

Content formatted in markdown

scrape_id
string | null

The unique identifier for the each URL scrape

signed_url
string | null

Pre-signed URL containing the scraping results in JSON format with structure: { "ai_response": "AI-generated analysis or structured data", "markdown": "Content formatted in markdown", "html": "Raw HTML content from the scraped page" }