Pinterest User Profile avatar

Pinterest User Profile

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Pinterest User Profile

Pinterest User Profile

Scrape public Pinterest user profile: follower/following counts, pin count, board count, bio, and profile image.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape public Pinterest user profiles: display name, bio, location, website, follower and following counts, total pin and board counts.

Use cases

  • Influencer discovery and audience-size benchmarking on Pinterest.
  • Track creator growth metrics over time for competitive research.
  • Enrich CRM records with Pinterest profile data for brand partnerships.

Why use this actor

Accesses Pinterest's internal Resource API — the same endpoint the Pinterest website calls — via cookie warm-up, without requiring login or API keys. Returns structured JSON including fields not in the public API.

Sample output

Input: pinterest

Requires browser-like IP (residential proxy). DC IP returns 403.

{
"_input": "pinterest",
"_source": "S1-resource",
"_scrapedAt": "2026-05-13T...",
"id": "338605396847791354",
"username": "pinterest",
"full_name": "Pinterest",
"about": "The world's catalog of ideas.",
"follower_count": 14823451,
"following_count": 1203,
"pin_count": 84231,
"board_count": 312,
"profile_cover": { "url": "https://i.pinimg.com/..." },
"image_cover_url": "https://i.pinimg.com/..."
}

Note

  • Residential proxy is required; datacenter IPs are blocked by Pinterest.
  • Private profiles will return a not_found error envelope.