Pinterest Pins Scraper avatar

Pinterest Pins Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Pinterest Pins Scraper

Pinterest Pins Scraper

Extract Pins from Pinterest search results, boards, and feeds with titles, images, and save counts. Powered by Pinterest Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

11 days ago

Last modified

Share

This actor extracts Pins from Pinterest search results, boards, and feeds. It collects visual data, engagement metrics, and pinner information from any page displaying a list of Pins. The data is returned in a structured format for analysis or monitoring.


Want more from Pinterest?

This actor covers Pins only. The full Pinterest Scraper browser extension also includes Boards, Profiles, Users, Followers, Pins, Comments with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Pinterest Scraper extension


Data Fields

Field NameDescriptionExample
TitleThe title of the Pin"Modern Kitchen Design Ideas"
DescriptionThe text description of the Pin"Minimalist kitchen with marble countertops."
Auto Alt TextAI generated alt text for the image"A white kitchen with a large island."
Unified TitleNormalized title field"Modern Kitchen Design Ideas"
Created DateWhen the Pin was published"2023-10-12T14:30:00Z"
DomainThe source website domain"interiordesign.com"
LinkThe outbound destination URL"https://interiordesign.com/kitchens"
Dominant ColorPrimary hex color of the image"#f4f4f4"
All ImagesArray of image URLs at different sizes["https://i.pinimg.com/orig/1.jpg"]
Board NameName of the board containing the Pin"Home Decor"
Board URLLink to the board"https://www.pinterest.com/user/home-decor/"
Board Owner NameDisplay name of board owner"Jane Doe"
Board Owner UsernameUsername of board owner"janedoe123"
Pinner NameName of the person who pinned it"Jane Doe"
Pinner UsernameUsername of the pinner"janedoe123"
Pinner Profile URLLink to pinner profile"https://www.pinterest.com/janedoe123/"
Save CountNumber of times saved1250
Is PromotedBoolean for paid contentfalse
Product PinBoolean if it is a productfalse
Story PinBoolean if it is a storyfalse
Pin URLDirect link to the Pin"https://www.pinterest.com/pin/12345/"

Input

  • urls: Array of Pinterest URLs. Works on search results, boards, and feeds.
  • maxItems: Maximum number of Pins to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.pinterest.com/search/pins/?q=interior%20design"],
"maxItems": 50
}

Example Output

[
{
"Title": "Scandinavian Living Room",
"Description": "Bright and airy living room setup.",
"Auto Alt Text": "A living room with a grey sofa.",
"Unified Title": "Scandinavian Living Room",
"Created Date": "2023-11-01T09:00:00Z",
"Domain": "homestyle.com",
"Link": "https://homestyle.com/scandi",
"Dominant Color": "#e0e0e0",
"All Images": ["https://i.pinimg.com/736x/a1.jpg"],
"Board Name": "Living Room Inspo",
"Board URL": "https://www.pinterest.com/user/living-room-inspo/",
"Board Owner Name": "Alice Smith",
"Board Owner Username": "alicesmith",
"Pinner Name": "Alice Smith",
"Pinner Username": "alicesmith",
"Pinner Profile URL": "https://www.pinterest.com/alicesmith/",
"Save Count": 450,
"Is Promoted": false,
"Product Pin": false,
"Story Pin": false,
"Pin URL": "https://www.pinterest.com/pin/98765/"
},
{
"Title": "DIY Garden Planter",
"Description": "How to build a wooden planter box.",
"Auto Alt Text": "A wooden box with flowers.",
"Unified Title": "DIY Garden Planter",
"Created Date": "2023-11-05T12:15:00Z",
"Domain": "gardenersworld.com",
"Link": "https://gardenersworld.com/diy-planter",
"Dominant Color": "#4b5320",
"All Images": ["https://i.pinimg.com/736x/b2.jpg"],
"Board Name": "Garden Projects",
"Board URL": "https://www.pinterest.com/user/garden-projects/",
"Board Owner Name": "Bob Jones",
"Board Owner Username": "bobjones",
"Pinner Name": "Bob Jones",
"Pinner Username": "bobjones",
"Pinner Profile URL": "https://www.pinterest.com/bobjones/",
"Save Count": 890,
"Is Promoted": false,
"Product Pin": true,
"Story Pin": false,
"Pin URL": "https://www.pinterest.com/pin/54321/"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.