GET
/
api
/
v2
/
pinterest
/
user
/
info
curl --location --request GET 'https://piloterr.com/api/v2/pinterest/user/info?query=https://www.pinterest.com/pinterest' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "name": "Pinterest",
    "avatar": "https://i.pinimg.com/280x280_RS/f6/e9/3a/f6e93a06b500b2d87ffd32e1f56f7c6f.jpg",
    "website": "www.pinterest.com",
    "description": "Waiting to be inspired? Welcome. That's what we're here for. ♥️📌",
    "follower_count": 53000000,
    "following_count": 357
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Pinterest user url : https://www.pinterest.com/pinterest or pinterest

Response

user
User Object
name
string

Pinterest user name

avatar
string

Pinterest user avatar

website
string

Pinterest user website

description
string

Pinterest user description

follower_count
integer

Pinterest user follower count

following_count
integer

Pinterest user following count