Create Scrape Job

Create an on-demand scrape job, typically used for larger/bulk scraping jobs. Currently only supports PERSON scrapes by linkedinIds. Supports up to 100,000 linkedinIDs in a single job.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
entityTypeenumRequired
Allowed values:
linkedinIdslist of stringsRequired
maxCacheDaysintegerOptional

The threshold / number of days required since the last scrape to trigger a scrape. Minimum and default value is 1 day.

Response

This endpoint returns an object.
idstring
statusenum
Allowed values:
createdAtstring
entityTypeenum
Allowed values:
totalEntitiesinteger
processedEntitiesinteger

Errors