Pinterest Followers Scraper ๐Ÿ“Œ avatar
Pinterest Followers Scraper ๐Ÿ“Œ

Pricing

$19.99/month + usage

Go to Store
Pinterest Followers Scraper ๐Ÿ“Œ

Pinterest Followers Scraper ๐Ÿ“Œ

Developed by

EasyApi

EasyApi

Maintained by Community

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.

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

4

Monthly users

2

Runs succeeded

>99%

Last modified

a month ago

Automatically scrape followers data from any Pinterest user profile. This actor helps you collect detailed information about Pinterest users' followers with ease.

๐Ÿ”ฅ Features

  • Extract followers data from any Pinterest user profile
  • Get detailed user information including:
    • Username
    • Full name
    • Profile images (medium & large sizes)
    • Profile URL
    • Verification status
    • Privacy status
    • Entity ID
  • Support for multiple usernames in a single run
  • Automated scrolling and data collection
  • Built-in proxy support
  • Random delays to avoid rate limiting
  • Customizable maximum items limit

๐ŸŽฏ Use Cases

  • Influencer marketing research
  • Competitor analysis
  • Social media analytics
  • Audience insights
  • Market research
  • Lead generation

๐Ÿ’ก Input Parameters

The actor accepts the following input parameters:

FieldTypeDescription
usernamesArrayList of Pinterest usernames to scrape followers from
maxItemsIntegerMaximum number of followers to collect (default: unlimited)
proxyConfigurationObjectProxy settings (optional)

๐Ÿ“ Notes

  • Respects Pinterest's robots.txt
  • Rate limiting and delays are built-in
  • Some profiles may have privacy restrictions

Input Example

A full explanation of an input example in JSON.

{
"usernames": [
"candyw8119"
],
"maxItems": 30
}

Output sample

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.

[
{
"username": "tothovaivana70",
"fullName": "Ivana Tothova",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/a7/90/99/a79099cfaef2ad865b0d3e281c6cce6a.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/a7/90/99/a79099cfaef2ad865b0d3e281c6cce6a.jpg",
"explicitlyFollowedByMe": false,
"entityId": "1015702659618961868",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjoxMDE1NzAyNjU5NjE4OTYxODY4",
"__typename": "User",
"profile_url": "https://www.pinterest.com/tothovaivana70"
},
...
]