Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by URL
Response
Successful Response
The unique identifier for the scraping job that can contain multiple scrapes
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
pending
, failed
, success
The URL that was scraped
"https://example.com"
The timestamp of when the scrape was created
"2024-03-15T10:30:00Z"
pending
, finished
The unique identifier for the each URL scrape
"550e8400-e29b-41d4-a716-446655440000"
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" }
"https://docyjgyvimrauivbukcp.supabase.co/storage/v1/object/sign/scrapes-data/..."
AI-generated analysis or structured data
Content formatted in markdown