Pricing (v1)
The v1 Creators API (GET /api/v1/creators) costs 1 credit per influencer returned.
Response shape (profiles are snake_case)
Onhttps://api.topyappers.com, GET /api/v1/creators returns { "message", "params", "response" }. Full creator rows are in response.data (not a top-level data array). Each creator uses snake_case fields (user_id, handle, avg_views, promoted_products, best_promotion_niches, uploads_per_week, etc.) — see openapi.json → Creator for the full schema and example.
POST /api/v2/creators/get returns { "message", "requestedIds", "response" } with the same creator objects in response.data.
Available parameters
Query parameters work the same forGET /api/v1/creators and GET /api/v2/creators/search (v2 search returns IDs only; filters are identical). For numeric min/max filters, omit the parameter or use 0 when you do not want a lower or upper bound (see OpenAPI for exact wording).
Performance metrics
Posting cadence, duration & monetization (sample-based)
Account type, language, hashtags
Demographics
Content & geography
Identity, email & pagination
The full list of allowed values for enums (e.g.
language, mainCategory, accountType) matches openapi.json — use that file as the source of truth if you generate clients or validators.
Sorting
Sorting controls which creators appear first in each page. For discovery workflows — especially “who was added most recently” — usesortBy=date_created with sortOrder=desc.
Defaults:
sortBy=date_created, sortOrder=desc (newest first).
Allowed sortBy values
Examples
Newest creators first:Promoted Products & Niches to Promote
promotedProducts
Search for creators who have promoted specific products. For example, if you search for “Beef Tallow”, you’ll get all creators who have mentioned this product in their content.nichesToPromote
This is one of the most powerful filters for finding relevant creators. It’s a free text search that matches against our AI-analyzed niches for each creator.nichesToPromote=SaaS- Find creators suitable for promoting software productsnichesToPromote=skincare,beauty- Find creators in the skincare/beauty spacenichesToPromote=fitness supplements- Find creators who promote fitness-related products
Tips
- Use comma-separated values for multiple items:
promotedProducts=beef tallow,feastables nichesToPromoteworks best as a discovery tool - be creative with your search terms
