This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!
Search Console Table Exporter
Productivity · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — try it free, no account needed.
CategoryProductivity
PlatformAll
Pricing
Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.
Download for
iOS
App Store
Download for
Android
Google Play
Download for
Windows
.exe installer
Download for
macOS
.dmg universal
Download for
Linux
.AppImage
Try BotSurf in your browser — no install
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
Search Console Table Exporter finds every HTML table on the current page and lets you export their data in your preferred format. Choose from CSV, JSON, or TSV, select which columns to include, pick your delimiter (comma, semicolon, or tab), and decide whether to keep headers. One click downloads the file or copies the data to your clipboard. No manual selection, no copy-paste hassles, no reformatting—just clean, structured data from any table you see.
WHERE IT RUNS
This script works on any website that uses standard HTML tables—Google Search Console, analytics dashboards, e-commerce order lists, database admin panels, wiki tables, financial reports, sports statistics, government data portals, and more. If it renders as a table in your browser, this script can export it. No site-specific selectors, no hardcoded class names—it detects table structure automatically.
HOW TO USE
Once the BotGentz extension is installed, open any page with a table. Click the script's icon in the panel to open the exporter. The tool automatically detects all tables on the page and lists them in a dropdown. Select the table you want, choose your format, pick columns, and click Export. The file downloads instantly. Need the data in another app? Click Copy to Clipboard and paste it directly into Excel, Google Sheets, or any text editor. Settings persist per site and globally—your last-used format and delimiter are saved automatically.
TECHNICAL MECHANISM
The script queries the DOM using document.querySelectorAll('table') to find all table elements. For each table, it traverses the DOM tree to extract headers from and elements, and data rows from and cells. If no explicit headers exist, it falls back to the first row or generates column numbers. Column selection filters the data by building an index map of chosen columns, then remapping each row to only those indices. Export formats are generated client-side—CSV and TSV use RFC-compliant escaping for commas, quotes, and newlines, while JSON outputs an array of objects with headers as keys. The download uses a Blob and URL.createObjectURL for memory-efficient file generation, with automatic cleanup after five seconds. No data ever leaves your machine—the entire export happens in your browser.
THE PANEL
The exporter runs inside BGPanel, a lightweight UI system built into the BotGentz extension. Drag the panel by its header to reposition it anywhere on screen—it snaps to edges and remembers its position per site. Click the header to collapse the panel into a small bubble; click again to expand. Resize the panel by dragging its bottom-right corner. Press Escape at any time to close the panel. The panel stays out of your way but is always accessible via the extension's toolbar.
PLEASE NOTE
Requires the free BotGentz browser extension to run—this script does not work standalone. Websites change their markup over time; if a table isn't detected, try refreshing the page or clicking the Detect Tables button. This tool only reads what is visible on the page—it cannot access tables inside iframes or shadow DOM unless they are part of the main document. No data is sent to any server—the script runs entirely client-side and respects your privacy.
Similar Apps
Out-of-Office Reply Drafter
Generates professional out-of-office replies from email content—set return date, add contacts, choose tone.
Working Hours Highlighter
Highlight dates and times that fall within your working hours with color-coded visual cues.
Interval Timer
Floating interval timer for HIIT workouts with work/rest cycles and sound alerts.
Stopwatch
Floating stopwatch with lap timing, millisecond precision, and state persistence.
Countdown Timer
Floating countdown timer with progress ring, sound notification, and state persistence.
Meeting Time Finder
Find overlapping meeting times across time zones with availability selection for up to 6 participants.