curl --location 'https://api-dashboard.influencers.club/public/v1/discovery/creators/similar/' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"platform": "instagram",
"filter_key": "username",
"filter_value": "chefethandavis",
"filters": {
"location": "",
"type": "",
"gender": "",
"profile_language": "",
"number_of_followers": {
"min": null,
"max": null
},
"posting_frequency": null,
"follower_growth": {
"growth_percentage": null,
"time_range_months": {}
},
"average_likes": {
"min": null,
"max": null
},
"average_comments": {
"min": null,
"max": null
},
"average_views": {
"min": null,
"max": null
},
"average_video_downloads": {
"min": null,
"max": null
},
"has_tik_tok_shop": false,
"exclude_private_profile": false,
"is_verified": false,
"keywords_in_bio": [
""
],
"keywords_in_tweets": [
""
],
"number_of_tweets": {
"min": null,
"max": null
},
"last_post": {},
"number_of_subscribers": {
"min": null,
"max": null
},
"topics": [
""
],
"keywords_in_video_titles": [
""
],
"keywords_in_description": [
""
],
"keywords_in_video_description": [
""
],
"subscriber_growth": {
"growth_percentage": null,
"time_range_months": null
},
"has_shorts": false,
"shorts_percentage": {
"min": null,
"max": null
},
"has_community_posts": false,
"streams_live": false,
"has_merch": false,
"average_views_on_long_videos": {
"min": null,
"max": null
},
"median_views_long": {
"min": null,
"max": null
},
"average_views_on_shorts": {
"min": null,
"max": null
},
"number_of_videos": {
"min": null,
"max": null
},
"is_monetizing": false,
"number_of_posts": {
"min": null,
"max": null
},
"reels_percent": {
"min": null,
"max": null
},
"average_views_for_reels": {
"min": null,
"max": null
},
"subscription_price": {
"min": null,
"max": null
},
"number_of_photos": {
"min": null,
"max": null
},
"number_of_likes": {
"min": null,
"max": null
},
"followers": {
"min": null,
"max": null
},
"active_subscribers": {
"min": null,
"max": null
},
"streamed_hours_last_30_days": {
"min": null,
"max": null
},
"total_hours_streamed": {
"min": null,
"max": null
},
"maximum_views_count": {
"min": null,
"max": null
},
"avg_views_last_30_days": {
"min": null,
"max": null
},
"streams_count_last_30_days": {
"min": null,
"max": null
},
"games_played": [
""
],
"is_twitch_partner": false,
"engagement_percent": {
"min": null,
"max": null
},
"income": {
"min": null,
"max": null
},
"creator_has": {
"has_applemusic": false,
"has_bandcamp": false,
"has_behance": false,
"has_buymeacoffee": false,
"has_cameo": false,
"has_canva": false,
"has_clubhouse": false,
"has_community": false,
"has_discord": false,
"has_dribbble": false,
"has_etsy": false,
"has_facebook": false,
"has_fiverr": false,
"has_github": false,
"has_gofundme": false,
"has_goodreads": false,
"has_instagram": false,
"has_kakao": false,
"has_kickstarter": false,
"has_kofi": false,
"has_linkedin": false,
"has_linktree": false,
"has_medium": false,
"has_onlyfans": false,
"has_patreon": false,
"has_phone": false,
"has_pinterest": false,
"has_podcast": false,
"has_redbubble": false,
"has_shopify": false,
"has_shopltk": false,
"has_snapchat": false,
"has_spotify": false,
"has_spring": false,
"has_streamlabs": false,
"has_substack": false,
"has_telegram": false,
"has_tiktok": false,
"has_tumblr": false,
"has_twitch": false,
"has_twitter": false,
"has_udemy": false,
"has_viber": false,
"has_vimeo": false,
"has_vk": false,
"has_weebly": false,
"has_whatsApp": false,
"has_youtube": false,
"has_soundcloud": false,
"has_anchor": false,
"has_wix": false,
"has_amazonaffiliates": false
},
"promotes_affiliate_links": false,
"has_done_brand_deals": false,
"has_link_in_bio": false,
"does_live_streaming": false,
"brands": [
""
],
"link_in_bio": [
""
],
"exclude_keywords_in_bio": [
""
],
"hashtags": [
""
],
"not_hashtags": [
""
],
"keywords_in_captions": [
""
],
"has_videos": false,
"has_free_account": false,
"has_live_streams": false,
"not_video_description": [
""
],
"video_description": [
""
],
"video_count": {
"min": null,
"max": null
},
"most_recent_stream_date": {},
"tweets": [
""
],
"keywords_not_in_description": [
""
],
"keywords_not_in_video_description": [
""
],
"links_from_description": [
""
],
"links_from_video_description": [
""
],
"has_podcast": false,
"has_courses": false,
"last_upload_long_video": {},
"last_upload_short_video": {}
},
"paging": {
"limit": null,
"page": null,
"min": "",
"max": ""
}
}'
}'