
Facebook Ads Scraper
Pricing
from $3.40 / 1,000 campaigns

Facebook Ads Scraper
Extract advertising data from one or multiple Facebook Pages. Get page details, reach estimates, publisher platforms, report count, number of impressions, ad IDs, timestamps, and more. Download Facebook ads data in JSON, CSV, and Excel and use it in apps, spreadsheets, and reports.
4.4 (10)
Pricing
from $3.40 / 1,000 campaigns
190
Total users
9.2K
Monthly users
853
Runs succeeded
>99%
Issues response
2.4 days
Last modified
2 days ago
MCP Result contains only the Overview
Closed
When making request through MCP, The response contains only the overview, not the "All Fields" details. I can see in Runs the full information, but I need it in the MCP response.

Hey and thank you for using Apify Actors and Apify MCP Server!
This is currently behavior of the Apify MCP Server - if the Actor has defined dataset views (like "overview"), then it returns only fields mentioned in a view like that and if the Actor has no views defined it dumps all the fields. We are planning to change this behavior; the next release of mcp.apify.com that changes this should be in a couple of days.
Once the changes are released on mcp.apify.com, the Actor runs will return the dataset ID, and then if you enable the storage
tools (using ?tools=storage
or --tools storage
, more details here https://docs.apify.com/platform/integrations/mcp#dynamic-actor-tooling) you will be able to retrieve any fields you want from the resulting dataset.
Feel free to reply if you have any additional questions.
Jakub
jonmo
Will it be a breaking change for the current Apify MCP Server? in the past, we had to use the getDataset function, but this has been removed. Will it be something similar?
Thank you

It will be essentially the same tool; actually, the dataset-related functions (get-dataset
, get-dataset-items
, get-dataset-list
) are still available through the Apify MCP server, but you need to explicitly enable them via the tools
parameter, as I mentioned above (this can change in future but right now they are NOT enabled by default).

I will close the issue for now but feel free to reopen it if you need further help;)