{ "url": "https://example.com", "options": { "max_pages": 10, "max_depth": 3, "timeout": 30000, "scroll": true, "screenshot": false, "actions": [ { "type": "scroll", "duration": 1000 } ] } }
{ "success": true, "data": { "pages": [ { "url": "https://example.com", "content": "Extracted content...", "metadata": { "depth": 0, "timestamp": "2024-03-19T12:00:00Z" } } ], "metadata": { "total_pages": 1, "max_depth_reached": 0, "duration": 1200 } } }
Crawl an entire website 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