Facebook Marketplace Bulk Listing Relist
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
Facebook Marketplace Bulk Listing Relist is a seller optimization tool that enables rapid, bulk relisting of your Facebook Marketplace listings. On Facebook Marketplace, relisting an item pushes it back to the top of search results and feeds, significantly increasing visibility and the likelihood of a sale. Instead of manually relisting each item individually—navigating to each listing, clicking the Manage button, selecting Relist or Renew, and confirming—this script automates the entire workflow for multiple listings simultaneously. It scans your Facebook Marketplace selling page, identifies all your active (unsold) listings with their titles and prices, and presents them as a scrollable checklist. You can select individual listings, use Select All/Deselect All toggles, and relist your selections in configurable batches. The tool handles the complete interaction sequence: clicking the Manage button, selecting the Relist option from the dropdown, and confirming the relist. Real-time progress updates show how many listings have been relisted, and the list automatically refreshes after completion, reflecting your updated listing status. This is essential for sellers who want to maintain high visibility on Marketplace without spending hours manually relisting items.
WHERE IT RUNS
This script operates exclusively on Facebook (*.facebook.com) as a userscript injected through the BotGentz extension. It runs within the context of your current browser tab—it cannot access other tabs, bookmarks, history, or downloads. The script reads the page DOM to identify listing cards using Facebook's Marketplace selectors ([role="article"], .listing-card, [data-testid="marketplace-listing-card"]), extracts listing metadata including titles, prices, and sold status, and interacts with Facebook's native UI controls—Manage buttons, dropdown menus, Relist options, and confirmation dialogs—to perform relists. All operations occur locally in your browser; no data is sent to external servers. The script uses Facebook's authenticated session to manage your Marketplace listings through the official user interface.
HOW TO USE
1. Navigate to your Facebook Marketplace selling page (e.g., facebook.com/marketplace/your_listings or Your Listings).
2. Click the BotGentz extension icon and select "Facebook Marketplace Bulk Listing Relist" from the script list.
3. The panel opens on the right side of the page. It automatically scans the current page for your active listings.
4. Review the displayed listings, showing item title and price. Sold items are automatically hidden.
5. Adjust the "Batch size" number (default 5) to control how many listings are relisted per batch.
6. Toggle "Confirm before each batch" if you want a confirmation popup before each batch executes.
7. Check the boxes next to listings you wish to relist. Use "Select All" or "Deselect All" for quick selection.
8. Click "Relist Selected" to begin. The script processes listings in batches, shows progress, and handles any errors.
9. After completion, the listing list automatically refreshes showing your updated listings.
WHY IT WORKS WHERE OTHERS FAIL
Many Facebook Marketplace automation tools fail because they attempt to call Facebook's internal JavaScript functions or rely on brittle DOM selectors that change with every Facebook UI update. This script takes a resilient approach: it locates the actual interactive DOM elements Facebook renders—the Manage button, the Relist option inside the dropdown menu, and any confirmation dialogs—and triggers native click events on them, exactly as a human would. When the Manage button is clicked, the script waits for the dropdown to render, then finds the Relist option even when its selector changes. It handles any confirmation dialogs by waiting for the confirm button and clicking it. Between operations, the script introduces controlled delays (300ms between actions and 500ms between batches) to mimic human interaction speed and avoid triggering Facebook's anti-bot detection systems. By interacting at the UI layer rather than the framework layer, it remains functional across Facebook's frequent code updates.
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. Facebook periodically updates its website layout and UI components; if the script stops working, an updated version may be released. This script does not store, transmit, or process any of your Facebook data outside your local browser. It does not access your password, hidden inputs, or file inputs. All relists are performed through Facebook's own authenticated session using the official user interface. Relisting is a positive action that boosts visibility—it does not delete or modify your listings. Be aware of Facebook's Marketplace policies and listing limits to avoid being flagged for excessive activity.