Pinterest Scraper โ€” Pins, Boards & Users avatar

Pinterest Scraper โ€” Pins, Boards & Users

Pricing

from $0.001695 / item scraped

Go to Apify Store
Pinterest Scraper โ€” Pins, Boards & Users

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

hiper soft

Maintained by Community

Actor 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.

Pinterest Scraper input โ€” search terms and scope in the Apify Console

Features

  • ๐Ÿ“Œ Rich pin records โ€” title, description, link, domain, imageUrl, pinner, boardName, and boardUrl.
  • ๐ŸŽฏ Three scopes โ€” set scope to pins, boards, or users to control what each search returns.
  • ๐Ÿ–ผ๏ธ Media details โ€” isVideo, dominantColor, and altText for visual and accessibility context.
  • ๐Ÿ“Š Board & user stats โ€” boards return pinCount and followerCount; users return followerCount, followingCount, and pinCount.
  • โค๏ธ Reactions โ€” reactionCount aggregates a pin's reactions from the search response.
  • ๐Ÿ” Multi-term search โ€” pass several searches and collect up to 1000 items per term.
  • ๐ŸŒ Residential proxy by default โ€” session-rotated for reliable access.

What you get

Pinterest Scraper output example โ€” pins, boards and users as structured JSON

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

FieldTypeDescription
typestringRecord type โ€” pin, board, or user.
idstringPinterest ID of the pin, board, or user.
titlestringPin title.
descriptionstringPin description text.
linkstring (URL)Destination link the pin points to.
domainstringDomain of the destination link.
imageUrlstring (URL)URL of the pin image.
pinnerstringUsername of the pinner.
pinnerNamestringDisplay name of the pinner.
boardNamestringName of the board the pin belongs to.
boardUrlstring (URL)URL of the board.
reactionCountintegerAggregate reaction count on the pin.
isVideobooleanWhether the pin is a video.
dominantColorstringDominant color of the image as a hex code.
altTextstringAccessibility alt text for the image.
createdAtstringWhen the pin was created.
urlstring (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"] }
}
FieldDescription
searchesKeywords to search on Pinterest.
scopepins, boards, or users.
maxItemsPerSearchResults per search term (up to 1000).
proxyConfigurationProxy; 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.