Amazon Bulk Wishlist Item Price Checker
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
This tool helps you monitor prices and track savings across all items on your Amazon wishlist. It scans your wishlist page, extracts detailed information from each item including current price, original/list price, customer rating, priority level, and item URL. Items with price drops are highlighted, and you can filter to show only items that have discounted prices. The tool displays all items in a scrollable list with checkboxes, sorted by savings amount (highest first), and provides export functionality as CSV data that can be copied to your clipboard or downloaded as a file. This is especially useful for tracking deals, comparing prices, and deciding which items to purchase when prices drop.
WHERE IT RUNS
The script runs directly inside the Amazon web page on your wishlist page. It does not require a separate extension popup, background process, or external server. Everything happens within the page context, interacting with Amazon's DOM components. It works on the desktop version of Amazon's wishlist page (amazon.com/wishlist).
HOW TO USE
1. Navigate to your Amazon wishlist page (Your Account > Your Lists > Wishlist).
2. Open the BotGentz panel.
3. Optionally toggle "Show only items with price drops" to filter for discounted items.
4. Click "Scan & Export" to start the process.
5. The script will scroll through your wishlist, extract item details, and display them in a list sorted by savings.
6. A list of items appears with checkboxes and details (current price, name, savings, rating).
7. Select the items you want to export (all are checked by default).
8. Click "Export Selected to CSV" to generate a CSV file. The data will be copied to your clipboard and a download link will appear.
9. Click "Copy All to Clipboard" to copy all scanned items as CSV data without selecting individual items.
10. Use "Ignore Selected" to add items to an ignore list so they are not shown in future scans.
TECHNICAL MECHANISM
Unlike browser extensions that rely on Amazon's API, this script operates purely on the public DOM of the wishlist page. It identifies wishlist items using selectors like `.g-item-sortable` or `.wishlist-item` and extracts ASINs or item IDs from `data-asin` attributes or URL patterns like `/dp/` or `/gp/product/`. Item names are extracted from product title elements, current prices from `.a-price .a-offscreen` or `.a-color-price`, and original/list prices from `.a-text-strike` elements. Ratings are parsed from `.a-icon-alt` or `.a-icon-star` elements. The script scrolls the wishlist programmatically and clicks "Load more" buttons to load all items. For export, it generates CSV data with proper escaping for commas, quotes, and newlines, then copies the data to the clipboard using GM_setClipboard and provides a downloadable blob URL. Items are sorted by savings amount to prioritize the best deals.
THE PANEL
The tool appears as a draggable, resizable panel on the side of your screen. You can drag it to any position by clicking and holding the header, resize it by dragging the bottom-right corner, and collapse it to a small bubble when not in use. Press the Escape key to close the panel. The panel remembers its position and size per site (amazon.com) so it stays where you left it on your next visit.
PLEASE NOTE
This script requires the free BotGentz extension to run. It does not store any personal data except for a list of ignored item IDs, which is saved locally in your browser using GM_setValue. No data is sent to any external server. Amazon frequently updates its website, which may break the script. If you encounter issues, check for updates or contact support. Prices and availability are subject to change — this tool provides a snapshot at the time of scanning.