Crawler
Create job
Create and start a web crawler job.
POST
Crawler jobs may take several minutes to complete. Use the Get job endpoint to check the status of a job, and fetch the results from the Get job data endpoint when the job is complete.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Crawler parameters
The body is of type object
.
Response
201
The created job object. Job URL will be provided in Location header.