Pinterest Profile Scraper avatar

Pinterest Profile Scraper

Under maintenance

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Pinterest Profile Scraper

Pinterest Profile Scraper

Under maintenance

Cheap, normalized public Pinterest profile scraping - one record per handle.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Web Wizard

Web Wizard

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

icon

Cheap, normalized public-profile scraping for Pinterest — one clean record per handle.

What it does

Give it a list of Pinterest handles (or profile URLs); it returns one normalized record per handle: profile identity, follower/engagement counts, external links, profile-picture URL (+ sha256 if downloaded), and platform-specific extras under platformData. Status is always one of ok | not_found | private | restricted | error.

Input

FieldTypeNotes
handlesarrayHandles or profile URLs (required)
proxyConfigurationproxyOptional
maxConcurrencyintegerParallel requests (default 8)
fetchProfilePicbooleanDownload the image (URL is always included)

Transport & cost

  • Transport: UserResource JSON API over direct egress (free).
  • Cost: free over direct egress (~$0.012/1k if forced through residential). No direct Apify comparison published.
  • ~2-6 KB UserResource call per handle; clean HTTP 404 for missing users.

Pricing (pay-per-result)

  • Recommended: $0.50 per 1,000 results ($0.00050 / result).
  • Cost to run ≈ $0.10/1k → this is ~5x markup (set to undercut the market where needed).
  • Incumbent comparison: no published comparison.

Example output (real)

{
"platform": "pinterest",
"inputUrl": "https://www.pinterest.com/wisearchitecture/",
"handle": "wisearchitecture",
"scrapedAt": "2026-06-03T22:46:19Z",
"status": "ok",
"bytesWire": 7098,
"profile": {
"id": "303922812261825797",
"username": "HaezebrouckStudio",
"url": "https://www.pinterest.com/HaezebrouckStudio/",
"fullName": "Haezebrouck Studio D’architecture",
"biography": "Haezebrouck Studio d’architecture est une agence qui conçoit et réalise des projets dans toute la France. Amélie et Alex…",
"externalUrls": [
"http://www.haezebrouck.archi"
],
"followersCount": 44,
"followsCount": 38,
"postsCount": 989,
"isBusinessAccount": false,
"private": false,
"verified": false,
"joinedRecently": false,
"profilePicUrl": "https://i.pinimg.com/75x75_RS/98/e1/ae/98e1aeebc1f28b2b4807209c5c6033c7.jpg",
"profilePicUrlHD": "https://i.pinimg.com/280x280_RS/98/e1/ae/98e1aeebc1f28b2b4807209c5c6033c7.jpg",
"profilePic": {
"sha256": "2f7b21d5c4d5b4bd8571010115491eb3cec1ccaf1c775664da61718f1c4a28b2",
"storedKey": "pfp/pin/303922812261825797.jpg",
"path": "/280x280_RS/98/e1/ae/98e1aeebc1f28b2b4807209c5c6033c7.jpg"
},
"platformData": {
"pinCount": 989,
"boardCount": 27,
"domainUrl": "www.haezebrouck.archi"
}
},
"posts": [],
"signals": {
"isActive": true,
"hasExternalUrl": true
}
}

Public data only. This actor gathers public profile metadata; it does not log in or access private content.