Pinterest Profile Scraper
Pricing
from $1.60 / 1,000 results
Pinterest Profile Scraper
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
The Actor retrieves the public profile record for each Pinterest profile you give it. It returns profile identity and description fields together with the Pin and board totals reported for each profile.
Accepted input
Give one profile per line — a profile URL or the bare username.
{"username_or_url": ["pinterest", "https://www.pinterest.com/nasa/"]}
The Actor saves one dataset item per profile. A profile that cannot be fetched is logged and skipped; the rest still run.
Set addonBoards to true to fetch this profile's public boards, attached under boards. The whole board list is paginated, up to maxBoardsPerProfile (0 continues until no further boards are available). Billed once per profile, however many pages that takes.
Set addonBoardPins alongside it to also collect the Pins inside each of those boards, attached under each board's own board_pins and capped by maxPinsPerBoard (0 continues until no further Pins are available). That is billed once per board whose Pins are collected — the same rate the Pinterest Boards Scraper charges for the identical work, so it costs the same whichever Actor you reach it through.
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.