Extract Pinterest followers data including usernames, full names, profile images and more. Scrape followers from any Pinterest user profile with automated scrolling and data collection.
Automatically scrape followers data from any Pinterest user profile. This actor helps you collect detailed information about Pinterest users' followers with ease.
The actor accepts the following input parameters:
Field | Type | Description |
---|---|---|
usernames | Array | List of Pinterest usernames to scrape followers from |
maxItems | Integer | Maximum number of followers to collect (default: unlimited) |
proxyConfiguration | Object | Proxy settings (optional) |
A full explanation of an input example in JSON.
1{ 2 "usernames": [ 3 "candyw8119" 4 ], 5 "maxItems": 30 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "username": "tothovaivana70", 4 "fullName": "Ivana Tothova", 5 "imageMediumUrl": "https://i.pinimg.com/75x75_RS/a7/90/99/a79099cfaef2ad865b0d3e281c6cce6a.jpg", 6 "imageXlargeUrl": "https://i.pinimg.com/280x280_RS/a7/90/99/a79099cfaef2ad865b0d3e281c6cce6a.jpg", 7 "explicitlyFollowedByMe": false, 8 "entityId": "1015702659618961868", 9 "isPrivateProfile": false, 10 "verifiedIdentity": { 11 "verified": null 12 }, 13 "id": "VXNlcjoxMDE1NzAyNjU5NjE4OTYxODY4", 14 "__typename": "User", 15 "profile_url": "https://www.pinterest.com/tothovaivana70" 16 }, 17 ... 18]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!