Pinterest Followers Scraper
Pricing
$19.99/month + usage
Go to Apify Store
Pinterest Followers Scraper
Pinterest Followers Scraper extracts follower data from any Pinterest profile. Collect usernames, profile URLs, bios, follower counts, and other public details. Ideal for influencer research, audience analysis, lead generation, and social media growth insights.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer

Scrapio
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 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).
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).
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.).