Dataset Download avatar
Dataset Download

Pricing

Pay per event

Go to Apify Store
Dataset Download

Dataset Download

Developed by

idIA Tech

idIA Tech

Maintained by Community

Download any dataset from the Apify platform automatically and in any format you want. Use this actor along with a Dataset toolbox automation tool.

0.0 (0)

Pricing

Pay per event

0

1

1

Last modified

5 hours ago

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:

FieldTypeRequiredDescription
datasetIdstringThe ID of the source dataset (e.g. abc123XYZ).
formatstring❌ (default: json)Output format (json, csv, xlsx, xml…), see the Apify API docs.

Example input:

{
"datasetId": "abc123XYZ",
"format": "json"
}