Logo
Modash API Documentation

Get Influencer Report

GET {{baseUrl}}/v1/instagram/profile/:userId/report

To protect our enterprise customers, influencer contact details are not enabled by default. Contact us to unlock them for free.
Every successful request costs 1 credit.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "profile": { "userId": "<string>", "hashtags": [ { "tag": "<string>", "weight": "<number>" }, { "tag": "<string>", "weight": "<number>" } ], "mentions": [ { "tag": "<string>", "weight": "<number>" }, { "tag": "<string>", "weight": "<number>" } ], "isPrivate": "<boolean>", "accountType": "Regular", "isVerified": "<boolean>", "postsCounts": "<number>", "avgLikes": "<number>", "avgComments": "<number>", "bio": "<string>", "interests": [ { "id": "<number>", "name": "<string>" }, { "id": "<number>", "name": "<string>" } ], "brandAffinity": [ { "id": "<number>", "name": "<string>" }, { "id": "<number>", "name": "<string>" } ], "sponsoredPosts": [ { "id": "<string>", "text": "<string>", "url": "<string>", "created": "<string>", "thumbnail": "<string>", "likes": "<number>", "comments": "<number>", "views": "<number>", "mentions": [ "<string>", "<string>" ], "hashtags": [ "<string>", "<string>" ], "video": "<string>", "image": "<string>" }, { "id": "<string>", "text": "<string>", "url": "<string>", "created": "<string>", "thumbnail": "<string>", "likes": "<number>", "comments": "<number>", "views": "<number>", "mentions": [ "<string>", "<string>" ], "hashtags": [ "<string>", "<string>" ], "video": "<string>", "image": "<string>" } ], "statHistory": [ { "month": "<string>", "followers": "<number>", "following": "<number>", "avgLikes": "<number>", "avgViews": "<number>", "avgComments": "<number>" }, { "month": "<string>", "followers": "<number>", "following": "<number>", "avgLikes": "<number>", "avgViews": "<number>", "avgComments": "<number>" } ], "lookalikes": [ { "username": "<string>", "url": "<string>", "picture": "<string>", "followers": "&l
Curl
curl -X GET 'https://api.modash.io/v1/instagram/profile/:userId/report' -H 'Accept: application/json'

ENDPOINTS