crawl_results
Retrieve scraped items from a running or finished crawl with cursor-based pagination, using a limit per page and continuing with the returned next cursor.
Instructions
Page through a crawl's scraped items.
cursor: line offset to start from (use the returned next_cursor to continue).
limit: items per page (1-1000). Safe to call while the crawl is still running --
you get whatever has been written so far.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| job_id | Yes |