Endpoints
Scrape With Login
Scrapes web content from authenticated pages by handling login processes before accessing the target URL. Supports authentication form-based login
POST
/
scrape_with_login
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Optional schema definition for structured data extraction. Format should follow OpenAI's function calling schema format (https://platform.openai.com/docs/guides/structured-outputs).
Example types:
- string: "type": "string"
- integer: "type": "integer"
- number: "type": "number"
- boolean: "type": "boolean"
- array: "type": "array", "items": {"type": "string"}
- object: "type": "object", "properties": {...}
Response
200 - application/json
The identifier for the scraping job