Meta Ads Manager Exporter
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Meta Ads Manager Exporter scans the current Meta Ads Manager page, finds the main data table (campaigns, ad sets, ads, or other performance data), extracts all visible rows and columns, and exports the data as CSV or JSON. One click downloads a file or copies the data to your clipboard. No need to scroll, copy, or paste manually.
WHERE IT RUNS
This script runs inside the Meta Ads Manager web interface — specifically on business.facebook.com, www.facebook.com/adsmanager, and www.facebook.com/ads/manager. It reads only the page you are looking at, never other tabs, bookmarks, or browser data.
HOW TO USE
Open any Meta Ads Manager table page (Campaigns, Ad Sets, Ads, or any report view). Click the Meta Ads Manager Exporter panel button in the BotGentz extension toolbar. The panel appears at the edge of the page. Choose CSV or JSON format, decide whether to include column headers, then click "Export Table" to download the data or "Copy to Clipboard" to copy it directly. The script reads the currently visible rows — scroll to load all rows before exporting.
TECHNICAL MECHANISM
The tool scans the DOM for the active data table by looking for table elements with typical Meta Ads Manager structure — multiple rows, campaign-like column headers, and performance metric columns. It extracts text from cells rather than HTML, so you get clean data without formatting, images, or clickable links. It automatically detects which row contains headers, even when Meta Ads Manager renders tables without a standard thead element. The export formats are built locally from the extracted data: CSV with proper escaping for commas, quotes, and newlines, or JSON as an array of objects with column names as keys. All processing happens entirely in your browser — no data is sent anywhere.
THE PANEL
The panel is a floating overlay that you can drag anywhere on the screen by its header. It remembers its position per site so it reappears where you left it. The panel can be collapsed into a small handle to get it out of the way, and snapped to the edge of the page. It can be resized to fit your workflow. Press Escape to close the panel.
PLEASE NOTE
This script requires the free BotGentz extension to run. It reads only the page you are viewing — no data is stored or transmitted. Meta Ads Manager pages use dynamic loading; scroll to load all rows before exporting. The script works with the table visible on the current page; if you have filters or date ranges applied, those are reflected in the exported data. This is not affiliated with or endorsed by Meta. Sites change — the script may need updates to match new Meta Ads Manager interfaces.