Pinterest Search Scraper
Pricing
from $3.99 / 1,000 results
Pinterest Search Scraper
Search Pinterest by keyword and collect structured pin data — images, save counts, pinner profiles, board details, dominant colors, and more. Spot trending content, discover influential creators, and export to JSON, CSV, or Excel instantly.
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
CRW
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Pinterest has billions of pins. Finding what's actually trending — and who's driving it — means endless scrolling with no way to export anything.
This scraper searches Pinterest by keyword and gives you a clean, structured dataset of pins. Images, descriptions, save counts, pinner profiles, board info — all in one place, ready to filter and analyze.
Why use this?
Pinterest is one of the best signals for visual trends, but the platform gives you 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 — Know which aesthetics are trending before your competitors do
- 📦 E-commerce brands — Find out which products and styles are getting saved the most in your niche
- 📊 Marketers & analysts — Back your creative decisions with real engagement data, not gut feeling
- 🤖 AI/ML teams — Collect labeled image datasets from real-world visual content at scale
- 🔍 Researchers — Identify the influential pinners shaping any topic area
What you get
Pinterest doesn't tell you why something is trending — but the data does. Each pin comes with:
The pin itself
| Field | Description |
|---|---|
| Image URL | Direct link to the image at original resolution |
| Title & Description | The pin's text content |
| Save Count | How many times this pin has been saved — the closest thing to an engagement metric on Pinterest |
| Dominant Color | Hex color extracted from the image — useful for palette research |
| Domain & Link | Where the pin originates and links to |
| Created At | When the pin was posted |
| Is Video | Whether it's a video pin, and its duration in seconds |
| Is Promoted | Whether it's a paid ad |
| Shopping Flags | Product tags if the pin is shoppable |
The pinner
| Field | Description |
|---|---|
| Username & Full Name | Who saved this pin |
| Follower Count | Their audience size — a quick proxy for influence |
| Profile URL | Direct link to their Pinterest profile |
The board
| Field | Description |
|---|---|
| Board Name & URL | Which board this pin was saved to |
| Pin Count | How curated and active that board is |
| Board Owner | Username of whoever created the board |
How to run
- Enter a keyword — anything you'd type into Pinterest's search bar
- Set how many pins you want (up to 200)
- Click Start
Pins appear in the dataset page by page as they're collected. No waiting for the full run to finish — data starts flowing immediately.
Example
Input:
{"query": "minimal desk setup","max_results": 100}
Output (one pin):
{"title": "Morning Study Setup","description": "Minimal desk setup for productive mornings","image_url": "https://i.pinimg.com/originals/ab/cd/ef/abcdef.jpg","save_count": 4821,"dominant_color": "#c8c5b8","domain": "notion.so","link": "https://notion.so/templates/study","pinner_username": "jane_doe","pinner_follower_count": 2301,"pinner_url": "https://www.pinterest.com/jane_doe","board_name": "Study Aesthetic","board_url": "https://www.pinterest.com/jane_doe/study-aesthetic","is_promoted": false,"is_video": false}
Notes
- Up to 200 pins per run — run multiple times with different keywords to build larger datasets
- Promoted pins are included and flagged with
is_promoted: true, so you can filter them out if needed
You Might Also Need
Found a board worth exploring? Once you identify a board from your search results, you can scrape its full contents — every pin, save count, and creator detail — with the board scraper.
📌 Pinterest Board Scraper
Collect all pins from any Pinterest board or user's created feed — images, save counts, pinner profiles, and creator info in one dataset.
| Pinterest Search Scraper | Pinterest Board Scraper | |
|---|---|---|
| Starting point | You have a keyword or topic | You have a specific board URL |
| Use case | Discover trending pins across all of Pinterest | Deep-dive into one board's full pin history |
| Coverage | Up to 200 pins per keyword search | Up to 500 pins per board |
| Best for | Trend research, finding influential pinners | Auditing a board, building curated image datasets |