Pinterest Boards Scraper avatar

Pinterest Boards Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Pinterest Boards Scraper

Pinterest Boards Scraper

Extract Pinterest boards with follower counts, pin counts, and owner details from profile and saved pages. 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

1

Total users

0

Monthly active users

5 days ago

Last modified

Share

This actor extracts Boards from Pinterest. It works on profile saved pages and board lists where boards are visible and fully loaded. The scraper returns board metadata, engagement metrics, and owner information.


Want more from Pinterest?

This actor covers Boards only. The full Pinterest Scraper browser extension also includes Pins, Profiles, Users, Followers, 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
Board NameThe title of the board"Interior Design Ideas"
Board URLDirect link to the board"https://www.pinterest.com/user/interior-design-ideas/"
Created DateWhen the board was created"2021-05-12T14:30:00Z"
Board Order Modified DateLast time the board order changed"2023-11-01T09:15:00Z"
PrivacyVisibility status of the board"public"
Pin CountTotal number of pins in the board145
Follower CountNumber of users following the board1250
Collaborator CountNumber of users with edit access1
Cover Image URLURL of the board cover image"https://i.pinimg.com/cover/1.jpg"
Cover Image HD URLHigh resolution cover image"https://i.pinimg.com/cover/1_hd.jpg"
Owner NameDisplay name of the board owner"Jane Doe"
Owner UsernamePinterest handle of the owner"janedoe_design"
Owner Profile URLLink to the owner profile"https://www.pinterest.com/janedoe_design/"
Owner Image URLProfile picture of the owner"https://i.pinimg.com/user/jane.jpg"
Section CountNumber of sections within the board4
Has Custom CoverBoolean indicating a custom cover imagetrue
Is Temporarily DisabledBoolean indicating if the board is inactivefalse

Input

  • urls: Array of Pinterest profile or saved page URLs containing board lists.
  • maxItems: Maximum number of boards to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.pinterest.com/exampleuser/_saved/"],
"maxItems": 50
}

Example Output

[
{
"boardName": "Modern Architecture",
"boardUrl": "https://www.pinterest.com/archdigest/modern-architecture/",
"createdDate": "2020-01-15T10:00:00Z",
"boardOrderModifiedDate": "2023-12-10T18:20:00Z",
"privacy": "public",
"pinCount": 320,
"followerCount": 5400,
"collaboratorCount": 2,
"coverImageUrl": "https://i.pinimg.com/cover/arch1.jpg",
"coverImageHdUrl": "https://i.pinimg.com/cover/arch1_hd.jpg",
"ownerName": "Architectural Digest",
"ownerUsername": "archdigest",
"ownerProfileUrl": "https://www.pinterest.com/archdigest/",
"ownerImageUrl": "https://i.pinimg.com/user/ad.jpg",
"sectionCount": 5,
"hasCustomCover": true,
"isTemporarilyDisabled": false
},
{
"boardName": "Travel Destinations",
"boardUrl": "https://www.pinterest.com/traveler/destinations/",
"createdDate": "2019-08-22T12:00:00Z",
"boardOrderModifiedDate": "2024-01-05T14:10:00Z",
"privacy": "public",
"pinCount": 850,
"followerCount": 12000,
"collaboratorCount": 1,
"coverImageUrl": "https://i.pinimg.com/cover/travel1.jpg",
"coverImageHdUrl": "https://i.pinimg.com/cover/travel1_hd.jpg",
"ownerName": "Global Traveler",
"ownerUsername": "traveler",
"ownerProfileUrl": "https://www.pinterest.com/traveler/",
"ownerImageUrl": "https://i.pinimg.com/user/traveler.jpg",
"sectionCount": 12,
"hasCustomCover": false,
"isTemporarilyDisabled": false
}
]

Disclaimer

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