Pinterest Board Scraper avatar

Pinterest Board Scraper

Pricing

from $0.99 / 1,000 results

Go to Apify Store
Pinterest Board Scraper

Pinterest Board Scraper

Scrape Pinterest board metadata and its pins: titles, images, save counts, creator info, and links.

Pricing

from $0.99 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Categories

Share

Scrape a Pinterest board's metadata and its pins: pin titles, image URLs, save counts, link destinations, and creator info.

Use cases

  • Download product inspiration boards for e-commerce trend research.
  • Archive curated visual content from brand boards.
  • Analyze which pin styles drive the most saves in a niche.

Why use this actor

Uses Pinterest's internal Resource API (the same source the website uses) via session cookie warm-up, returning richer data than the public API — including save counts, dominant colors, and video URLs.

Sample output

Input: pinterest/boards-for-you

Requires residential proxy.

{
"_input": "pinterest/boards-for-you",
"_source": "S1-resource",
"_scrapedAt": "2026-05-13T...",
"board": {
"id": "338605396847791354",
"name": "Boards for You",
"url": "/pinterest/boards-for-you/",
"description": "",
"pin_count": 1234,
"follower_count": 89234,
"owner": { "username": "pinterest" }
},
"pins": [
{
"id": "987654321",
"title": "Minimalist living room inspiration",
"link": "https://www.pinterest.com/pin/987654321/",
"image_url": "https://i.pinimg.com/originals/...",
"saves_count": 4231
}
]
}

Note

  • Input accepts username/board-slug or full Pinterest board URLs.
  • Residential proxy required; datacenter IPs are blocked by Pinterest.
  • Secret boards are not accessible without authentication.