Pinterest Board Bulk Downloader
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
Pinterest Board Bulk Downloader detects all pins on a Pinterest board or page and provides a bulk download interface with selectable pins. You can choose which pins to download, select high-resolution image quality (original or large), and download images with a configurable delay between each download. The tool scans for pins on the current page, extracts the highest quality image URLs, and presents a clean list with thumbnails and checkboxes. Selected images are downloaded one by one with progress tracking, making it easy to save entire boards or collections of images from Pinterest.
WHERE IT RUNS
This extension works exclusively on Pinterest at www.pinterest.com. It functions on board pages, profile pages with pins, search result pages, and any page displaying a grid of pins. The tool works with Pinterest's infinite scroll, detecting new pins as you scroll down the page.
HOW TO USE
Install the extension and navigate to any Pinterest board or pin grid page. Click "Scan for Pins" to detect all visible pins on the page. The tool displays a list of detected pins with thumbnails and checkboxes. Select the pins you want to download — use "Select All" or "None" for quick selection. Choose your preferred image quality: Original (highest resolution) or Large (736px). Set the download delay in milliseconds to control the spacing between downloads. Toggle "Include pin titles" to use pin titles as filenames. Click "Download Selected" to start downloading the selected images. The tool downloads each image sequentially and shows progress updates. As you scroll to load more pins, click "Scan for Pins" again to refresh the list.
TECHNICAL SECTION — PINTEREST PIN DETECTION AND IMAGE EXTRACTION
The extension uses a multi-strategy detection engine to find pins on Pinterest pages. It queries common pin selectors including [data-test-id="pin"], .Pin, .pin, and .Grid__Item. For each detected pin, the tool extracts the highest quality image URL by analyzing srcset attributes, data-src attributes, and the image's current src. Pinterest images use a URL pattern where the resolution is indicated by the path (/236x/, /736x/, /originals/). The tool intelligently upgrades to original quality by replacing the size segment in the URL path. It also extracts pin titles from title elements, alt attributes, and other metadata for use as filenames. The selection UI provides a scrollable list with checkboxes, and the download process uses a queue-based system with configurable delays to prevent overwhelming the browser or Pinterest's servers.
THE PANEL — DRAG / PER-SITE POSITION / SNAP / COLLAPSE / RESIZE / ESCAPE
The overlay panel is fully interactive and designed for seamless multitasking. Drag it anywhere on the screen using the handle at the top of the panel; the position is saved per site so it stays where you left it across sessions. The panel includes a snap-to-edge feature that gently anchors the overlay to the nearest screen edge when released. Click the collapse button to minimize the panel to a compact pill showing the current pin count; expand it again with a single click. Resize the panel vertically by dragging the bottom-right corner to view more pins. Press the Escape key at any time to instantly close the overlay; it reappears on the next page navigation or refresh.
PLEASE NOTE
This extension requires the free BotGentz companion extension to function, as it provides the underlying content script injection and cross-origin communication framework. No personal data, browsing history, or Pinterest data is stored, transmitted, or shared. Settings are stored locally in your browser using GM_setValue and are never sent to any external server. The extension does not access or store login credentials, financial data, or personally identifiable information. The tool reads image URLs from the page and downloads them individually — it does not access Pinterest's API or any private data. Pinterest may update its page structure; the extension includes multiple detection strategies to maintain compatibility, but major redesigns may temporarily affect pin detection. The download process opens each image in a new tab for saving; ensure your browser allows multiple downloads if downloading many images.