
Retrieve items from an Apify dataset - the stored results from an actor run.
Retrieve items from an Apify dataset - the stored results from an actor run.

Pull the results stored in an Apify dataset into Databar. Each item in the dataset becomes its own row. Datasets are created automatically when an actor runs and stores results - you can find the dataset ID in your Apify Console under Storage > Datasets, or it is returned as 'defaultDatasetId' when you run an actor.
Use the Fields parameter to limit which columns are returned, keeping your table clean when an actor produces many fields you don't need. Use Skip Empty to filter out any items the actor failed to extract.
This is the recommended way to work with actors that run for longer periods - run the actor in Apify, then pull the completed dataset into Databar for enrichment and analysis.


