Skip to documentation
Browse documentation

Get User

Fetches a Pinterest user's public profile data including username, display name, follower count, profile image URL, and verification status (partner, merchant, domain verified).

Capability ID pinterest.user.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

url string required

Full Pinterest profile URL

Example https://www.pinterest.com/pinterest/

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
user object 7 fields
user.follower_count integer 291542
user.full_name string Pinterest Predicts
user.id string 871517102799028482
user.image_medium_url string https://i.pinimg.com/75x75_RS/1c/b5/61/1cb561c8e7b9c709f78d110a4b5f0863…
user.is_partner boolean true
user.node_id string VXNlcjo4NzE1MTcxMDI3OTkwMjg0ODI=
user.username string pinterestpredicts

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.