Pinterest Profile Scraper - Creator Analytics
Pricing
from $3.00 / 1,000 results
Pinterest Profile Scraper - Creator Analytics
Scrape public Pinterest profiles with creator names, bios, websites, follower and following counts, pins, boards, verification status and profile images.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Ben
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 hours ago
Last modified
Categories
Share
Pinterest Profile Scraper - Creator Analytics and Public Profile Data
Collect structured information from public Pinterest creator and business profiles without copying profile pages by hand. Pinterest Profile Scraper accepts usernames, @handles, or profile URLs and returns the public name, bio, website, follower and following counts, pin and board counts, verification status, profile image, cover image, and account metadata.
The Actor is built for creator research, influencer discovery, brand monitoring, partnership qualification, market analysis, and repeatable social-media datasets. Results are stored in the Apify default dataset and can be exported to JSON, CSV, Excel, XML, or RSS. You can also call the Actor through the Apify API or connect runs to Make, Zapier, n8n, webhooks, Google Sheets, Airtable, or your own database.
What can Pinterest Profile Scraper collect?
- Public Pinterest username and account ID.
- Display name and public biography.
- Claimed website URL when available.
- Profile and cover image URLs.
- Follower and following counts.
- Published pin and board counts.
- Account creation timestamp when Pinterest exposes it.
- Verified identity and verified merchant indicators.
- Partner, private-profile, and domain-verification flags.
- Canonical Pinterest profile URL.
- A UTC scrape timestamp for historical comparisons.
No Pinterest login or user account cookie is required. The Actor processes only the public profiles you supply and fails clearly when none of them can be retrieved.
Who is it for?
Influencer and creator research
Build a comparable table of public Pinterest creators for a niche. Use followers, pins, boards, about, and website_url as starting points for a human qualification process. A follower count alone does not prove audience quality or partnership fit, so combine the output with content review and your own due diligence.
Brand and competitor monitoring
Track public profile metrics for brands, publishers, retailers, and competitors. Scheduled runs can reveal changes in follower counts, profile copy, website links, verification, and publishing volume.
Agency prospect research
Agencies can enrich a manually selected list of Pinterest accounts with public profile information. Website and domain-verification fields can help route profiles into research segments, but the Actor does not infer email addresses or consent to contact.
Dataset enrichment
If you already have Pinterest usernames from search results, campaign reports, or customer-provided lists, use this Actor to append current profile-level fields. Pair it with Pinterest Search Scraper when you need both discovery and profile enrichment.
Academic and market analysis
Create repeatable snapshots of public Pinterest profiles for aggregate research. Store the scrape timestamp and document your sampling method so later comparisons remain interpretable.
Input
Provide one or more usernames, handles, or full Pinterest profile URLs.
{"usernames": ["pinterest","https://www.pinterest.com/etsy/","@wholefoods"],"maxProfiles": 10}
Input fields
| Field | Type | Description |
|---|---|---|
usernames | array of strings | Pinterest usernames, @handles, or full profile URLs. Default: pinterest. |
maxProfiles | integer | Maximum supplied profiles processed in one run. Default: 10. Maximum: 100. |
Duplicate handles are processed once. URL prefixes, a trailing slash, and a leading @ are normalized automatically.
Output
Each dataset item represents one public Pinterest profile.
{"id": "1234567890","username": "examplecreator","full_name": "Example Creator","about": "Practical design ideas for small spaces.","profile_url": "https://www.pinterest.com/examplecreator/","website_url": "https://example.com","profile_image_url": "https://i.pinimg.com/280x280_RS/example.jpg","cover_image_url": "https://i.pinimg.com/originals/cover.jpg","followers": 128400,"following": 612,"pins": 9840,"boards": 146,"created_at": "2014-03-18T10:22:31","is_verified": true,"is_verified_merchant": false,"is_partner": false,"is_private": false,"domain_verified": true,"scraped_at": "2026-07-11T10:00:00+00:00"}
Pinterest does not expose every field for every profile. Personal accounts, merchants, creators, partners, older accounts, and region-specific pages may contain different metadata. The Actor returns missing fields as null or false according to the public source; it does not fabricate values.
Pricing
Pinterest Profile Scraper uses pay per event pricing:
- Actor start: $0.00005 per run.
- Result: $0.003 per profile saved to the default dataset.
A successful run with 10 profiles costs about $0.03005 in Actor charges, excluding ordinary Apify platform usage. A 100-profile run costs about $0.30005. You pay only for profiles actually saved. Invalid, unavailable, or private profiles that produce no row are not billed as dataset results.
Run through the Apify API
curl -X POST "https://api.apify.com/v2/acts/benthepythondev~pinterest-profile-scraper/runs?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"usernames":["pinterest","etsy"],"maxProfiles":2}'
Poll the returned run ID until it succeeds, then read the default dataset URL from the run object. For production integrations, keep your Apify token in a secret manager rather than hardcoding it in source control.
Repeat-use workflows
Weekly profile monitor
Create an Apify schedule for a fixed list of profiles. Send each dataset to a database and compare followers, following, pins, boards, about, website_url, and verification flags with the previous snapshot.
Search-to-profile pipeline
Run Pinterest Search Scraper for target keywords, collect unique pinner_username values, review them, and pass the selected handles to this Actor. This separates broad discovery from profile-level enrichment and avoids repeatedly processing the same account.
Creator research sheet
Connect the dataset to Google Sheets through Make or Zapier. Add your own manual columns for niche fit, content quality, location, contact status, and campaign notes. Public metrics should support, not replace, human judgment.
Change alerts
Use n8n or a webhook to flag large follower-count changes, a new website URL, a rewritten bio, or a newly verified profile. Add thresholds to avoid alerts for ordinary small fluctuations.
Reliability and technical approach
The Actor loads each public profile with a Chrome-compatible HTTP client and reads Pinterest's embedded server-side profile state. This is faster and less expensive than running a full browser. Requests use bounded retries and timeouts. Handles are normalized and deduplicated before collection. A run with zero valid profiles fails explicitly instead of appearing successful with an empty dataset, which makes schedules and alerts easier to monitor.
The implementation does not require residential proxies, third-party unblocker credits, or a Pinterest API key. Pinterest can change its public pages, so production users should monitor run health. When reporting a failure, include the Apify run ID and an example public handle that can be reproduced.
Data quality notes
- Follower, following, pin, and board counts reflect the public values available at scrape time.
- A verified or merchant flag should not be treated as legal identity verification for your own compliance process.
- A website URL may redirect or change after collection; validate it before using it operationally.
- Private, deleted, restricted, misspelled, or unavailable profiles may be skipped.
- Account metrics can vary between page versions or Pinterest experiments.
Responsible use
Use this Actor only for lawful collection and processing of public data. Follow Pinterest's terms, privacy and marketing laws, intellectual-property rules, and your organization's compliance requirements. Do not use the output for harassment, sensitive profiling, automated spam, identity resolution, or outreach without a lawful basis. The presence of a public website or profile does not itself establish consent for commercial contact.
Pinterest is a trademark of its owner. This independent Actor is not affiliated with, sponsored by, or endorsed by Pinterest.
Frequently asked questions
Can it scrape private profiles?
No. It is intended for publicly accessible profiles and does not log into Pinterest or bypass account privacy controls.
Does it collect pins from each profile?
This Actor focuses on profile-level fields. Use Pinterest Search Scraper for pin discovery. A dedicated board or profile-pin workflow can be evaluated separately when a stable public data path exists.
Can I submit full URLs?
Yes. Full profile URLs, usernames, and @handles are normalized into Pinterest usernames.
Why is a profile missing?
The handle may be misspelled, private, deleted, restricted, regionally unavailable, or temporarily absent from Pinterest's public page state.
Can I export to Excel?
Yes. Open the default dataset after the run and choose Excel, CSV, JSON, XML, or another supported Apify export format.
You might also like
- Pinterest Search Scraper for keyword-based pin and creator discovery.
- Instagram Intelligence Scraper for public Instagram account research.
- TikTok Profile Scraper for public TikTok creator metrics.
- YouTube Channel Intelligence for channel-level YouTube research.
Support and reviews
For support, open an issue on the Actor page with the run ID, a redacted input, and the expected behavior. This makes the report reproducible without exposing your full research list. If Pinterest Profile Scraper is useful in your workflow, please leave an honest Apify Store review. Reviews help other users compare tools and show which improvements matter most.
Keywords: Pinterest profile scraper, Pinterest creator analytics, Pinterest follower scraper, Pinterest account data, Pinterest influencer research, Pinterest business profile, Pinterest profile API, creator discovery, social media monitoring, public profile dataset.