Logo
Modash API Documentation

Search Influencers

POST {{baseUrl}}/v1/tiktok/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





Curl
curl -X POST 'https://api.modash.io/v1/tiktok/search' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"sort":{"field":"followers","id":123,"direction":"desc"},"page":0,"filter":{"influencer":{"followers":{"min":20000,"max":70000},"engagementRate":0.02,"location":[148838,307573,79510],"language":"en","lastposted":90,"relevance":["#cars","@topgear"],"gender":"FEMALE","followersGrowthRate":{"interval":"i1month","operator":"gt","value":0.4},"views":{"min":5000,"max":10000},"hasContactDetails":[{"contactType":"email","filterAction":"must"},{"contactType":"email","filterAction":"must"}],"bio":"cars"},"audience":{"location":[148838,307573,79510],"language":"en","gender":"FEMALE","age":["18-24","65-"]}}}'

ENDPOINTS