Pinterest Board Pins Scraper
Pricing
from $1.00 / 1,000 results
Pinterest Board Pins Scraper
List Pins from a public Pinterest board and save titles, descriptions, board context, source domains, outbound links, and original creators.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
The Netaji
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
The Actor lists Pins from public Pinterest boards. It saves Pin titles and descriptions together with board context, image URLs, save counts, destination information, and original-creator data where those values are supplied.
Board input and collection limit
Give one board per line — either the board's full Pinterest URL or its numeric board ID.
{"board_id_or_url": ["https://www.pinterest.com/fashion/whimsical-picnic-day-outfits/","424605139808111760"],"maxItems": 100}
Use the board URL itself, not a board-section URL. maxItems applies per board and defaults to 50; 0 removes the limit.
A numeric board ID is used directly. A URL carries only the owner and slug, so it costs one extra lookup to turn into an ID — the Pinterest Boards Scraper emits that ID as id, so feeding its output in here skips the lookup entirely.
Each Pin row carries source_board_id_or_url, the input it came from, so rows stay attributable when several boards are given.
Set addonPinDetails to true to fetch full Pin detail for each board Pin — comment totals and the complete media record under pin_details. Set addonPinnerProfile to true to fetch the full public profile of the account that saved each board Pin, attached under pinner_profile. Each add-on costs one extra request per Pin and is billed per enriched row.
Saved Pin data
Each item can contain id, title, description, dominant_color, image_url, repin_count, is_video, videos, board, domain, link, native_creator, and pinner.
{"id": "893683119901952944","dominant_color": "#a39b87","repin_count": 129,"is_video": false,"board": {"id": "893683188497204781","name": "Whimsical picnic day outfits"},"domain": "Uploaded by user","image_url": "https://i.pinimg.com/originals/55/ef/ce/55efcee8ed929020aee78820664e4d43.jpg"}
This is a live-verified board-Pin result. Its source title and description were empty, so neither appears in the example. link is omitted when the Pin has no destination URL.
Partial collections
Pagination stops when the requested limit is reached, the source returns an empty page, or no further page is available. A board with fewer available Pins than maxItems therefore produces fewer rows.
For detail about one returned Pin, pass its id to the Pinterest Pin Scraper. For keyword discovery across boards, use the Pinterest Search Scraper.