Pinterest Followers Scraper avatar

Pinterest Followers Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Pinterest Followers Scraper

Pinterest Followers Scraper

📌 Pinterest Followers Scraper collects clean lists of followers from any Pinterest profile — usernames, display names, profile URLs & bios. 🔎 Perfect for influencer outreach, audience analysis, competitor research, and growth campaigns. 📊 Export to CSV/JSON. 🚀

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScraperForge

ScraperForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Pinterest Followers Scraper

Pinterest Followers Scraper is a fast, production-ready Pinterest follower scraper that extracts clean follower lists from any public Pinterest profile — including usernames, display names, profile URLs, and bios metadata where available. It solves the manual, error-prone task of collecting followers by automating a scalable, reliable pipeline with bulk inputs, optional authentication, and smart proxy fallback. Built for marketers, developers, data analysts, and researchers, this Pinterest followers extractor enables influencer outreach, audience analysis, competitor research, and growth campaigns at scale. 🚀

What data / output can you get?

Below are the primary fields the actor produces. Each follower is stored as a dataset row, with an additional per-profile summary saved to the default key‑value store.

Data typeDescriptionExample value
sourceUsernameThe profile whose followers were scraped"acmepins"
usernameFollower’s Pinterest handle"jane_doe_123"
fullNameFollower’s display name"Jane Doe"
profile_urlFollower’s profile URL"https://www.pinterest.com/jane_doe_123"
entityIdPinterest entity identifier for the follower"1234567890"
isPrivateProfileWhether the follower’s profile is privatefalse
imageMediumUrlMedium-size avatar URL"https://i.pinimg.com/75x75/aa/bb/avatar.jpg"
imageXlargeUrlExtra-large avatar URL"https://i.pinimg.com/280x280/aa/bb/avatar.jpg"
explicitlyFollowedByMeWhether the session account explicitly follows this userfalse
verifiedIdentityVerification metadata object{}
idGraphQL node ID"VXNlcjoxMjM0NTY="
__typenameGraphQL typename (User)"User"

Notes:

  • Bonus/aggregate output: For each input profile, an OUTPUT object is saved with total_followers_scraped and the full followers array for that profile.
  • Exports: Download results from the Apify dataset as CSV or JSON. You can also access the aggregated OUTPUT object in the default key‑value store.

Key features

  • 🔁 Smart proxy fallback & resilience
    Automatically escalates connection strategy when blocked: no proxy → datacenter → residential (with up to 3 retries). Once residential is used, it sticks for the remainder of the run for stability.

  • 📦 Bulk scraping for multiple profiles
    Feed a list of Pinterest profile URLs or usernames via startUrls and scrape followers for all of them in a single run — ideal for bulk scrape Pinterest followers workflows.

  • 📊 Structured outputs for analytics
    Saves one dataset row per follower and maintains a per-profile summary object in OUTPUT with total_followers_scraped and followers — perfect for a Pinterest followers export tool.

  • 🔐 Optional authenticated mode
    Provide pinterestSessionCookie (_pinterest_sess) to improve access where needed. If omitted, the actor runs without login (may be limited).

  • ⏱️ Robust retry & rate-limit handling
    Implements exponential backoff on 5xx and network errors. HTTP 403/429 triggers proxy fallback to keep your Pinterest followers scraping software running.

  • 🧭 Clear progress logging
    Logs proxy events, setup steps, and per-batch progress so you can monitor “scrape Pinterest followers” runs with confidence.

  • 💾 Easy downloads
    Export clean datasets to CSV/JSON for immediate analysis, enrichment, or outreach workflows.

How to use Pinterest Followers Scraper - step by step

  1. Sign in to Apify Console.
  2. Go to Actors and open “pinterest-followers-scraper”.
  3. In Input, paste your Profile URLs or usernames into startUrls. You can mix full URLs like https://www.pinterest.com/username/ and plain usernames.
  4. Set maxItems to control how many followers to collect per profile (1–10000). The schema default is 100.
  5. (Optional) Add pinterestSessionCookie with your _pinterest_sess value for logged-in scraping.
  6. (Optional) Configure proxyConfiguration. By default, the actor starts without a proxy and will automatically try datacenter then residential proxies if blocked.
  7. Click Start to run. Watch the Log for progress; followers are written to the dataset as they’re collected.
  8. Download results from the Dataset (CSV/JSON). The aggregated summary is stored in the default key‑value store as OUTPUT.

Pro Tip: For profiles that rate-limit aggressively, supply pinterestSessionCookie and allow the automatic proxy fallback to improve coverage.

Use cases

Use case nameDescription
Influencer outreach listsBuild verified lists of Pinterest followers for outreach by exporting usernames, profile URLs, and names to CSV/JSON.
Audience analysis for brandsAnalyze follower communities for competitor or partner profiles to inform content and growth strategies.
Competitor researchBenchmark audience size and composition by scraping followers lists across multiple competitor profiles.
Growth campaign prospectingIdentify engaged users in your niche and segment them for targeted growth campaigns.
Social listening & monitoringTrack changes in follower lists over time by scheduling periodic runs and comparing datasets.
Academic or market researchCollect structured follower datasets for quantifying audience overlap and network effects in studies.
Data pipeline enrichmentFeed follower records into downstream analytics or CRM enrichment workflows after exporting JSON/CSV.

Why choose Pinterest Followers Scraper?

