Skip to content

Submit a scrape job

POST
/api/v1/jobs
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/jobs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "url": "example", "workflowId": "example" }'
Media type application/json
object
url
required
string
workflowId
string
Example generated
{
"url": "example",
"workflowId": "example"
}

Job created successfully

Media type application/json
object
id
string format: uuid
status
string
Allowed values: queued running completed failed
url
string
workflowId
string format: uuid
version
integer
providerId
string
nullable
statusCode
integer
nullable
latencyMs
integer
nullable
errorType
string
nullable
errorMessage
string
nullable
scheduleId
string format: uuid
nullable
createdAt
string format: date-time
completedAt
string format: date-time
nullable
Example
{
"status": "queued"
}

Insufficient credits