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 extracts follower lists from public Pinterest profiles—usernames, bios, follower counts, profile URLs, and engagement hints. 🔎 Ideal for influencer discovery, competitor benchmarking, and audience research. 📊 Export to CSV/JSON. 🚀

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScraperX

ScraperX

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Pinterest Followers Scraper

Pinterest Followers Scraper is a purpose-built tool that collects follower lists from public Pinterest profiles at scale — just provide profile URLs or usernames and get structured follower data back. It solves the manual, time-consuming task of gathering follower lists by automating requests with smart retry and proxy fallback. Designed for marketers, developers, data analysts, and researchers, this Pinterest followers scraper tool helps you scrape Pinterest followers reliably and export results for analysis or outreach. Use it to power influencer discovery, competitor benchmarking, audience research, and data enrichment workflows with repeatable, scalable runs. 🚀

What data / output can you get?

Below are the exact fields this Pinterest follower extractor saves to the Apify dataset (one row per follower). You can download the results as CSV, JSON, or Excel from the Apify platform.

Data typeDescriptionExample value
sourceUsernameThe profile whose followers are being scraped"candyw8119"
usernameFollower’s Pinterest username"janedoe123"
fullNameFollower’s display name"Jane Doe"
profile_urlFull URL to the follower’s profile"https://www.pinterest.com/janedoe123"
entityIdInternal entity identifier from Pinterest"1234567890123"
isPrivateProfileWhether the follower’s profile is privatefalse
imageMediumUrlMedium-size avatar image URL"https://i.pinimg.com/140x140.jpg"
imageXlargeUrlExtra-large avatar image URL"https://i.pinimg.com/564x.jpg"
explicitlyFollowedByMeWhether the session user follows this accountfalse
verifiedIdentityObject with verification flags/metadata{ "verified": false }
idPinterest node identifier"VXNlci0xMjM0NTY="
__typenameGraphQL type name"User"

Bonus output:

  • Key-value store record named OUTPUT with a per-profile summary object:
    • total_followers_scraped (number)
    • followers (array of follower objects with the same fields as above)

This makes it easy to export Pinterest followers to CSV or download a Pinterest followers list for enrichment, analysis, or outreach.

Key features

  • 🔁 Automated proxy fallback & resilience
    Smartly handles blocking: starts without a proxy, then falls back to datacenter and finally residential proxies (sticky) on 403/429 or network errors — keeping your Pinterest followers crawler stable over long runs.

  • 📦 Bulk input for scale
    Paste multiple Pinterest profile URLs or usernames to scrape many profiles in one run. Ideal for Pinterest competitor followers scraper workflows and large datasets.

  • 🎯 Structured follower records
    Clean, per-follower rows in the dataset plus a per-profile summary in the default key-value store. Perfect for a Pinterest followers list scraper pipeline and ready to export Pinterest followers to CSV.

  • 🔐 Optional authenticated requests
    Add your _pinterest_sess cookie to increase access and reduce rate limits when needed. The scraper also works without login.

  • 🧰 Developer-friendly & automation-ready
    Run and integrate via Apify’s API in any language (including using this as a Pinterest followers scraper Python workflow). Trigger runs, fetch datasets programmatically, or wire into your data pipelines for Pinterest followers API scraping.

  • 📈 Limit control
    Set max followers per profile (1–10,000) to optimize speed and cost for your Pinterest followers crawler jobs.

  • 📣 Progress logging
    Detailed logs show profile-by-profile progress, switches to backup connections, and saved row counts to help you monitor runs.

  • 🧱 Production-ready retries
    Exponential backoff on server and network errors; no retries on 4xx except 403/429, which trigger proxy fallback — a robust Pinterest followers scraping script approach for reliability.

