get_sponsor_creators
Retrieve creators sponsored by a brand on YouTube or Instagram, including engagement rates and sponsorship history.
Instructions
List creators a brand has sponsored (inverse of get_*_sponsorship). Returns each creator with displayName, country, followers, sponsoredContent[] (URLs), topics, niches, sponsoredCount, lastSponsoredDate, avgRecentSponsoredEngagementRate (cross-brand aggregate: lifetime window on Instagram, R20 window on YouTube). EXPENSIVE: costs 25 credits per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | Brand ID (e.g. "acer.com"). | |
| platform | Yes | Platform scope. NOTE: TikTok sponsor data is not available — only YouTube and Instagram. | |
| pageSize | No | Results per page (max 100). | |
| offset | No | Number of records to skip for pagination. | |
| sortBy | No | Sort field. | lastSponsoredDate |
| desc | No | Sort descending (true) or ascending (false). |