Piloterr

Pinterest User Info

Access Pinterest user profiles and analytics for targeted marketing and audience insights.

Credit cost: 1 credit per call

GET
/v2/pinterest/user/info

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

The Pinterest profile to retrieve. Accepts a full profile URL or a username.

Accepted formats:

  • https://www.pinterest.com/amandagabriella — full profile URL
  • amandagabriella — username only

Example:

https://www.pinterest.com/amandagabriella

Notes:

  • Private accounts: Pinterest does not have private accounts — all public profiles are accessible.
  • Deactivated accounts: Returns a not-found error if the account no longer exists.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/pinterest/user/info?query=string"

{
  "name": "Amanda Stefenelli",
  "avatar": "https://i.pinimg.com/280x280_RS/a2/74/63/a27463b3901565bd4fc1758227c30a6f.jpg",
  "website": null,
  "pin_count": 117,
  "created_at": "2012-01-19T22:21:18.000Z",
  "board_count": 10,
  "description": null,
  "is_verified": false,
  "profile_cover": null,
  "follower_count": 84,
  "domain_verified": false
}

{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}