VOOZH about

URL: https://apify.com/headlessagent/pinterest-board-downloader

⇱ Pinterest Board Downloader Β· Apify


Pricing

$2.50 / 1,000 results

Go to Apify Store

Pinterest Board Downloader

This Apify Actor enables you to extract and download structured data from all pins in a Pinterest Board using only the board's URL

Pricing

$2.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Headless Agent

Headless Agent

Maintained by Community

Actor stats

4

Bookmarked

335

Total users

12

Monthly active users

2 months ago

Last modified

Share

This Apify Actor enables you to extract and download structured data from pins in multiple Pinterest Boards using the board's URLs. The Actor crawls the boards, fetching metadata for pins up to a configurable maximum limitβ€”including images, videos, user and board information, statistics, and external links. It's ideal for automation workflows, data analysis, or archiving Pinterest Boards efficiently.

Features

  • Extracts all Pins from multiple boards via a list of board URLs.
  • Configurable maximum pins to scrape per board via maxPinsPerBoard.
  • Retrieves various image sizes and direct video links (if available) for each Pin.
  • Gathers board and user profile details, as well as statistics and outbound links.
  • Outputs structured JSON for easy post-processing or integration.

Input

The required inputs are a list of urls (Pinterest Board URLs) and an optional maxPinsPerBoard to limit the number of pins scraped per board.

Example Input:

{
"urls":[
"https://www.pinterest.com/mashaleschishin5/procreate/",
"https://www.pinterest.com/dpxxty/meme-cat/"
],
"maxPinsPerBoard":15
}

Note: The URLs must point to Pinterest Boards (not individual Pins).

Output

For every Pin found on the board, the output dataset will contain an object with these fields:

  • url: The URL of the board being scraped
  • data:
    • id, title
    • Statistics: savesCount, repinCount
    • images: an array of available image sizes (with metadata)
    • videos: video information, if present
    • board: associated board details
    • link, domain
    • pinner: information about the user who created or saved the pin

Example Pin Output:

{
"url":"https://pinterest.com/dpxxty/meme-cat/",
"data":{
"id":"589901251239854800",
"title":"",
"savesCount":3428,
"repinCount":0,
"images":[
{
"url":"https://i.pinimg.com/236x/1c/c5/6b/1cc56b0e9cd5f26310f92d9848113a78.jpg",
"width":236,
"height":218,
"quality":"170x",
"extension":"jpg"
},
{
"url":"https://i.pinimg.com/originals/1c/c5/6b/1cc56b0e9cd5f26310f92d9848113a78.jpg",
"width":720,
"height":667,
"quality":"orig",
"extension":"jpg"
}
],
"videos":null,
"board":{
"id":"589901319882021471",
"url":"https://www.pinterest.com/dpxxty/meme-cat/",
"privacy":"public",
"name":"meme cat"
},
"link":"",
"domain":"Uploaded by user",
"pinner":{
"id":"589901388599834725",
"fullName":"depin",
"username":"dpxxty",
"imageUrl":"https://i.pinimg.com/75x75_RS/ef/18/21/ef1821fc46de910919e1f3c7897428a4.jpg"
}
}
}

You might also like

Pinterest Scraper - Pins, Boards & Search

thirdwatch/pinterest-scraper

Scrape Pinterest pins by search query, username, board, or direct pin URL. Get pin images, descriptions, links, pinner info, and tags.

Pinterest Detailed Data Extractor

crawlerbros/pinterest-detailed-data-extractor

Scrape Pinterest pins, profiles, boards, search results, and comments. Extract images, videos, metadata, and engagement stats using Pinterest's internal API.

15

Pinterest Scraper β€” Pins, Boards & Search Results

automation-lab/pinterest-scraper

Extract Pinterest pins from search queries, board URLs, or pin URLs. Get images, descriptions, saves, pinner and board metadata, hashtags, source domains, and outbound links without login.

πŸ‘ User avatar

Stas Persiianenko

375

Pinterest Scraper

danielmilevski9/pinterest-crawler

Our free Pinterest Scraper allows you to get "pins" along with a user's profile. This unofficial Pinterest API is designed to give you more details than you can see in the web interface. It also enables you to extract public data from Pinterest without limits.

πŸ‘ User avatar

Daniel Milevski

3.2K

3.2

Pinterest Board Scraper

devcake/pinterest-board-scraper

Download Pinterest boards with all pins including board metadata (name, description, cover, pin count), owner profiles with follower counts, Content migration, inspiration backup, and competitive research.

Pinterest Data Extractor

crawlerbros/pinterest-data-extractor

Scrape Pinterest pins, profiles, boards, search results, and comments. Extract images, videos, metadata, and engagement stats.

105

5.0

Pinterest Scraper - Pins, Boards & Profiles

pear_fight/pinterest-scraper

Scrape Pinterest pins, boards & user profiles. Extract pin images, descriptions, save counts, comments, board details, follower data. Search by keyword or URL. No login required. Pay per result. Export JSON/CSV/Excel.

Pinterest Data Extractor

epctex/pinterest-scraper

Unleash the potential of our Pinterest Scraper to gather pins, comments, user info, photos, videos, and deep insights. Extract titles, prices, creation date, user language, user locale, images, hashtags, and more. Export in XML, JSON, CSV, Excel, or HTML for unlimited and fast insights!

Pinterest Search Scraper

easyapi/pinterest-search-scraper

The Pinterest Search Scraper is an essential tool for discovering visual content on Pinterest. With customizable search options and detailed data retrieval, it enhances your ability to find and utilize creative inspiration effectively! 🌟

1.2K

5.0

Pinterest Trend Spy πŸ•΅οΈ

ddevx/pinterest-trend-spy

Scrape viral products & trends from Pinterest search Get micro-niche keywords, autocomplete suggestions, search intent analysis, AI-ready Midjourney prompts, and email extraction. Perfect for dropshippers, marketers, and SEO specialists

Related articles

How to scrape Pinterest data in 5 easy steps
Read more