App Logo
pinterest.com

Get Pinterest user profile

Fetches a Pinterest user/brand profile's public details by username: display name, bio, avatar, follower count, external links, join date. Read-only, no login required. Board count/pin count/following count are not exposed on this page for anonymous viewers, so they are omitted rather than guessed.

Input

username required

Pinterest username/handle, e.g. "natgeo"

Output

url required
username required
bio optional
links optional
fullName optional
imageUrl optional
createdAt optional
followerCount optional

FAQ

Fetches a Pinterest user/brand profile's public details by username: display name, bio, avatar, follower count, external links, join date. Read-only, no login required. Board count/pin count/following count are not exposed on this page for anonymous viewers, so they are omitted rather than guessed.
Required: username.
It returns bio, url, links, fullName, imageUrl, username, createdAt, followerCount.
No. It only uses pages of pinterest.com that are reachable without signing in.
It only reads. It looks things up on pinterest.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/pinterest.com/get_user_profile, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/pinterest.com/get_user_profile
It is part of Reduck's official curated catalogue.

Start building not clicking