Get Scrapes
Returns a list of all scraping results ordered by timestamp (most recent first). Each result contains details about the scraped URL, including its status and access URL for the scraped content.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by URL
Response
The unique identifier for the scraping job that can contain multiple scrapes
pending
, finished
pending
, failed
, success
The timestamp of when the scrape was created
The URL that was scraped
AI-generated analysis or structured data
Content formatted in markdown
The unique identifier for the each URL scrape
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" }