# Changelog

p
All notable changes to the Influencers Club API, newest first. The API uses URL-based versioning (
code
/v1/
); breaking changes only ship in a new major version, with a minimum 
strong
12-month notice
 before retiring an old one.
div
div
2026
div
div
May 19, 2026
div
span
Added
strong
Location Classifier
 — new 
code
search
, 
code
offset
, and 
code
limit
 query parameters. Use 
code
search
 for substring/prefix matching (e.g. 
code
"London"
, 
code
"United"
); paginate with 
code
offset
 + 
code
limit
 (1–100 per page).

div
div
May 5, 2026
div
span
Added
strong
Lookalikes
 — Twitter support via the new 
code
SimilarCreatorsTwitterRequest
 schema. Look up by 
code
url
, 
code
username
, or 
code
id
.

div
div
Apr 14, 2026
div
span
Added
strong
Enrich by Handle (full)
 — audience demographics in the response when 
code
include_audience_data=true
. Returns breakdowns for followers, commenters, and likers: geography, languages, age, gender, interests, brand affinities, plus credibility histograms and reachability.

div
div
Apr 6, 2026
div
span
Added
strong
Batch Enrichment
 — new recommended download endpoint 
code
GET /public/v1/enrichment/batch/{batch_id}/download/
 returns a short-lived presigned URL for downloading CSV results directly from cloud storage. The original 
code
GET /public/v1/enrichment/batch/{batch_id}/
 is preserved as the direct-download fallback and is still required for JSON output via 
code
?format=json
.

div
div
Mar 12, 2026
div
span
Added
strong
Discovery
 — content-exclusion filters: 
code
keywords_not_in_captions
 (Instagram), 
code
keywords_not_in_tweets
 (Twitter), 
code
keywords_not_in_video_titles
 (YouTube), 
code
not_link_in_bio
 (Instagram, TikTok, Twitter, Twitch). Excludes creators whose recent content matches the given keywords.

div
div
Feb 27, 2026
div
span
Added
strong
Discovery
 — audience targeting for Instagram creators (10k+ followers). Filter by 
code
audience.location
, 
code
audience.interests
, 
code
audience.brand_categories
, 
code
audience.brands
. Backed by four new classifier endpoints under 
code
/public/v1/discovery/classifier/
: 
code
audience-locations
, 
code
audience-interests
, 
code
audience-brand-categories
, 
code
audience-brand-names
.

div
div
Feb 25, 2026
div
span
Added
strong
Discovery
 — 
code
exclude_handles
 parameter. Accepts up to 10,000 handles to exclude from search results. Values are normalized automatically (lowercased, 
code
@
 stripped, URLs parsed).

Breaking
Discovery — include_lookalikes default flipped from true to false. Same request body, different result set.

table
thead
tr
th
th
Before
th
After
tbody
tr
td
Default
td
code
include_lookalikes: true
td
code
include_lookalikes: false
tr
td
Result
td
Includes lookalike creators
td
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.

div
div
Feb 19, 2026
div
span
Added
strong
Post Details
 — 
code
type
 parameter now constrained to 
code
data | comments | transcript | audio
. Instagram and TikTok support all four; YouTube supports only 
code
data
 and 
code
transcript
.