Pinterest Board Scraper
Pricing
from $2.99 / 1,000 results
Pinterest Board Scraper
Scrapes pins from any Pinterest board or _created feed. Extracts image URL, title, save counts, source link, pinner profile, original creator, and board details. Up to 500 pins per run, sorted by pin ID descending. Private boards require valid session cookies.
Pricing
from $2.99 / 1,000 results
Rating
0.0
(0)
Developer
CRW
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Pinterest boards are curated collections — but the platform gives you no way to export, filter, or analyze what's in them.
This scraper collects pins from any Pinterest board or user's created feed and gives you a clean, structured dataset. Images, save counts, pinner profiles, creator info, board details — all in one place.
Why use this?
Pinterest is one of the best signals for visual trends, but there's no data export. You can see what's popular, but you can't measure it, compare it, or build on it.
This Actor changes that.
Great for:
- 🎨 Designers & creative teams — Analyze what content a board contains and which pins get the most saves
- 📦 E-commerce brands — Find which pinners and creators are driving saves in your niche
- 📊 Marketers & analysts — Benchmark boards and track what content is getting traction
- 🤖 AI/ML teams — Collect image datasets from curated boards (board feed provides richer metadata than
_created) - 🔍 Researchers — Identify original creators vs. curators across any topic area
Two modes
| Input URL | What you get |
|---|---|
https://www.pinterest.com/username/board-name/ | All pins saved to a board — includes both original content and repins from others. Full metadata available. |
https://www.pinterest.com/username/board-name/section-slug/ | Pins in a specific board section only. |
https://www.pinterest.com/username/_created/ | Only pins the user uploaded themselves. Metadata is limited — title, description, and save count are often empty for directly uploaded images. |
The scraper detects the URL pattern and routes automatically — no extra configuration needed.
What you get
Each pin comes with:
The pin itself
| Field | Description |
|---|---|
| Image URL | Direct link to the image (orig → 736x → 474x priority) |
| Title & Description | The pin's text content |
| Save Count | Saves on this specific pin instance. Available in board feed only — always null in _created feed. |
| Total Save Count | Aggregated saves across all of Pinterest — a more reliable engagement metric |
| Repin Count | How many times this pin has been repinned |
| Dominant Color | Hex color extracted from the image |
| Domain & Link | Where the pin links to |
| Created At | When the pin was created — available in _created feed only |
| Pin URL | Direct link to the pin page |
| Is Video | Whether it's a video pin |
| Is Repin | Whether this is a repin of someone else's content |
| Is Shoppable | Whether the pin has purchasable products |
| Is Promoted | Whether it's a paid ad |
| Shopping Collection Items | Product details (name, price, currency, stock status, purchase URL) |
| Rich Summary | Article metadata when the pin links to editorial content |
The pinner
The user who saved this pin to the board.
| Field | Description |
|---|---|
| Username & Full Name | Who saved this pin |
| Profile URL | Direct link to their Pinterest profile |
The original creator
The user who created the original content — may differ from the pinner when repinned.
| Field | Description |
|---|---|
| Username & Full Name | Who originally created this pin |
| Profile URL | Direct link to their Pinterest profile |
The board
| Field | Description |
|---|---|
| Board Name & URL | Which board this pin belongs to |
| Board Owner | Username of whoever created the board |
How to run
- Enter a board URL or a user's
_createdfeed URL - Set how many pins you want (up to 500)
- Click Start
Results are sorted by pin ID descending and saved to the dataset once all pins are collected.
Example
Board feed input:
{"board_url": "https://www.pinterest.com/saraturkphotography/graduation-photography-poses/","max_results": 100}
User created feed input:
{"board_url": "https://www.pinterest.com/photeeq/_created/","max_results": 200}
Output (one pin):
{"id": "70437490134276","title": "Graduation Photography Poses","description": "Beautiful outdoor graduation shoot ideas","image_url": "https://i.pinimg.com/originals/ab/cd/ef/abcdef.jpg","pin_url": "https://www.pinterest.com/pin/70437490134276","save_count": 500,"total_save_count": 13000,"repin_count": 89,"dominant_color": "#877c60","domain": "example.com","link": "https://example.com/article","pinner_username": "saraturkphotography","pinner_url": "https://www.pinterest.com/saraturkphotography","native_creator_username": "saraturkphotography","native_creator_url": "https://www.pinterest.com/saraturkphotography","board_name": "Graduation Photography Poses","board_url": "https://www.pinterest.com/saraturkphotography/graduation-photography-poses","is_repin": false,"is_video": false,"is_shoppable": false,"is_promoted": false,"created_at": null}
Notes
- Up to 500 pins per run
- Results are sorted by pin ID descending
created_atis only available in_createdfeed — it is alwaysnullin board feedssave_countis only available in board feed — it is alwaysnullin_createdfeed- Promoted pins are included and flagged with
is_promoted: true - Private boards require cookies from the board owner's account
You Might Also Need
If you already know which board to scrape, great. But if you're still figuring out what's trending on Pinterest — or want to discover boards worth diving into — start with a keyword search first.
🔍 Pinterest Search Scraper
Search Pinterest by keyword and get a structured dataset of pins — images, save counts, pinner profiles, and board info.
| Pinterest Board Scraper | Pinterest Search Scraper | |
|---|---|---|
| Starting point | You have a specific board URL | You have a keyword or topic |
| Use case | Deep-dive into one board's pins | Discover trending pins across all of Pinterest |
| Coverage | All pins in a board or section | Up to 200 pins per keyword search |
| Best for | Auditing a board, building image datasets | Trend research, finding influential pinners |