All notable changes to the Influencers Club API, newest first. The API uses URL-based versioning (/v1/); breaking changes only ship in a new major version, with a minimum 12-month notice before retiring an old one.
2026
May 19, 2026
AddedLocation Classifier — new
search, offset, and limit query parameters. Use search for substring/prefix matching (e.g. "London", "United"); paginate with offset + limit (1–100 per page).
May 5, 2026
AddedLookalikes — Twitter support via the new
SimilarCreatorsTwitterRequest schema. Look up by url, username, or id.
Apr 14, 2026
AddedEnrich by Handle (full) — audience demographics in the response when
include_audience_data=true. Returns breakdowns for followers, commenters, and likers: geography, languages, age, gender, interests, brand affinities, plus credibility histograms and reachability.
Apr 6, 2026
AddedBatch Enrichment — new recommended download endpoint
GET /public/v1/enrichment/batch/{batch_id}/download/ returns a short-lived presigned URL for downloading CSV results directly from cloud storage. The original GET /public/v1/enrichment/batch/{batch_id}/ is preserved as the direct-download fallback and is still required for JSON output via ?format=json.
Mar 12, 2026
AddedDiscovery — content-exclusion filters:
keywords_not_in_captions (Instagram), keywords_not_in_tweets (Twitter), keywords_not_in_video_titles (YouTube), not_link_in_bio (Instagram, TikTok, Twitter, Twitch). Excludes creators whose recent content matches the given keywords.
Feb 27, 2026
AddedDiscovery — audience targeting for Instagram creators (10k+ followers). Filter by
audience.location, audience.interests, audience.brand_categories, audience.brands. Backed by four new classifier endpoints under /public/v1/discovery/classifier/: audience-locations, audience-interests, audience-brand-categories, audience-brand-names.
Feb 25, 2026
AddedDiscovery —
exclude_handles parameter. Accepts up to 10,000 handles to exclude from search results. Values are normalized automatically (lowercased, @ stripped, URLs parsed).
Breaking Discovery — include_lookalikes default flipped from true to false. Same request body, different result set.
| Before | After | |
|---|---|---|
| Default | include_lookalikes: true | include_lookalikes: false |
| Result | Includes lookalike creators | Excludes lookalike creators |
To restore previous behavior, set "include_lookalikes": true explicitly.
Deprecated Discovery — exclude_all parameter. Use exclude_handles instead. Minimum 12-month notice before removal.
Feb 19, 2026
AddedPost Details —
type parameter now constrained to data | comments | transcript | audio. Instagram and TikTok support all four; YouTube supports only data and transcript.