{ "url": "https://example.com", "options": { "timeout": 30000, "wait_for_selector": "#main-content", "actions": [ { "type": "scroll", "duration": 1000 }, { "type": "click", "selector": ".load-more" } ] } }
{ "success": true, "data": { "url": "https://example.com", "content": "Extracted content...", "metadata": { "timestamp": "2024-03-19T12:00:00Z" } } }
Scrape a single URL with advanced options
Bearer <token>
<token>
Show options
Show Action Object
Show properties
Show Validation Error
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type object.
object