This guide explains how to access, download, and use the data generated by your automations. Whether you're exporting to a spreadsheet, integrating with another tool, or chaining Phantoms together, you'll learn where to find your results and what to do with them.
Free plan and Free Trial users can only download a preview CSV with up to 10 rows of results. Full CSV files, JSON files, and CSV URLs (for Google Sheets or integrations) are only available on paid plans. You also can't upload a CSV file as input on the Free plan. Upgrade anytime to unlock full exports.
What kinds of results automations generate
After each run, your automation produces result files that contain the data it collected or the actions it completed.
There are two types of result files:
- CSV File: Combines results from all runs so far (cumulative).
- JSON File: Includes only the results from the most recent run.
CSV is the most commonly used format, it's great for spreadsheets, reviews, and exports.
JSON is useful for detailed data and integrations.
Where to find and download your results
You can download your results in a few different places, depending on whether you're using Phantoms or Workflows.
From a Phantom console
- Go to your PhantomBuster Dashboard, and click on your Phantom to open the console.
- Open the Results tab.
- Click Download results to get the latest CSV.
- To choose another format, click More and select:
- CSV or JSON
- Download all files
- Copy CSV link
Reminder: If you're on the Free plan or Free Trial, you'll only be able to download the first 10 rows of results. Advanced export options including access to the More button, the full CSV URL, and the results.json file, are not available.
From a Workflow dashboard
You can access and export your results directly from your Workflow dashboard.
Where you'll find the export option depends on the type of Workflow you're using.
Workflows don't have a Results tab and don't support the Copy CSV link option. Export from a Workflow is download-only.
1. Specific LinkedIn prospecting Workflows (from the Solutions page → Workflows banner):
These Workflows include built-in lead qualification and outreach stages.
Your results appear in the Outreach queue panel.
This group includes:
- LinkedIn Search to Outreach
- LinkedIn Group Members to Outreach
- LinkedIn Post Engagers to Lead Outreach
- LinkedIn Company Follower Collector to Outreach
To export your leads:
- Go to your Workflow's Outreach queue.
- Click the Export all leads icon in the top-right corner to download every lead in your queue as a CSV file.
2. All other Workflows (available from the Solutions page with all other Phantoms):
For all other Workflows, your results appear in the Leads tab instead.
To export your leads:
- Go to your Workflow's Leads tab.
- Click the Download icon in the top-right corner to export your leads as a CSV file.
From the LinkedIn Leads page (for LinkedIn and Sales Navigator automations)
If you're using LinkedIn or Sales Navigator automations, your results are automatically organized into dynamic Leads lists.
You can access them in two ways:
-
From your workspace:
→ Go to the LinkedIn Leads page and open a saved list or apply filters to view the leads you want and create a new list.
-
From the automation console:
→ Go to your PhantomBuster Dashboard, and click on your Phantom to open the Phantom's console.
→ Open the Leads tab and click View my leads to jump directly to the LinkedIn Leads page, with the filter for that specific Phantom already applied.
Once you're viewing your list:
- Use filters or select an existing Leads List.
- Click Export to download the leads as a CSV file.
These lead lists are dynamic: when new matching leads are added from compatible Phantoms, they appear automatically if they match the list's filters.
How to open your results after downloading
Once you download a results file (CSV or JSON), it will save to your computer.
-
CSV files will open in whichever spreadsheet tool your computer is set up to use by default.
→ For example, if you have Excel installed, double-clicking the CSV will open it in Excel. - If you prefer another tool, you can import the file into Google Sheets (detailed steps below), Excel, Apache OpenOffice, or any other spreadsheet software that supports CSV.
You can't choose to open the file directly in PhantomBuster. Results must be downloaded first, and then opened with your preferred tool.
Export your data to Google Sheets
Option 1: Manual import (one-time)
Use this method when you want to upload your results once, ideal for reviewing or sharing a static file.
-
Download your results file:
- Go to your PhantomBuster Dashboard, and click on your Phantom to open the Phantom's console.
- Click the Results tab and on Download results to save the CSV file to your computer.
- Open Google Sheets and create a new sheet.
-
Import the file:
- In Google Sheets, click File > Import > Upload, and select the CSV file you just downloaded.
- Choose Replace current sheet, then click Import data.
- Your results are now being loaded into the Google Sheet.
To get updated data, repeat this process the next time your Phantom runs.
Option 2: Dynamic import using "Importdata" function (auto-updating)
Use this when you want your Google Sheet to stay in sync with your latest Phantom results.
Note: Only paid plans have access to CSV file URLs. Free plan users won't be able to retrieve the link needed for the "Importdata" function.
- Open a new Google Sheets file.
- In cell A1, enter the following formula:
=IMPORTDATA("PASTE_YOUR_CSV_URL_HERE")
→ Replace PASTE_YOUR_CSV_URL_HERE with the actual URL of the CSV file you want to import. This will automatically pull data from the specified URL into your Google Sheet, starting from cell A1.
Example: Importing live data from a LinkedIn Search Export Phantom - To get the CSV URL:
- If you're using a Phantom that performs one action (like visiting profiles or extracting leads): Go to the Phantom's console, in the Results tab click More, and select Copy link.
- If you're using a Phantom that performs multiple actions in a sequence (like extracting leads and sending messages): Go to the Phantom's console, and click the download icon.
Google Sheets has size limits for IMPORTDATA. If your file is large, use the manual method instead.
Use your results in other automations
Use results as input for other Phantoms
Your exported data can be used as input for other Phantoms, enabling you to automate further actions based on your collected results.
For example:
- Automatically send connection requests using a LinkedIn leads list.
- Follow-up messages to collected LinkedIn leads.
→ For more details on how to chain Phantoms, check out our guide on How to Chain Phantoms to Build Automated Sequences.
Integrate with Zapier, Make.com, or API
You can integrate your exported data with other platforms for more extended workflows:
- Zapier: Create automated workflows to send data from your Phantom to apps like Google Sheets or CRMs.
- Make.com: Build scenarios to process data automatically.
- API: Use PhantomBuster's API for advanced custom integrations.
LinkedIn Profile Visitor: CSV only shows partial data
If you're using the LinkedIn Profile Visitor Phantom, your CSV file will only include basic profile details, like the name and headline, and the first two job experiences.
The full dataset is always saved in your JSON results file.
To access it: go to your Results tab, click More, and download results.json. You can then convert it to a spreadsheet using a JSON-to-CSV tool.
→ See How to Fix Incomplete LinkedIn Profile Data in CSV Results for a full step-by-step walkthrough including conversion options.
About "Keep only current results in JSON": This setting (in the Behavior step under Advanced behavior settings) controls whether results accumulate across runs or get overwritten with each new run.
It doesn't affect whether the JSON file is available - you can always download it from the Results tab.
Frequently asked questions
Where do I find my Phantom's results?
Go to your Dashboard, click the Phantom to open its console, then open the Results tab. Click Download results for the CSV, or click More for JSON, full file downloads, or the CSV URL.
What's the difference between CSV and JSON results?
CSV combines results from all runs so far (cumulative) and works well with spreadsheets. JSON includes only the results from the most recent run and is useful for detailed data and integrations.
Can I sync my results automatically with Google Sheets?
Yes. Paid plan users can copy the CSV URL from the Results tab and use Google Sheets' =IMPORTDATA() formula to pull in live data that updates after each Phantom run.
Why does my CSV only show 10 rows when my Phantom found more results?
Free plan and Free Trial users can only download a preview CSV with up to 10 rows. Your Phantom did collect all the results, but the full file is only accessible on a paid plan.
Where do I find my Workflow results?
It depends on the Workflow type. LinkedIn prospecting Workflows show results in the Outreach queue panel. All other Workflows show results in the Leads tab. Both have an export/download icon in the top-right corner.
Can I recover results after deleting a Phantom?
No. Once a Phantom is deleted, its result files are permanently removed and can't be recovered. Always download your results before deleting a Phantom.