get_run_dataset_items
Retrieve scraped data items from a web scraping run's default dataset on the Apify platform. Specify run ID, pagination, and field filtering to access structured data.
Instructions
Get items from a run's default dataset.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run ID | |
| offset | No | Number of records to skip (default: 0) | |
| limit | No | Maximum number of records to return (default: 100) | |
| clean | No | Remove empty items and hidden fields (default: false) | |
| fields | No | List of fields to include in the response |