Returns a paginated list of creators sponsored by a brand on a specified platform (YouTube or Instagram).
Documentation Index
Fetch the complete documentation index at: https://docs.creatordb.app/llms.txt
Use this file to discover all available pages before exploring further.
The valid CreatorDB API key for authentication.
Unique brand identifier, typically the brand's primary domain. Allowed characters: letters (a-z, A-Z), digits (0-9), periods (.), underscores (_), and hyphens (-).
1^[a-zA-Z0-9._-]+$"acer.com"
Social media platform to query. Accepted values: youtube, instagram.
youtube, instagram "youtube"
Number of creators per page. Default: 50. Maximum: 100
"50"
Number of records to skip before returning results. Default: 0
"0"
Field to sort brands by. Accepted values: lastSponsoredDate, followers, avgRecentSponsoredEngagementRate, sponsoredCount
lastSponsoredDate, followers, avgRecentSponsoredEngagementRate, sponsoredCount "lastSponsoredDate"
Sort order for results. true for descending, false for ascending. Default: true
"true"
Sponsored creators returned successfully.
Sponsor Creators API response
Creator list with pagination metadata (total count, current offset, and page size).
Unique trace ID for each request.
"f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0"
Time the response was generated, represented as a Unix timestamp in milliseconds.
1750732453635
Remaining credits available for this API key after the current request.
975
Number of API credits consumed by this request.
25
Error code returned if the request fails. Empty if the request is successful.
""
Description of the error. Empty if the request is successful.
""
true if the request is successful.