Pinterest Boards Scraper avatar

Pinterest Boards Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Pinterest Boards Scraper

Pinterest Boards Scraper

Under maintenance

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Pinterest Boards data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrapes Pinterest boards from one or more user profiles. Extracts board title, description, pin count, follower count, cover image, and owner details — ideal for Pinterest content strategy analysis, influencer research, and social media benchmarking.

Features

  • Multi-user scraping — scrape boards from multiple Pinterest usernames in one run
  • Board metadata — title, description, pin count, follower count, collaborator count
  • Cover images — extracts board cover image URL
  • Owner details — includes owner username, display name, and verification status
  • Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support

Use Cases

  • Pinterest content strategy analysis and planning
  • Influencer board research and benchmarking
  • Tracking competitor content organization
  • Building datasets of Pinterest board data for social media analytics

Input

FieldTypeDefaultRequiredDescription
usernamesarrayList of Pinterest usernames to scrape boards from (e.g. ["nasa", "natgeo"]).
maxBoardsPerUserinteger50Maximum number of boards to scrape per user (up to 100).
maxItemsinteger100Maximum total board records across all users (up to 200).
includePinsbooleanfalseDeprecated compatibility field; true is rejected because Pinterest no longer exposes a reliable public board-pin feed.
proxyConfigurationobjectDirectOptional proxy settings; enabling Apify Proxy without a group uses the standard pool.

Output

Each scraped board includes:

FieldDescription
idPinterest board ID
typeAlways board
nameBoard name/title
descriptionBoard description
urlFull URL to the board
imageCoverUrlBoard cover image URL
pinThumbnailUrlsArray of up to 5 pin thumbnail URLs on the cover
pinCountNumber of pins on the board
followerCountNumber of followers of the board
collaboratorCountNumber of collaborators
sectionCountNumber of sections in the board
isPrivateWhether the board is private/secret
isCollaborativeWhether the board is collaborative
layoutBoard layout type
categoryNameBoard category
ownerUsernameOwner's Pinterest username
ownerIdOwner's Pinterest user ID
ownerFullNameOwner's display name
ownerProfileUrlFull URL to owner's profile
ownerFollowerCountOwner's follower count
ownerIsVerifiedWhether the owner is verified
createdAtBoard creation timestamp
lastPinnedAtTimestamp of the last pin saved
scrapedAtISO 8601 timestamp of scrape

Sample Output

{
"id": "123456789",
"type": "board",
"name": "Solar System Exploration",
"description": "Exploring the planets in our solar system.",
"url": "https://www.pinterest.com/nasa/solar-system/",
"imageCoverUrl": "https://i.pinimg.com/736x/ab/cd/ef.jpg",
"pinCount": 240,
"followerCount": 15000,
"isPrivate": false,
"isCollaborative": false,
"ownerUsername": "nasa",
"ownerFullName": "NASA",
"ownerIsVerified": true,
"createdAt": "2020-03-15T10:00:00.000Z",
"scrapedAt": "2026-05-21T10:00:00.000Z"
}

Notes

  • Proxy: Direct access is the default. Enable the standard Apify proxy pool only when target behavior shows it is needed; residential access is never selected silently.
  • Private boards: Only public boards are accessible. Private/secret boards require authentication.
  • Pins: Use a dedicated Pinterest pin scraper for pin-level output; this Actor intentionally fails fast when legacy includePins: true is supplied.