All tools
ApifyA

by Apify

Get an Actor run's results

Returns the items an Actor run saved to a dataset, such as scraped records, a page at a time.

View on GitHub
Updated Sep 27, 2026Available asMCPCLIAPI

Description

Pass the dataset ID the run returned (`defaultDatasetId` on the run object) and page with `limit` and `offset`. The API and the CLI can also return the items as CSV, JSONL, XLSX and other formats.

get-dataset-items.md

Get an Actor run's results

Returns the items an Actor run saved to a dataset, such as scraped records, a page at a time.

Pass the dataset ID the run returned (defaultDatasetId on the run object) and page with limit and offset. The API and the CLI can also return the items as CSV, JSONL, XLSX and other formats.

Set up

Use the first option your agent supports.

MCP (official, remote)

Add this server to your agent's MCP settings, then sign in when asked.

{ "mcpServers": { "apify": { "url": "https://mcp.apify.com" } } }

Call the MCP tool get-dataset-items.

Server URL: https://mcp.apify.com

CLI (official)

Install the command, then confirm it runs.

npm install -g apify-cli
apify --version

Run apify datasets get-items.

API (official)

Before doing anything else, make one read-only call to confirm access.

Rules

  • Ask the user before anything that sends messages, costs money, or changes data.
  • Never print API keys.

Built from these files in the repository

The layout and the rules come from lib/catalog/render-markdown.ts, the set-up wording from lib/catalog/render-access.ts.

Ways in

RouteSourceCallRequiredDocs
MCPOfficial · remoteget-dataset-itemsOAuthDocs
CLIOfficialapify datasets get-itemsOAuthDocs
APIOfficialGET /datasets/{datasetId}/itemsAPI key in $APIFY_TOKENDocs

Workflows using Get an Actor run's results

No workflows yet
No published workflow uses Get an Actor run's results yet.