Search creators for instagram, tiktok and youtube based on various criteria.
curl -X POST "https://api.gateway.walee.ai/api/ask/search?platform={platform}" \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"filter":{"username":{"value":"atifaslam"}},"sort":{},"paging":{"limit": 5, "skip": 0}}'
{"success": true,"message": "Search results fetched successfully","payload": {}"total": 0,"accounts": [{],"account": {"audience_source": "string","user_profile": {"account_type": 1,"avg_views": 0,"custom_name": "string","engagement_rate": 0,"engagements": 0,"followers": 0,"fullname": "string","is_verified": true,"picture": "string","url": "string","user_id": "string","username": "string"},"search_result_id": "string","hidden_result": true},"match": {}"audience_likers": {"data": {},"audience_ages": [{],"code": "13-17","weight": 0}"audience_age_range": {"code": "string","weight": 0},"audience_brand_affinity": [{],"id": 0,"name": "string","interest": [{],"id": 0,"name": "string"}"weight": 0,"affinity": 0}"audience_credibility": 0,"audience_ethnicities": [{],"code": "white","name": "White / Caucasian","weight": 0}"audience_genders": [{],"code": "MALE","weight": 0}"audience_genders_per_age": [{],"code": "13-17","male": 0,"female": 0}"audience_geo": {"countries": [{],"id": 0,"name": "string","code": "string","weight": 0}"states": [{],"id": 0,"name": "string","weight": 0,"country": {}"id": 0,"name": "string","code": "string"}"cities": [},{]"id": 0,"name": "string","coords": {"lat": 0,"lon": 0},"weight": 0,"country": {}"id": 0,"name": "string","code": "string"}"audience_interests": [{],"id": 0,"name": "string","weight": 0}"audience_languages": [{],"code": "af","name": "string","weight": 0}"credibility_class": "string","relevance": 0}"user_profile": {}"ads_brands": [{],"id": 0,"name": "string","interest": [}{]"id": 0,"name": "string"}"age_group": "string","avg_reels_plays": 0,"brand_affinity": [{],"id": 0,"name": "string","interest": [}{]"id": 0,"name": "string"}"distance": 0,"followers_growth": 0,"gender": "MALE","geo": {"city": {"id": 0,"name": "string","coords": {},"lat": 0,"lon": 0}"state": {"id": 0,"name": "string","coords": {},"lat": 0,"lon": 0}"country": {},"id": 0,"name": "string","coords": {"lat": 0,"lon": 0},"code": "string"}"interests": [{],"id": 0,"name": "string"}"language": {"code": "af","name": "string"},"relevance": 0,"total_likes_growth": 0,"total_views_growth": 0}"shown_accounts": [0],"cost": 0}
{ "success": false, "message": "Failed to fetch search results." "payload": {} }
{ "success": false, "message": "Something went wrong. Please try again later." "payload": {} }