How to use Pinterest Followers Scraper - step by step

  1. Sign in to Apify and open the Pinterest Followers Scraper on the Apify Console.
  2. In the Input tab, add startUrls as profile URLs (e.g., https://www.pinterest.com/username/) or plain usernames. You can add multiple entries.
  3. Set maxItems to control how many followers to collect per profile (1–10,000).
  4. Optionally paste your pinterestSessionCookie (_pinterest_sess) for logged-in runs.
  5. Optionally configure proxyConfiguration. If you leave it empty, the actor will start without a proxy and automatically fall back to datacenter and then residential if needed.
  6. Click Start to launch the run. Watch the Log tab to see progress, retries, and proxy fallback events as it scrape Pinterest followers without API access.
  7. When finished, open the Dataset to view follower rows or export to CSV/JSON/Excel. Check the default key-value store for the OUTPUT object with per-profile summaries.

Pro tip: Use the Apify API to automate runs and pull datasets into your CRM, BI tools, or custom pipelines. This enables a reliable Pinterest followers API scraping workflow for end-to-end automation.

Use cases

Use case nameDescription
Competitor analysis – profile followersTrack and analyze competitors’ audience by collecting their follower lists and exporting to CSV for further segmentation.
Audience research for marketersBuild a Pinterest profile followers scraper workflow to discover audience interests and potential influencer partners.
Data enrichment for analyticsIngest follower usernames and metadata into a data warehouse via the Apify API for dashboards and cohort analysis.
Campaign targeting & outreachExport Pinterest followers to CSV and connect to marketing tools for structured outreach.
Academic & social researchScrape Pinterest followers for multiple profiles to study network structures and content diffusion patterns.
API pipeline for developersOrchestrate runs programmatically and stream results to storage, using the scraper as a Pinterest followers API scraper in your stack.

Why choose Pinterest Followers Scraper?

This scraper focuses on precision, scale, and resilience — a production-ready way to scrape Pinterest followers reliably.

  • ✅ Accurate, structured outputs ready for analysis or enrichment
  • 🌍 Works with or without login; optional session cookie for expanded access
  • 📊 Built for bulk: scrape many profiles in a single run with per-profile limits
  • 🧩 Developer access via the Apify API; use in Python or any language
  • 🛡️ Safety-first logic with exponential backoff and controlled retry behavior
  • 💸 Cost-effective with tunable limits and robust blocking mitigation
  • 🔗 Integration-friendly: export to CSV/JSON/Excel and plug into your pipelines

Compared to browser extensions or unstable scripts, this Pinterest followers scraping script runs on Apify’s infrastructure with automatic proxy fallback and robust error handling — delivering consistent, repeatable results.

Yes — when used responsibly. This actor accesses publicly available profile pages and fetches follower data exposed by Pinterest’s web endpoints.

Guidelines to follow:

  • Only collect data from public profiles and pages you’re permitted to access.
  • Add a session cookie only if you have the rights to use it.
  • Comply with relevant laws like GDPR/CCPA and Pinterest’s terms.
  • Use the data responsibly for analysis or research; avoid spam or misuse.

You’re responsible for ensuring your use is compliant with applicable regulations and terms.

Input parameters & output format

Example JSON input

{
"startUrls": [
"https://www.pinterest.com/candyw8119/",
"cobrakaieditss451"
],
"maxItems": 250,
"pinterestSessionCookie": "_pinterest_sess=YOUR_COOKIE_VALUE",
"proxyConfiguration": {
"useApifyProxy": false
}
}

Parameter details

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.
pinterestSessionCookiestring (nullable)NonullPaste 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 dataset row (one follower)

{
"sourceUsername": "candyw8119",
"username": "janedoe123",
"fullName": "Jane Doe",
"profile_url": "https://www.pinterest.com/janedoe123",
"entityId": "1234567890123",
"isPrivateProfile": false,
"imageMediumUrl": "https://i.pinimg.com/140x140.jpg",
"imageXlargeUrl": "https://i.pinimg.com/564x.jpg",
"explicitlyFollowedByMe": false,
"verifiedIdentity": { "verified": false },
"id": "VXNlci0xMjM0NTY=",
"__typename": "User"
}

Example OUTPUT key-value store record (per-profile summary)

{
"candyw8119": {
"total_followers_scraped": 250,
"followers": [
{
"username": "janedoe123",
"fullName": "Jane Doe",
"imageMediumUrl": "https://i.pinimg.com/140x140.jpg",
"imageXlargeUrl": "https://i.pinimg.com/564x.jpg",
"explicitlyFollowedByMe": false,
"entityId": "1234567890123",
"isPrivateProfile": false,
"verifiedIdentity": { "verified": false },
"id": "VXNlci0xMjM0NTY=",
"__typename": "User",
"profile_url": "https://www.pinterest.com/janedoe123"
}
]
}
}

Notes:

  • Some fields (e.g., fullName, imageXlargeUrl) may be empty if not present on the profile.
  • Dataset rows are appended as followers are collected; the OUTPUT object is updated per profile after each scrape completes.

FAQ

Is there a free tier or fixed pricing?

Yes. The actor is offered with a flat monthly price in the Apify Store. You can also run short tests within your Apify account limits before committing to large-scale jobs.

Do I need to log in or provide cookies to scrape Pinterest followers?

No, login is optional. You can run without cookies, but adding your _pinterest_sess as pinterestSessionCookie may improve access and reduce rate limiting for your Pinterest profile followers scraper runs.

Can I use this with Python or an API?

Yes. You can trigger runs and download datasets via the Apify API, making it easy to integrate with Python or any other language. Many users build a Pinterest followers scraper Python workflow this way.

How many followers can I scrape per profile?

You can set maxItems between 1 and 10,000 per profile. This helps you control runtime and costs when you scrape Pinterest followers at scale.

What exactly does the output include?

Each dataset row contains fields like sourceUsername, username, fullName, profile_url, entityId, isPrivateProfile, imageMediumUrl, and more. The OUTPUT key-value store also includes total_followers_scraped and a followers array for each profile.

Can I export Pinterest followers to CSV?

Yes. After the run, open the Dataset and export results to CSV, JSON, or Excel. This makes it easy to download a Pinterest followers list for analysis or outreach.

How does the scraper handle blocking and rate limits?

The actor includes exponential backoff on network/server errors and automatically switches connections: no proxy → datacenter → residential (sticky) on 403/429 or similar issues. This proxy fallback ensures higher reliability for your Pinterest followers crawler runs.

Does this scrape board followers too?

This actor targets profile follower lists. Provide profile URLs or usernames to extract followers. For other Pinterest data types, consider separate specialized tools.

Closing CTA / Final thoughts

Built for accuracy, scale, and resilience, Pinterest Followers Scraper helps you reliably collect Pinterest profile followers in structured form. Configure limits, run in bulk, and export results to CSV/JSON/Excel — ideal for marketers, developers, data analysts, and researchers. Use the Apify API to embed it in your pipelines or script a Pinterest followers scraper Python integration for full automation. Start extracting smarter Pinterest follower insights and power your next campaign, analysis, or enrichment workflow today.