Dataset Download
Pricing
from $1.50 / 1,000 dataset downloads
Go to Apify Store
Under maintenance
Dataset Download
Download 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

idIA Tech
Maintained by Community
Actor stats
1
Bookmarked
4
Total users
4
Monthly active users
3 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"}


