Pinterest Profile & Board Scraper avatar

Pinterest Profile & Board Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Pinterest Profile & Board Scraper

Pinterest Profile & Board Scraper

Scrape Pinterest profile stats and full board lists for any username. Get bio, follower counts, and every board's name, description, and pin count.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape Pinterest profile stats and full board lists for any username — bio, follower counts, and every board's name, description, and pin count, no login required.

What you get

For every username you provide, the scraper extracts a profile summary row, plus one row per board when board scraping is enabled.

Profile summary

  • Username, display name, and bio
  • Follower count, following count, board count, pin count
  • Verified merchant flag and private-profile flag
  • Website URL and profile picture

Per-board detail

  • Board name and description
  • Pin count, privacy (public/secret), and collaborative flag
  • Board URL and cover image

Use cases

  • Brand and competitor monitoring — track a competitor's follower growth and board strategy over time
  • Influencer vetting — check follower counts and board activity before a partnership
  • E-commerce research — see how merchants organize products into boards and which categories get the most pins
  • Lead generation — build lists of active Pinterest business accounts in a niche
  • Content planning — study how top accounts in your space structure and name their boards

How to use

  1. Enter one or more Usernames (with or without @) — one profile row is returned per username
  2. Toggle Include Boards on (default) to also scrape every public board for each username, or off for profile-only output
  3. Run the actor — results appear in the Dataset tab as they are scraped

Output format

Each dataset record is one of two shapes, distinguished by recordType.

Profile row:

{
"recordType": "profile",
"username": "bhg",
"fullName": "Better Homes and Gardens",
"bio": "Inspiring ideas for home, gardening, food, holidays, and living well.",
"followerCount": 4051759,
"followingCount": 1278,
"boardCount": 137,
"pinCount": 164950,
"isVerifiedMerchant": true,
"isPrivateProfile": false,
"websiteUrl": "http://bhg.com",
"profileUrl": "https://www.pinterest.com/bhg/",
"avatarUrl": "https://i.pinimg.com/75x75_RS/...",
"scrapedAt": "2026-08-31T03:22:13.129Z"
}

Board row:

{
"recordType": "board",
"username": "bhg",
"boardId": "56787713990755707",
"boardName": "100 Years and Beyond of Better Homes & Gardens",
"description": "Better Homes and Gardens is over 100 years old! ...",
"privacy": "public",
"pinCount": 51,
"isCollaborative": false,
"sectionCount": 0,
"boardUrl": "https://www.pinterest.com/bhg/100-years-and-beyond-of-better-homes-gardens/",
"coverImageUrl": "https://i.pinimg.com/200x150/...",
"scrapedAt": "2026-08-31T03:22:13.904Z"
}

Notes

  • Boards are fetched for every username in a single run — there is no cross-run pagination cursor to manage, since a Pinterest account's board list is always a bounded, moderate-sized collection rather than an open-ended feed.
  • Invalid usernames are skipped with a warning; the run continues with the remaining usernames.