Pinterest Profile Scraper — Public Profile Data avatar

Pinterest Profile Scraper — Public Profile Data

Pricing

from $1.60 / 1,000 results

Go to Apify Store
Pinterest Profile Scraper — Public Profile Data

Pinterest Profile Scraper — Public Profile Data

Retrieve a public Pinterest profile by username with its display name, bio, Pin and board totals, verification data, and cover details.

Pricing

from $1.60 / 1,000 results

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Share

Pinterest Profile Scraper

The Actor retrieves the public profile record for one Pinterest profile. It returns profile identity and description fields together with the Pin and board totals reported for that profile.

Accepted input

Paste a profile URL or the bare username.

{
"username_or_url": "https://www.pinterest.com/pinterest/"
}

The Actor saves at most one dataset item.

Profile fields

The profile record can include id, username, full_name, seo_description, pin_count, board_count, group_board_count, story_pin_count, video_pin_count, is_private_profile, is_partner, verified_identity, image_large_url, and profile_cover.

{
"id": "424605208526455283",
"username": "pinterest",
"full_name": "Pinterest",
"pin_count": 95670,
"board_count": 126,
"group_board_count": 98,
"story_pin_count": 496,
"video_pin_count": 0,
"is_private_profile": false,
"is_partner": true
}

This is a live-verified result for the pinterest profile. verified_identity and profile_cover are nested records that appear only when the source supplies them, and image_large_url carries the profile avatar.

Behaviour on unavailable profiles

When the profile cannot be resolved, the run completes without saving a record. Optional profile values are not guaranteed for every resolved profile and may be absent or null. The Actor does not return follower or following lists.

Boards belonging to the resolved username can be collected with the Pinterest Boards Scraper. The Pinterest Search Scraper is intended for keyword discovery rather than a known profile.