Search Influencers
POST {{baseUrl}}/v1/instagram/search
Get a list of influencers that match your filters.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"total": 2,
"lookalikes": [
{
"userId": "1110101",
"profile": {
"username": "instagram",
"url": "https://www.instagram.com/instagram/",
"picture": "https://imgigp.modash.io/?https://scontent-arn2-1.cdninstagram.com/t51.2885-19/s320x320/22159423_1794482210565499_9190891265074397184_n.jpg",
"followers": 313560626,
"engagements": 857994,
"engagementRate": 0.0027362938100525414,
"userId": "4333460164",
"fullname": "Instagram"
}
},
{
"userId": "1110101",
"profile": {
"username": "instagram",
"url": "https://www.instagram.com/instagram/",
"picture": "https://imgigp.modash.io/?https://scontent-arn2-1.cdninstagram.com/t51.2885-19/s320x320/22159423_1794482210565499_9190891265074397184_n.jpg",
"followers": 313560626,
"engagements": 857994,
"engagementRate": 0.0027362938100525414,
"userId": "4333460164",
"fullname": "Instagram"
}
}
],
"directs": [
{
"userId": "1110101",
"profile": {
"username": "instagram",
"url": "https://www.instagram.com/instagram/",
"picture": "https://imgigp.modash.io/?https://scontent-arn2-1.cdninstagram.com/t51.2885-19/s320x320/22159423_1794482210565499_9190891265074397184_n.jpg",
"followers": 313560626,
"engagements": 857994,
"engagementRate": 0.0027362938100525414,
"userId": "4333460164",
"fullname": "Instagram"
}
},
{
"userId": "1110101",
"profile": {
"username": "instagram",
"url": "https://www.instagram.com/instagram/",
"picture": "https://imgigp.modash.io/?https://scontent-arn2-1.cdninstagram.com/t51.2885-19/s320x320/22159423_1794482210565499_9190891265074397184_n.jpg",
"followers": 313560626,
"engagements": 857994,
"engagementRate": 0.0027362938100525414,
"userId": "4333460164",
"fullname": "Instagram"
}
}
],
"isExactMatch": true,
"error": false
} |
ENDPOINTS