# YouTube API for receiving data about YouTube influencers ## Search Influencers - [POST /youtube/search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/youtube/youtubecontroller_search.md): Get a list of influencers that match your filters. A successful request costs 0.01 credits per search result, with a typical request totaling 0.15 credits for up to 15 results per page Audience filters support weights:Expand to see additional informationWeights allow you to set a threshold for the chosen filter. If you remove the weight - we will apply the default weight per filter. Using multiple filters simultaneously results in a logical AND, while applying multiple objects into an array (works with location and age) are applied as a logical OR Example: If you want at least 30% of the audience to be at the age of 18-24, you can use the weight property of 0.3. We recommend starting with low weight and gradually increasing the percentage. You can find the default thresholds in the notes of each filter. Expand the filter object below to see all available options. ## Get Influencer report - [GET /youtube/profile/{userId}/report](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/youtube/youtubecontroller_report.md): Influencer contact details are not enabled by default. Contact us to unlock this data for free. Every successful request costs 1 credit. ## List Languages - [GET /youtube/languages](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/youtube/youtubecontroller_languages.md): Search the list of languages for Influencers. A successful request costs 0 credits. ## List Locations - [GET /youtube/locations](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/youtube/youtubecontroller_locations.md): Search the list of locations for Influencers. A successful request costs 0 credits. ## Audience overlap reports - [POST /youtube/reports/audience/overlap](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/youtube/youtubecontroller_influencersaudienceoverlap.md): Check audience (followers) overlap for several influencers. A successful request costs 1 credit. ## List Users - [GET /youtube/users](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/youtube/youtubecontroller_users.md): Search the list of influencers. A successful request costs 0 credits. ## List Topics - [GET /youtube/topics](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/youtube/youtubecontroller_topics.md): Search for topics. A successful request costs 0 credits. ## List Hashtags - [GET /youtube/hashtags](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/youtube/youtubecontroller_hashtags.md): Search for hashtags. A successful request costs 0 credits. ## Get Influencer Collaborations (deprecated) - [GET /youtube/collaborations/influencer](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/youtube/youtubecontroller_brandtimelineinfluencer.md): Get Brand collaborations for Influencer. This will provide posts for any platform. A successful request costs 1 credit, for up to 30 results per page This endpoint is deprecated and will be removed in the future. Please use the new, improved and cheaper Collaborations endpoint instead.