# TikTok

API for receiving data about TikTok influencers

## Search Influencers

 - [POST /tiktok/search](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/tiktok/tiktokcontroller_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 /tiktok/profile/{userId}/report](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/tiktok/tiktokcontroller_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 /tiktok/languages](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/tiktok/tiktokcontroller_languages.md): Search the list of languages for Influencers.
		A successful request costs 0 credits.

## List Locations

 - [GET /tiktok/locations](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/tiktok/tiktokcontroller_locations.md): Search the list of locations for Influencers.
		A successful request costs 0 credits.

## List Users

 - [GET /tiktok/users](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/tiktok/tiktokcontroller_users.md): Search the list of influencers.
		A successful request costs 0 credits.

## List Topics

 - [GET /tiktok/topics](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/tiktok/tiktokcontroller_topics.md): Search for topics.
		A successful request costs 0 credits.

## List Hashtags

 - [GET /tiktok/hashtags](https://docs.modash.io/products/discovery_api/openapi_doc/discovery/tiktok/tiktokcontroller_hashtags.md): Search for hashtags.
		A successful request costs 0 credits.

