Pinterest Followers Scraper
Pricing
$19.99/month + usage
Pinterest Followers Scraper
Pinterest Followers Scraper extracts follower data from any Pinterest profile. Collect usernames, profile links, bios, follower counts, and other public profile details. Ideal for influencer research, audience insights, lead generation, and social media analytics.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
Scraper Engine
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Apify Actor that scrapes follower lists for Pinterest profiles. Supports bulk profile URLs or usernames, optional session cookie for auth, and proxy fallback (no proxy → datacenter → residential, sticky).
🛠️ Support and Feedback
- 🐞 Bug reports: Open a ticket in the repository Issues section
- ✨ Custom solutions or feature requests: Contact our team 📧 Email: dev.scraperengine@gmail.com
Why use this actor?
- Bulk input: Scrape followers for many profiles in one run.
- Proxy fallback: Starts without proxy; if Pinterest blocks, automatically switches to datacenter then residential (with retries) and sticks to residential for the rest of the run.
- Structured output: Same shape as the reference output (by username, with
total_followers_scrapedandfollowersarray per profile).
Key features
- Input: list of Pinterest profile URLs or usernames + optional proxy and session cookie.
- Output: dataset rows per follower + default key-value store
OUTPUTwith{ "username": { "total_followers_scraped", "followers": [...] }, ... }. - Logging: progress and proxy events logged to the Apify run log.
- Retries: exponential backoff on 5xx and network errors; no retry on 4xx (except 403/429 trigger proxy fallback).
Input
| Field | Type | Required | Description |
|---|---|---|---|
| startUrls | array | Yes | Pinterest profile URLs (e.g. https://www.pinterest.com/username/) or usernames. |
| maxItems | integer | No | Max followers per profile (default: 1000, max: 10000). |
| pinterestSessionCookie | string | No | Optional _pinterest_sess cookie for authenticated requests. |
| proxyConfiguration | object | No | Apify proxy. Default: no proxy; actor falls back to datacenter then residential if blocked. |
Output
- Dataset: One row per follower with
sourceUsername,username,fullName,profile_url,entityId,isPrivateProfile,imageMediumUrl, etc. - Key-value store (OUTPUT): One object keyed by profile username:
total_followers_scraped: numberfollowers: array of follower objects (username, fullName, imageMediumUrl, imageXlargeUrl, explicitlyFollowedByMe, entityId, isPrivateProfile, verifiedIdentity, id, __typename, profile_url).
🔗 What are other Pinterest scraping tools?
If you want to scrape specific Pinterest data, you can use any of the dedicated scrapers below for faster and more targeted results.
Just enter profile URLs, board links, keywords, search queries, or pin URLs and start scraping instantly.
How to use (Apify Console)
- Open Apify Console → Actors.
- Find pinterest-followers-scraper and open it.
- Set startUrls (profile URLs or usernames).
- Optionally set maxItems, pinterestSessionCookie, and proxyConfiguration.
- Click Start.
- Watch the Log tab; results are in Output (dataset + default key-value store).
Cautions
- Data is from publicly available profile pages only.
- You are responsible for compliance with Pinterest’s terms and applicable laws (privacy, data protection, etc.).
