Skip to content

Bahm9919/pinterest-board-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Pinterest Board Scraper

Apify Actor License Python Data Extraction

Download all pins from Pinterest boards with complete metadata including images, descriptions, engagement metrics, and creator information. Perfect for content migration, inspiration gathering, and board backups.


What is Pinterest Board Scraper?

Pinterest Board Scraper is a specialized tool for extracting complete Pinterest boards with all associated pins. Simply provide board URLs, and retrieve every pin including images, descriptions, engagement metrics, and creator information. This tool handles boards of any size, from small collections to boards with thousands of pins.

Why Use Pinterest Board Scraper?

Business Use Cases:

  • Content Migration: Move pins from one account to another
  • Inspiration Collection: Download trending boards for reference
  • Board Backups: Archive your favorite boards locally
  • Competitive Analysis: Study competitor board strategies
  • Product Research: Find products across curated collections
  • Content Repurposing: Use downloaded images for other platforms

How to Scrape Pinterest Boards

  1. Open the Pinterest Board Scraper on Apify
  2. Add board URLs (e.g., https://www.pinterest.com/designmilk/interior-design-123456/)
  3. Set max results (up to 1,000 per board, default: 25)
  4. Enable comments (optional) - Fetch comments with nested replies
  5. Enable proxy (recommended) - Use Apify Proxy for reliability
  6. Click "Start" and download your data

Pro Tip: Use this scraper alongside the Pinterest Profile Scraper to get complete data on an influencer's entire Pinterest presence.

Features

  • Complete Board Extraction - Download all pins from any Pinterest board (up to 1,000 per board)
  • All Image Sizes - Get every resolution (236x, 474x, 564x, 736x, orig)
  • Engagement Metrics - Saves, likes, comments, repins, shares for each pin
  • Creator Details - Pinner username, full name, avatar, follower count, verification
  • Board Metadata - Name, description, pin count, follower count, owner
  • Product Data - Detect and extract product pins with pricing
  • Comments Support - Extract comments when enabled
  • Pure API - 10x faster than browser-based scrapers
  • Proxy Support - Built-in Apify Proxy integration

Pricing

Pay per use — $4 per 1,000 pins

No subscriptions, no commitments, no hidden fees. Control your spending with the Maximum Cost Per Run option.

Input

Field Type Required Description
startUrls array ✅ Yes Pinterest board URLs
maxResults integer No Max pins per board (1-1000, default: 25)
includeComments boolean No Fetch comments for each pin
maxComments integer No Max comments per pin (1-100, default: 10)
proxyConfig object No Proxy configuration (recommended)
maxTotalChargeUsd number No Spending limit per run (default: $10)

Supported URL Formats

https://www.pinterest.com/username/board-name-123456/
https://www.pinterest.com/username/board-name/

Output Example

{
  "id": "123456789",
  "url": "https://www.pinterest.com/pin/123456789/",
  "title": "Minimalist Living Room Design",
  "board_url": "https://www.pinterest.com/designmilk/interior-design-123456/",
  "images": {
    "236x": {"url": "https://i.pinimg.com/236x/..."},
    "474x": {"url": "https://i.pinimg.com/474x/..."},
    "736x": {"url": "https://i.pinimg.com/736x/..."}
  },
  "saves": 2453,
  "pinner": {
    "username": "designenthusiast",
    "follower_count": 8900
  },
  "board": {
    "name": "Interior Design",
    "pin_count": 342
  },
  "is_product_pin": false
}

Related Actors

Actor Description Pricing
Pinterest Search Scraper Search Pinterest by keywords $4 per 1,000 results
Pinterest Profile Scraper Extract user profiles with emails $4 per 1,000 profiles
Pinterest Pin Scraper Scrape individual pins with product data $4 per 1,000 pins

FAQ

Can I download private boards?

Only public boards can be accessed without authentication. For private boards, add Pinterest login cookies.

How many pins can I download per board?

Up to 1,000 pins per board. For very large boards, multiple runs may be needed.

Does this include board description and metadata?

Yes! The output includes board metadata (name, pin count, follower count, owner) plus all pins.

Can I get comments on board pins?

Yes! Enable includeComments: true to fetch comments with nested replies for each pin.

What image sizes are available?

Standard Pinterest sizes: 236x, 474x, 564x, 736x, and original resolution.

Get it on Apify

Run on Apify

Start scraping Pinterest boards in minutes!


Also by @devcake

Check out my other scraping tools:

E-Commerce Suite


License: MIT | Author: @devcake

GitHub stars

About

Download complete Pinterest boards with all pins, images, descriptions, and metadata. Export board data for content curation and marketing research.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors