Amazon Seller Order 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
Amazon Seller Order Exporter scans Amazon Seller Central order pages and extracts structured order data including order ID, order date, product name, quantity, price, buyer name, shipping address, and order status. The tool aggregates all visible orders on the current page into a clean table and exports the data as a CSV file with one click. You can also copy the data to your clipboard as tab-separated text for pasting into spreadsheets. The tool automatically detects order data regardless of which Seller Central page you are viewing — whether it is the main Orders dashboard, a filtered view, or a specific order details page.
WHERE IT RUNS
This userscript runs inside Amazon Seller Central (sellercentral.amazon.com) in your browser, powered by the free BotGentz extension. It operates entirely on the page you are viewing — it does not send your order data anywhere else. All data extraction and processing happens locally in your browser.
HOW TO USE
Install the BotGentz extension, then install this userscript from the BotGentz catalogue. Navigate to any Amazon Seller Central order page — the tool will automatically scan the page and show the number of orders found. Use the "Scan Page" button to manually refresh the data. Select which columns you want to export by toggling the checkboxes. Click "Export CSV" to download a CSV file with the current date in the filename. Click "Copy to Clipboard" to copy tab-separated order data for pasting into spreadsheets or other applications.
HOW IT WORKS UNDER THE HOOD
The script uses a multi-strategy extraction approach that adapts to Amazon's dynamic DOM structure. It first attempts to locate order data using common selectors like data-order-id attributes and order-card classes. If those fail, it scans table rows and uses pattern matching to identify order IDs with Amazon's standard format (XXX-XXXXXXX-XXXXXXX). It also extracts product names by locating links containing "/dp/" (ASIN links) and falls back to scanning text lines when structured elements are unavailable. The script deduplicates orders by order ID to prevent double-counting, and the CSV export handles proper escaping of fields containing commas, quotes, or newlines to ensure compatibility with spreadsheet software.
THE PANEL
The tool runs in the BotGentz panel, a draggable floating interface that stays on top of the page. You can drag the panel by its header, collapse it to a small bubble, and resize it. The panel remembers its position per site, so it stays where you left it when you return to Seller Central. Press Escape to close the panel when you are done. The panel includes status indicators showing how many orders were found and a section for selecting which columns to export.
PLEASE NOTE
This tool requires the free BotGentz extension to run. Amazon Seller Central frequently updates its interface — if the tool stops working, check for an updated version or report the issue. All data stays in your browser and is never sent to any external server. The tool works only on the current page; to export orders from multiple pages, scan each page individually. The tool extracts visible data only and cannot access order details not loaded on the current page.