Pinterest Boards Scraper avatar

Pinterest Boards Scraper

Pricing

from $2.99 / 1,000 boards & pins

Go to Apify Store
Pinterest Boards Scraper

Pinterest Boards Scraper

Scrape Pinterest boards for one or more usernames, including board titles, pin counts, followers, descriptions, URLs, and optional board pins.

Pricing

from $2.99 / 1,000 boards & pins

Rating

0.0

(0)

Developer

w3crawler

w3crawler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

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
  • Optional pin scraping — optionally fetch the pins inside each board
  • 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 500).
maxItemsinteger100Maximum total boards across all users (up to 2000).
includePinsbooleanfalseIf enabled, also scrapes the pins inside each board.
proxyConfigurationobjectdirectOptional standard Apify Proxy settings. Proxy credentials never enter output records.

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 a standard Apify Proxy configuration only when needed.
  • Private boards: Only public boards are accessible. This Actor does not accept authentication and cannot access private/secret boards.
  • includePins: Enabling pin scraping significantly increases run time. Use maxItems to control total output.