GET
/
api
/
v2
/
instagram
/
user
/
info
curl --location --request GET 'https://piloterr.com/api/v2/instagram/user/info?query=https://www.instagram.com/k.mbappe' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "id": "4213518589",
    "username": "k.mbappe",
    "name": "Kylian Mbappé",
    "gender": "male",
    "avatar": "https://scontent-cdg4-1.cdninstagram.com/v/t51.2885-19/252713041_231066042425309_8989807381344431608_n.jpg?stp=dst-jpg_s320x320&_nc_ht=scontent-cdg4-1.cdninstagram.com&_nc_cat=1&_nc_ohc=NwTcSNlIKX8AX92_wLo&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfAIO2Ije9S9DIzaJqg9wN7YVfTS8C9hrFxdof55EGvbGQ&oe=64744BC2&_nc_sid=f70a57",
    "description": "PSG & France",
    "website": null,
    "private": false,
    "verified": true,
    "business_account": true,
    "business_category_name": "Creators & Celebrities",
    "category_name": "Athlete",
    "followers": 104028905,
    "following": 395
}
x-api-key
string
required

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

Parameters

query
string

Instagram user url : https://www.instagram.com/k.mbappe or k.mbappe

Response

user
User Object
id
string

Instagram user id

username
string

Instagram username

name
string

Instagram user name

gender
string

Gender of the user : male or female

avatar
string

Instagram user avatar

description
string

Instagram user description

website
string

Instagram user website

private
boolean

Is the user private

verified
boolean

Is the user verified

business_account
boolean

Is the user a business account

business_category_name
string

Instagram user business category name

category_name
string

Instagram user category name

followers
number

Instagram user followers count

following
number

Instagram user following count