Piloterr

Pinterest User Info

Pinterest User Info via API.

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

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": "Example",
    "value": {
      "name": "Pinterest",
      "avatar": "https://i.pinimg.com/280x280_RS/1c/b5/61/1cb561c8e7b9c709f78d110a4b5f0863.jpg",
      "website": "http://www.pinterest.com",
      "pin_count": 28492,
      "created_at": "2012-08-16T06:25:03.000Z",
      "board_count": 9,
      "description": "Get on board. ♥️📌",
      "is_verified": true,
      "profile_cover": "https://i.pinimg.com/280x280_RS/1c/b5/61/1cb561c8e7b9c709f78d110a4b5f0863.jpg",
      "follower_count": 6216857,
      "domain_verified": true
    }
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}