Returns performance metrics for creators sponsored by a brand on YouTube or Instagram. For each creator, the response includes comparison stats (sponsored vs. overall performance), estimated cost and CPM (YouTube only), and performance details for their individual posts or videos.
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. Only one platform is allowed per request.
youtube, instagram "youtube"
Number of unique creators per page. All sponsored content for each creator is included. Default: 50. Maximum: 100
"50"
Number of creators to skip before returning results. Pagination is creator-level. Default: 0
"0"
Field for sorting creators. Accepted values: publishTime, views, likes, engagementRate. Numeric sort fields (views, likes, engagementRate) use per-creator averages across this brand's sponsored content. Default: publishTime.
publishTime, views, likes, engagementRate "publishTime"
Sort order for results. true for descending, false for ascending. Default: true
"true"
Performance of sponsored creators returned successfully.
Sponsor Performance API response. Contains creator performance data in data, along with credit usage, trace info, and error details.
Sponsored creators with performance data for the queried brand and platform, along 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 successful.
""
true if the request is successful.
true