Fiverr Bulk Gig Price Updater
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 Gig Price Updater solves a common seller challenge: updating prices for multiple Fiverr gigs is tedious when done one at a time. While Fiverr allows individual gig editing, there is no native way to apply consistent price changes across multiple gigs simultaneously. This tool reads your current Fiverr seller gig management page, detects all visible gigs, and displays them in a scrollable checklist with gig titles, current prices, package types (Basic, Standard, Premium), and status. You can select multiple gigs and apply a price change: increase by percentage, decrease by percentage, or set a fixed price. A preview shows the old vs. new prices for selected gigs before you apply the change. Progress tracking shows each gig as it's updated, and you can export a report of all gig price data as CSV or JSON.
WHERE IT RUNS
This extension panel runs directly inside your browser as an overlay on Fiverr's seller gig management page. It works on the "My Gigs" dashboard and gig listing views. The tool detects gigs from the page's DOM and uses DOM manipulation to interact with Fiverr's gig editing interface. It requires no additional API keys or permissions beyond the BotGentz extension.
HOW TO USE
After installing the BotGentz extension and activating Fiverr Bulk Gig Price Updater, navigate to your Fiverr seller gig management page (My Gigs). Click the extension icon in your browser toolbar to open the panel. The tool automatically detects all gigs displayed on the current page. Each gig appears with its title, current price, package type, and status (active/inactive) alongside a checkbox. Choose your price change method: Increase by Percentage, Decrease by Percentage, or Set Fixed Price. Enter the value accordingly. Use the filter dropdown to view only active or inactive gigs. Check the boxes for the gigs you want to update. The preview section shows how many gigs are selected and the price change that will be applied, including a sample of old → new prices. Click "Update Prices" to apply the changes. The tool processes each gig sequentially with a 500ms delay, showing progress as each gig is updated. Click "Export Report" to copy a report of all gig data to your clipboard in CSV or JSON format. Click "Refresh" to reload the list.
TECHNICAL OPERATION — DOM-Based Gig Detection and Price Update Automation
This tool detects gigs using selectors like `[data-gig-id]`, `.gig-item`, and `.gig-card`, extracting gig titles, prices, package types, and status from their respective elements. For price updating, the tool calculates the new price based on the user's chosen method (percentage increase, percentage decrease, or fixed price). The tool then simulates clicking the "Edit" button for each gig, waits for the edit page to load, locates the price input field using selectors like `input[name="price"]` or `.price-input`, updates the value, triggers input and change events (required for React-based forms), clicks the "Save" button, and waits for the save to complete. A 500ms delay between updates prevents UI congestion and ensures each operation completes. Results can be filtered by status and exported as CSV with proper field quoting for Excel compatibility, or as structured JSON.
THE PANEL
The extension panel is fully draggable and remembers its position per site session. It snaps to the nearest edge of the browser viewport when dragged within 50 pixels of any side. You can collapse the panel to a compact title bar using the minimize button, preserving your selection state. The panel resizes vertically by dragging the bottom edge. Press the Escape key to close the panel instantly. The preview updates in real-time as you select gigs or change the price settings.
PLEASE NOTE
This tool requires the free BotGentz extension to function. The script operates by simulating clicks and form submissions on Fiverr's interface and does not use Fiverr's official API. It only sees gigs that are currently rendered in the page's DOM. For best results, ensure you're on Fiverr's gig management page and logged in. Fiverr's UI structure may change over time, which could affect gig detection and price update flows; we monitor and release compatibility updates as needed. The tool does not store, transmit, or log any gig data, prices, or user activity. All operations occur locally in your browser session. Price updates are permanent and affect your live gig listings — review the preview carefully before confirming. Export formats include CSV and JSON for maximum compatibility with analysis tools.