Pricing
from $1.50 / 1,000 dataset downloads
Go to Apify Store
Dataset Download
Under maintenanceDownload any dataset from the Apify platform automatically and in any format you want. Use this actor along with a Dataset toolbox automation tool.
Pricing
from $1.50 / 1,000 dataset downloads
Rating
0.0
(0)
Developer
Actor stats
1
Bookmarked
7
Total users
1
Monthly active users
10 months ago
Last modified
Categories
Share
Apify Dataset Download
Easily download and republish the contents of an existing Apify dataset into a new dataset.
This actor is useful if you want to share or re-export data that was previously collected by another actor.
β¨ Features
- π₯ Fetches an existing dataset by its ID.
- π Pushes the data as-is into the actorβs default dataset.
- π Provides a direct download URL in the selected format.
- β
Supports multiple formats:
json,csv,xlsx, and more.
βοΈ Input
The actor accepts a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
datasetId | string | β | The ID of the source dataset (e.g. abc123XYZ). |
format | string | β (default: json) | Output format (json, csv, xlsx, xmlβ¦), see the Apify API docs. |
Example input:
{"datasetId":"abc123XYZ","format":"json"}
