Endpoints
Scrape With Login
POST
/
scrape_with_login
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
url
string
requiredusername
string
requiredpassword
string
requiredai_prompt
string | null
json_schema_title
string | null
Optional title for the schema definition
json_schema
object | null
Optional schema definition for structured data extraction
login_url
string | null
Response
200 - application/json
job_id
string
required