get_dataset_items
Retrieve structured data from Apify datasets using pagination and filtering options to access web scraping results.
Instructions
Get items from a dataset.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Dataset ID or username~dataset-name | |
| 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 |