Pinterest Profile Scraper avatar

Pinterest Profile Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Pinterest Profile Scraper

Pinterest Profile Scraper

Extract Pinterest user profile data including follower counts, verification status, and engagement metrics. Powered by Pinterest Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Introduction

This actor extracts Profile Details from Pinterest. It collects user metrics, verification status, and account metadata from public profile pages. Use this tool to track account growth and verify user identities.

Data Fields

Field NameDescriptionExample
Full NameThe display name of the userJane Doe
First NameThe first name of the userJane
UsernameThe unique Pinterest handlejanedoe123
AboutThe profile bio textInterior design enthusiast
Created DateAccount creation timestamp2018-05-12T14:20:00Z
Follower CountNumber of users following this profile1500
Following CountNumber of users this profile follows450
Explicit User Following CountCount of specific users followed440
Board CountTotal number of public boards25
Pin CountTotal number of pins saved1200
Domain VerifiedWhether the website is verifiedtrue
Has Shopping ShowcaseIf the profile has a shop tabfalse
All Profile ImagesList of profile picture URLs["https://pin.it/img1.jpg"]
Last Pin Save TimeTimestamp of the most recent save2023-10-01T09:00:00Z
Profile ReachMonthly unique viewers50000
Profile ViewsTotal profile views120000
Has CatalogIf the user has a product catalogfalse
Interest Following CountNumber of interests followed12
Native Pin CountNumber of pins created by the user300
Story Pin CountNumber of story pins15
Video Pin CountNumber of video pins5
Group Board CountNumber of group boards joined3
Has Published PinsIf the user has public pinstrue
Is Private ProfileVisibility status of the profilefalse
Verified IdentityIf the user has a verified badgetrue

Input

  • urls: Array of Pinterest profile URL strings. Example: https://www.pinterest.com/username/.
  • maxItems: Maximum number of profiles to process per run. Default is 100.

Example Input

{
"urls": ["https://www.pinterest.com/example_user/"],
"maxItems": 50
}

Example Output

[
{
"fullName": "Design Studio",
"firstName": "Design",
"username": "design_studio",
"about": "Modern architecture and interior design.",
"createdDate": "2015-02-10T10:00:00Z",
"followerCount": 12500,
"followingCount": 800,
"explicitUserFollowingCount": 790,
"boardCount": 45,
"pinCount": 3500,
"domainVerified": true,
"hasShoppingShowcase": true,
"allProfileImages": ["https://i.pinimg.com/75x75_RS/1.jpg"],
"lastPinSaveTime": "2023-11-15T14:30:00Z",
"profileReach": 250000,
"profileViews": 500000,
"hasCatalog": true,
"interestFollowingCount": 20,
"nativePinCount": 1200,
"storyPinCount": 40,
"videoPinCount": 10,
"groupBoardCount": 5,
"hasPublishedPins": true,
"isPrivateProfile": false,
"verifiedIdentity": true
},
{
"fullName": "Traveler Joe",
"firstName": "Joe",
"username": "traveler_joe",
"about": "Exploring the world one pin at a time.",
"createdDate": "2020-08-22T12:00:00Z",
"followerCount": 300,
"followingCount": 150,
"explicitUserFollowingCount": 145,
"boardCount": 10,
"pinCount": 450,
"domainVerified": false,
"hasShoppingShowcase": false,
"allProfileImages": ["https://i.pinimg.com/75x75_RS/2.jpg"],
"lastPinSaveTime": "2023-11-10T11:00:00Z",
"profileReach": 1000,
"profileViews": 2500,
"hasCatalog": false,
"interestFollowingCount": 5,
"nativePinCount": 50,
"storyPinCount": 0,
"videoPinCount": 0,
"groupBoardCount": 1,
"hasPublishedPins": true,
"isPrivateProfile": false,
"verifiedIdentity": false
}
]

Want more from Pinterest?

This actor only covers Profile Details. The full Pinterest Scraper browser extension also includes Pins in a List, Boards in a List, Users in Following, Followers in a List, Pin Details, Comments in a Pin with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Pinterest Scraper extension

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.