Pinterest Followers Scraper
Pricing
$19.99/month + usage
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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 type | Description | Example value |
|---|---|---|
| sourceUsername | The profile whose followers are being scraped | "candyw8119" |
| username | Follower’s Pinterest username | "janedoe123" |
| fullName | Follower’s display name | "Jane Doe" |
| profile_url | Full URL to the follower’s profile | "https://www.pinterest.com/janedoe123" |
| entityId | Internal entity identifier from Pinterest | "1234567890123" |
| isPrivateProfile | Whether the follower’s profile is private | false |
| imageMediumUrl | Medium-size avatar image URL | "https://i.pinimg.com/140x140.jpg" |
| imageXlargeUrl | Extra-large avatar image URL | "https://i.pinimg.com/564x.jpg" |
| explicitlyFollowedByMe | Whether the session user follows this account | false |
| verifiedIdentity | Object with verification flags/metadata | { "verified": false } |
| id | Pinterest node identifier | "VXNlci0xMjM0NTY=" |
| __typename | GraphQL 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
- Sign in to Apify and open the Pinterest Followers Scraper on the Apify Console.
- In the Input tab, add startUrls as profile URLs (e.g., https://www.pinterest.com/username/) or plain usernames. You can add multiple entries.
- Set maxItems to control how many followers to collect per profile (1–10,000).
- Optionally paste your pinterestSessionCookie (_pinterest_sess) for logged-in runs.
- 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.
- 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.
- 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 name | Description |
|---|---|
| Competitor analysis – profile followers | Track and analyze competitors’ audience by collecting their follower lists and exporting to CSV for further segmentation. |
| Audience research for marketers | Build a Pinterest profile followers scraper workflow to discover audience interests and potential influencer partners. |
| Data enrichment for analytics | Ingest follower usernames and metadata into a data warehouse via the Apify API for dashboards and cohort analysis. |
| Campaign targeting & outreach | Export Pinterest followers to CSV and connect to marketing tools for structured outreach. |
| Academic & social research | Scrape Pinterest followers for multiple profiles to study network structures and content diffusion patterns. |
| API pipeline for developers | Orchestrate 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.
Is it legal / ethical to use Pinterest Followers Scraper?
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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| startUrls | array | Yes | — | Pinterest profile URLs (e.g. https://www.pinterest.com/username/) or plain usernames. Add one or more to scrape multiple profiles. |
| maxItems | integer | No | 100 | How many followers to collect per profile (1–10000). Higher values take longer. |
| pinterestSessionCookie | string (nullable) | No | null | Paste your _pinterest_sess cookie for logged-in scraping. Leave empty to run without login (may be limited). |
| proxyConfiguration | object | No | { "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.