Pinterest profile followers scraper built for precision and reliability — not quick hacks.

  • 🎯 Accurate, structured data: Captures clean follower records with consistent field names for analytics-ready outputs.
  • 🧩 Works with or without login: Runs publicly by default and supports an optional session cookie when needed.
  • 📈 Scales to large lists: Handles many profiles per run and up to 10,000 followers per profile via maxItems.
  • 🔄 Resilient under pressure: Automatic fallback from no proxy → datacenter → residential keeps runs moving through blocks.
  • 🧪 Developer-friendly outputs: Standardized dataset rows plus an aggregated OUTPUT object for per‑profile summaries.
  • 🛡️ Safer than brittle alternatives: Avoids unstable browser extensions; runs on Apify’s production infrastructure with clear logs and retries.

Bottom line: a dependable Pinterest user followers scraper that gets you structured results you can use immediately.

Yes — when done responsibly. This actor collects data from publicly available Pinterest profile pages. You should:

  • Only scrape public data and respect platform limitations.
  • Ensure compliance with Pinterest’s terms and applicable laws (e.g., privacy and data protection).
  • Avoid misuse of personal data and honor opt‑outs where applicable.
  • Consult your legal team for edge cases and regulatory questions in your jurisdiction.

Input parameters & output format

Example JSON input

{
"startUrls": [
"https://www.pinterest.com/acmepins/",
"jane_artboards"
],
"maxItems": 250,
"pinterestSessionCookie": "_pinterest_sess=your_session_cookie_value",
"proxyConfiguration": {
"useApifyProxy": false
}
}

Input parameters

FieldTypeRequiredDefaultDescription
startUrlsarrayYesPinterest profile URLs (e.g., https://www.pinterest.com/username/) or plain usernames. Add one or more to scrape multiple profiles.
maxItemsintegerNo100How many followers to collect per profile (1–10000). Higher values take longer.
pinterestSessionCookiestringNonullPaste your _pinterest_sess cookie for logged-in scraping. Leave empty to run without login (may be limited).
proxyConfigurationobjectNo{"useApifyProxy": false}Optional. Default is no proxy. If Pinterest blocks requests, the actor will automatically try datacenter then residential proxies.

Example JSON output (dataset row)

{
"sourceUsername": "acmepins",
"username": "jane_doe_123",
"fullName": "Jane Doe",
"profile_url": "https://www.pinterest.com/jane_doe_123",
"entityId": "1234567890",
"isPrivateProfile": false,
"imageMediumUrl": "https://i.pinimg.com/75x75/aa/bb/avatar.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280/aa/bb/avatar.jpg",
"explicitlyFollowedByMe": false,
"verifiedIdentity": {},
"id": "VXNlcjoxMjM0NTY=",
"__typename": "User"
}

Example JSON output (default key‑value store, key: OUTPUT)

{
"acmepins": {
"total_followers_scraped": 250,
"followers": [
{
"username": "jane_doe_123",
"fullName": "Jane Doe",
"imageMediumUrl": "https://i.pinimg.com/75x75/aa/bb/avatar.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280/aa/bb/avatar.jpg",
"explicitlyFollowedByMe": false,
"entityId": "1234567890",
"isPrivateProfile": false,
"verifiedIdentity": {},
"id": "VXNlcjoxMjM0NTY=",
"__typename": "User",
"profile_url": "https://www.pinterest.com/jane_doe_123"
}
]
}
}

Notes:

  • Dataset rows include sourceUsername to attribute each follower to its source profile.
  • Some fields (e.g., fullName, image URLs) may be empty if not present on the public profile.

FAQ

Do I need to log in to scrape followers?

No. The actor works without login by default. However, you can improve access by providing pinterestSessionCookie with your _pinterest_sess value for authenticated requests.

How many followers can I collect per profile?

You can configure maxItems from 1 to 10,000 per profile. The schema default is 100. Higher values take longer to complete.

Can I scrape multiple Pinterest profiles at once?

Yes. Add multiple profile URLs or usernames to startUrls to bulk scrape Pinterest followers across many profiles in one run.

What does the output include?

Two outputs are produced: a dataset with one row per follower (fields like username, fullName, profile_url, imageMediumUrl, isPrivateProfile, etc.) and a default key‑value store object (OUTPUT) summarizing each profile with total_followers_scraped and a followers array.

Can I export results to CSV or JSON?

Yes. You can download the dataset in CSV or JSON directly from Apify. The aggregated OUTPUT object is available via the default key‑value store.

How does the scraper handle blocks and rate limits?

If Pinterest responds with 403/429 or network errors occur, the actor automatically falls back from no proxy to datacenter proxies, then to residential proxies (with up to 3 retries). Once residential is selected, it stays sticky for the run.

Does it support proxies?

Yes. By default, it starts without a proxy and will switch automatically if blocked. You can also provide your own proxyConfiguration (e.g., useApifyProxy) to control proxy behavior.

Yes, when done responsibly. The actor collects data from publicly available pages only. You are responsible for ensuring compliance with Pinterest’s terms and applicable laws and regulations.

Closing CTA / Final thoughts

Pinterest Followers Scraper is built to extract structured follower lists from public Pinterest profiles reliably and at scale. With bulk inputs, optional authentication, resilient proxy fallback, and clean CSV/JSON exports, it’s a practical Pinterest followers list scraper for marketers, analysts, and developers alike. Use it as a Pinterest follower data extractor for influencer outreach, audience analysis, and competitor research — then export your Pinterest followers list in seconds. Start scraping smarter and turn Pinterest audience data into actionable insights today.