Fiverr Bulk Order Status Tracker
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
Fiverr Bulk Order Status Tracker is a freelancer productivity tool that streamlines the process of tracking and exporting Fiverr order statuses. Instead of manually checking each order, noting its status, delivery date, and buyer details—a process that can be tedious and time-consuming—this script automates the entire workflow. It scans the current Fiverr order management or dashboard page, identifies all orders with their titles, statuses, delivery dates, buyer names, and prices, and presents them as a scrollable checklist. You can select individual orders, use Select All/Deselect All toggles, choose an export format (plain text, CSV, or TSV), and toggle whether to include delivery dates and buyer details. The tool then exports the selected orders to your clipboard in the chosen format. This is ideal for freelancers, sellers, and anyone who needs to track multiple Fiverr orders and their statuses for reporting, analysis, or personal organization.
WHERE IT RUNS
This script operates exclusively on Fiverr (*.fiverr.com/*) as a userscript injected through the BotGentz extension. It runs within the context of your current browser tab and cannot access other tabs, bookmarks, history, or downloads. The script reads the page DOM to identify orders using Fiverr's selectors (.order-item, .order-card, .list-item), extracts order details (title, status, delivery date, buyer name, price), and formats the data for export. All operations occur locally in your browser; no data is sent to external servers. The script outputs the order data to your clipboard.
HOW TO USE
1. Navigate to your Fiverr order management page or dashboard.
2. Click the BotGentz extension icon and select "Fiverr Bulk Order Status Tracker" from the script list.
3. The panel opens on the right side of the page. It automatically scans the current page for orders.
4. Review the detected orders, showing titles, statuses, buyer names, and delivery dates.
5. Select your export format: Plain Text, CSV, or TSV.
6. Toggle "Include delivery dates" to include delivery dates in the export.
7. Toggle "Include buyer names" to include buyer names in the export.
8. Check the boxes next to orders you wish to export. Use "Select All" or "Deselect All" for quick selection.
9. Click "Export Selected" to copy the order data to your clipboard.
10. Paste the exported data into a spreadsheet, document, or order tracking tool.
WHY IT WORKS WHERE OTHERS FAIL
Many order tracking tools require manual data entry or browser extensions with broad permissions. This script takes a different approach: it works directly on Fiverr's order management pages, using flexible DOM selectors that adapt to the site's structure. It extracts order details using multiple selector strategies—looking for titles, statuses, dates, buyer names, and prices using both data-testid attributes and class-based selectors—making it resilient to layout changes. The script gracefully handles cases where some details may be missing by falling back to text parsing. By supporting multiple export formats (plain text, CSV, TSV) and configurable detail inclusion, it provides flexibility for different use cases, from quick status reviews to detailed order reports.
THE PANEL
The script uses BotGentz's BGPanel system, which provides a floating, draggable panel on the right side of your screen. Drag the panel by its header to reposition it anywhere on the page—the panel remembers its position per site and snaps to the nearest edge when released. Click the minimize button to collapse the panel to a small floating bubble; click the bubble to expand it back. Resize the panel vertically by dragging its bottom edge. Press the Escape key to close the panel entirely. All panel state (position, collapsed/expanded) is persisted locally using GM_setValue, so your preferences survive page reloads.
PLEASE NOTE
This userscript requires the free BotGentz browser extension—it is not a standalone application. Fiverr periodically updates its website layout and UI components; if the script stops working, an updated version may be released. The script extracts order data from the current page—it does not search for new orders or paginate beyond the current view. CSV exports use comma as delimiter, TSV uses tab. This script does not store, transmit, or process any of your data outside your local browser. It does not access your password, hidden inputs, or file inputs. All data extraction is performed locally in your browser. Use responsibly and verify extracted data against the actual orders before making decisions.