Starts a new batch. You receive an id that you can use to track the progress of the batch as shown here. Note: Processing time is constant regardless of batch size
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of items to be processed in the batch.
Country for the batch execution. Provide in ISO 3166-1 alpha-2 codes like US(USA), IN(India), etc
You can use this parameter to specify the parser to use. Parsers are useful to extract structured content from web pages. Olostep has a few parsers built in for most common web pages, and you can also create your own parsers.
Get all the links present on each page in the batch.
Set of key-value pairs for storing additional information about an object. Follows Stripe's approach with validation rules: max 50 keys, key max 40 characters (no square brackets), value max 500 characters, all values stored as strings.
{
"order_id": "12345",
"customer_name": "John Doe",
"priority": "high",
"processed": "true"
}
Batch started successfully.
Batch ID
The kind of object. "batch" for this endpoint.
in_progress or completed
Created epoch
Count of URLs in the batch
Count of completed URLs
Set of key-value pairs for storing additional information about an object. Follows Stripe's approach with validation rules: max 50 keys, key max 40 characters (no square brackets), value max 500 characters, all values stored as strings.
{
"order_id": "12345",
"customer_name": "John Doe",
"priority": "high",
"processed": "true"
}
Webhook URL to receive completion notification