Skip to main content
POST
/
v0
/
scrape-jobs
/
{id}
/
start
Start scraping all pages of a scrape job
curl --request POST \
  --url https://api.avidoai.com/v0/scrape-jobs/{id}/start \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>'
{
  "pageCount": 10
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Path Parameters

id
string<uuid>
required

The unique identifier of the scrape job

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Scrape job started successfully

Response after starting all pages scrape

pageCount
integer
required

The total number of pages scraped

Example:

10