Pinterest Board Scraper avatar

Pinterest Board Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Pinterest Board Scraper

Pinterest Board Scraper

Extract Pinterest boards including pin counts, follower counts, and owner details from profile saved pages. Powered by Pinterest Scraper.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

This actor extracts Boards in a List from Pinterest. It collects metadata from board collections found on profile saved pages or board lists. It returns detailed information including follower counts, pin counts, and owner profiles.

Data Fields

Field NameDescriptionExample
Board NameThe title of the board"Interior Design Ideas"
Board URLDirect link to the board"https://www.pinterest.com/username/interior-design-ideas/"
Created DateTimestamp of board creation"2023-01-15T10:30:00Z"
Board Order Modified DateLast time the board order was changed"2023-11-20T15:45:00Z"
PrivacyVisibility status of the board"public"
Pin CountTotal number of pins in the board142
Follower CountNumber of users following the board850
Collaborator CountNumber of users with edit access1
Cover Image URLURL of the board cover thumbnail"https://i.pinimg.com/200x/cover.jpg"
Cover Image HD URLURL of the high resolution cover"https://i.pinimg.com/originals/cover.jpg"
Owner NameDisplay name of the board owner"Jane Doe"
Owner UsernamePinterest handle of the owner"janedoe123"
Owner Profile URLLink to owner profile"https://www.pinterest.com/janedoe123/"
Owner Image URLProfile picture of the owner"https://i.pinimg.com/75x75/user.jpg"
Section CountNumber of sections within the board4
Has Custom CoverBoolean indicating a custom cover imagetrue
Is Temporarily DisabledBoolean indicating if board is inactivefalse

Input

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

Example Input

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

Example Output

[
{
"boardName": "Modern Architecture",
"boardUrl": "https://www.pinterest.com/archdigest/modern-architecture/",
"createdDate": "2022-05-10T12:00:00Z",
"boardOrderModifiedDate": "2024-01-05T09:20:00Z",
"privacy": "public",
"pinCount": 320,
"followerCount": 12500,
"collaboratorCount": 2,
"coverImageUrl": "https://i.pinimg.com/200x/arch.jpg",
"coverImageHdUrl": "https://i.pinimg.com/originals/arch.jpg",
"ownerName": "Architectural Digest",
"ownerUsername": "archdigest",
"ownerProfileUrl": "https://www.pinterest.com/archdigest/",
"ownerImageUrl": "https://i.pinimg.com/75x75/ad_logo.jpg",
"sectionCount": 5,
"hasCustomCover": true,
"isTemporarilyDisabled": false
},
{
"boardName": "Travel Photography",
"boardUrl": "https://www.pinterest.com/traveler/photography/",
"createdDate": "2021-08-22T14:15:00Z",
"boardOrderModifiedDate": "2023-12-12T11:10:00Z",
"privacy": "public",
"pinCount": 85,
"followerCount": 3400,
"collaboratorCount": 1,
"coverImageUrl": "https://i.pinimg.com/200x/travel.jpg",
"coverImageHdUrl": "https://i.pinimg.com/originals/travel.jpg",
"ownerName": "World Traveler",
"ownerUsername": "traveler",
"ownerProfileUrl": "https://www.pinterest.com/traveler/",
"ownerImageUrl": "https://i.pinimg.com/75x75/traveler_pfp.jpg",
"sectionCount": 2,
"hasCustomCover": false,
"isTemporarilyDisabled": false
}
]

Want more from Pinterest?

This actor only covers Boards in a List. The full Pinterest Scraper browser extension also includes Pins in a List, Profile Details, Users in Following, Followers in a List, Pin Details, Comments in a Pin 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

Disclaimer

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