get_batch_results
Retrieve paginated results from a batch scraping job using its batch ID.
Instructions
Retrieve paginated results for a completed or in-progress batch_scrape job. Use the batchId returned by batch_scrape. Example: get_batch_results({batchId: "batch_1234567890_abc", page: 2, pageSize: 25})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| batchId | Yes | The batch ID returned by batch_scrape | |
| pageSize | No | Number of results per page |