Skip to main content
Starting in CreatorDB API ver. 3.0, you can search for specific creators by entering a phrase or sentence in the API request body. The CreatorDB API will search the database and return creators that meet your description reducing the time spent on configuring search filters in an API call. Select a tab to view the specific filter configurations and examples for that particular platform or brand.
In the following example, the CreatorDB API will search for YouTube creators that meet the following conditions:
  • They are beauty creators based in the U.S. that havetheir own makeup brands.
  • They have at least 15 million subscribers.
curl --request POST \
--url https://apiv3.creatordb.app/youtube/nls \
--header 'Content-Type: application/json' \
--header 'api-key: <<YOUR_API_KEY>>' \
--data '
{
"description": "Find US-based YouTube beauty creators that own makeup brands and have more than 15 million subscribers"
}
'    
Last modified on February 9, 2026