Pinterest Scraper โ Pins, Boards & Users
Pricing
from $0.001695 / item scraped
Pinterest Scraper โ Pins, Boards & Users
Search Pinterest and scrape pins (title, description, destination link, image, pinner, board, saves), boards and users. Fast. For visual research, e-commerce, trend and marketing analysis.
Pricing
from $0.001695 / item scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Pinterest Scraper โ Pins, Boards & Users, No Login
Search Pinterest and pull pins, boards, or users into clean structured JSON: pin title, description, destination link, image, pinner, board, and reactions โ plus board and user stats. Just give it search terms and pick a scope. No login, no API key. Built for visual research, e-commerce sourcing, trend spotting, and marketing analysis.

Features
- ๐ Rich pin records โ
title,description,link,domain,imageUrl,pinner,boardName, andboardUrl. - ๐ฏ Three scopes โ set
scopeto pins, boards, or users to control what each search returns. - ๐ผ๏ธ Media details โ
isVideo,dominantColor, andaltTextfor visual and accessibility context. - ๐ Board & user stats โ boards return
pinCountandfollowerCount; users returnfollowerCount,followingCount, andpinCount. - โค๏ธ Reactions โ
reactionCountaggregates a pin's reactions from the search response. - ๐ Multi-term search โ pass several
searchesand collect up to 1000 items per term. - ๐ Residential proxy by default โ session-rotated for reliable access.
What you get

Each pin is one clean JSON record:
{"type": "pin","id": "1234567890","title": "Cozy living room ideas","description": "Warm neutral tones with layered textures","link": "https://example.com/living-room","domain": "example.com","imageUrl": "https://i.pinimg.com/originals/ab/cd/ef.jpg","pinner": "homestyle","pinnerName": "Home Style","boardName": "Living Room Decor","boardUrl": "https://www.pinterest.com/homestyle/living-room-decor/","reactionCount": 42,"isVideo": false,"dominantColor": "#c9b8a3","altText": "Neutral living room with a beige sofa","createdAt": "Tue, 20 May 2026 10:12:00 +0000","url": "https://www.pinterest.com/pin/1234567890/"}
Boards come as type: "board" records and users as type: "user" records with their own stat fields.
Output schema
| Field | Type | Description |
|---|---|---|
type | string | Record type โ pin, board, or user. |
id | string | Pinterest ID of the pin, board, or user. |
title | string | Pin title. |
description | string | Pin description text. |
link | string (URL) | Destination link the pin points to. |
domain | string | Domain of the destination link. |
imageUrl | string (URL) | URL of the pin image. |
pinner | string | Username of the pinner. |
pinnerName | string | Display name of the pinner. |
boardName | string | Name of the board the pin belongs to. |
boardUrl | string (URL) | URL of the board. |
reactionCount | integer | Aggregate reaction count on the pin. |
isVideo | boolean | Whether the pin is a video. |
dominantColor | string | Dominant color of the image as a hex code. |
altText | string | Accessibility alt text for the image. |
createdAt | string | When the pin was created. |
url | string (URL) | Canonical Pinterest URL of the pin. |
Board records add pinCount and followerCount; user records add followerCount, followingCount, and pinCount.
Input
{"searches": ["home decor", "nail art"],"scope": "pins","maxItemsPerSearch": 50,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
| Field | Description |
|---|---|
searches | Keywords to search on Pinterest. |
scope | pins, boards, or users. |
maxItemsPerSearch | Results per search term (up to 1000). |
proxyConfiguration | Proxy; residential is used by default. |
Use cases
- Source product ideas and destination links for e-commerce.
- Spot visual trends by color, theme, or keyword.
- Find influential boards and users in a niche.
- Build mood boards and image datasets for design research.
Pricing
Pay-per-event: you're billed a small amount per run and per item scraped โ you only pay for what you get. See the Pricing tab for current rates.
FAQ
Do I need a Pinterest account or API key? No. Just enter search terms and pick a scope โ no login, account, or API key is required.
What can I search for?
Pass one or more keywords in searches and set scope to pins, boards, or users. Each term can return up to 1000 items.
What's the output format? Structured JSON โ one clean record per pin, board, or user. Export it as JSON, CSV, Excel, or via the API.
Can I integrate this with other tools? The Pinterest Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.
Notes
This Actor uses Pinterest's public web search endpoints and reads only publicly available pins, boards, and users. It is an independent tool and is not affiliated with, endorsed by, or connected to Pinterest, Inc. Scrape public data only.