Home Features Influencer Discovery Search Influencer Influencer Analytics Campaign Reports Brand Analysis Brand Comparison Brand Monitoring Free Tools Instagram Fake Followers Instagram ER Calculator YouTube ER Calculator TikTok ER Calculator Company About Careers FAQ Press Case Studies Blog For Creators Contact Developers Developer Hub API Docs Authentication Get API Key Changelog More Pricing Login
Get Started โ†’
Release Notes

What's new in
Dreabee

Every update, fix, and new feature โ€” in plain English. We ship fast and document everything.

Show
2025
v1.4.2 Patch Latest
Performance fixes & API stability
3 Fixed 1 Improved
2 Mar 2025
Performance fixes & API stability

Targeted fixes for search latency regressions introduced in v1.4.1 and several edge case bugs reported by enterprise customers.

Fixed Influencer search with both location + niche filters was returning 2โ€“3ร— slower than expected (avg 340ms). Back to under 100ms.
Fixed GET /influencers/:handle returned 500 for usernames containing a hyphen. Fixed across all platforms.
Fixed Webhook retry logic wasn't honouring Retry-After on 429 responses from subscriber endpoints. Now correctly backs off.
Improved X-RateLimit-Reset now consistently returns Unix timestamp โ€” was returning ISO 8601 in some regions.
Released 2 March 2025 Full diff
v1.4.0 Minor
Webhooks, LinkedIn support & Quality Score v2
3 New 2 Improved
14 Feb 2025
Webhooks, LinkedIn support & Quality Score v2

Our biggest release since v1.3. Real-time webhooks, LinkedIn creator data, and a rebuilt audience quality scoring model โ€” 28% more accurate on micro-influencers.

New Webhooks โ€” subscribe to campaign.post.published, influencer.quality.changed, brand.mention.detected and 4 other event types. Payloads signed via HMAC-SHA256.
New LinkedIn creator support โ€” GET /influencers/linkedin/:handle now available. Returns followers, engagement rate, content niche, and quality score.
New Quality Score v2 โ€” rebuilt with 6 new signals including comment sentiment depth and repost-to-comment ratio. Scores may differ ยฑ8 points from v1 on average.
Improved Search API now supports language filter (ISO 639-1). Filter by primary audience language, not just content language.
Improved Campaign metrics now refresh every 30 minutes (was 2 hours) for Pro and Enterprise plans.
Deprecated quality_v1_score field is deprecated. Use quality_score instead. Will be removed in v1.6.0.
Released 14 February 2025 Migration guide
2024
v1.3.0 Minor
Brand Intelligence API & competitor analysis
2 New 1 Improved 1 Fixed
9 Dec 2024
Brand Intelligence API & competitor analysis

New brand endpoints give programmatic access to competitor intelligence โ€” estimated influencer spend, share-of-voice, and historical partnership data.

New Brand Profile โ€” GET /brands/:name returns a brand's active creator partnerships, estimated monthly spend, primary niches, and top platforms.
New Brand Comparison โ€” POST /brands/compare compares up to 5 brands side-by-side on creator overlap, spend, and niche dominance.
Improved Influencer search response now includes brand_partnerships[] โ€” recent brand deals per creator, useful for conflict-of-interest checks before booking.
Fixed analysed_at timestamp was returning UTC but labelled IST. Now correctly labelled with timezone indicator.
Released 9 December 2024 Full diff
v1.2.0 Major
Campaign Tracking API โ€” full launch
3 New 1 Breaking 1 Improved
21 Oct 2024
Campaign Tracking API โ€” full launch

Campaign management exits private beta. Create, manage, and measure influencer campaigns programmatically โ€” the same data powering the Dreabee dashboard, now in your stack.

New Campaign CRUD โ€” POST /campaigns, GET /campaigns, PATCH /campaigns/:id, DELETE /campaigns/:id. Full lifecycle.
New Campaign metrics โ€” GET /campaigns/:id/metrics returns reach, impressions, engagement, story views, and conversions.
New Python SDK โ€” stable. pip install dreabee. Full parity with Node.js. Typed with Pydantic models.
Breaking Legacy /v0/analytics endpoint removed. Deprecated in v1.1 with 6 months notice. Migrate to /v1/influencers/:handle/analytics.
Improved API keys now support scoped permissions โ€” create read-only, write, or admin keys from the dashboard.
Released 21 October 2024 v0 migration guide
v1.1.0 Minor
TikTok data, bulk endpoints & Node.js SDK
3 New
5 Aug 2024
TikTok data, bulk endpoints & Node.js SDK

TikTok creator support lands alongside a bulk quality-check endpoint and the first official Node.js SDK in beta.

New TikTok support โ€” all influencer endpoints now work with platform: "tiktok". Includes follower count, video engagement rate, and quality score.
New Bulk Quality Check โ€” POST /quality/bulk accepts up to 50 handles per request. Vet an entire shortlist in a single API call.
New Node.js SDK (beta) โ€” npm install dreabee. TypeScript types included. Covers all v1 read endpoints.
Released 5 August 2024 Full diff
v1.0.0 Major GA Launch
Dreabee API โ€” General Availability
3 New
10 Jun 2024
Dreabee API โ€” General Availability

After 4 months in private beta with 30 design partners, the Dreabee API is publicly available. Influencer search, analytics, and audience quality scoring for Instagram and YouTube.

New Influencer Search โ€” filter 200K+ creators by platform, niche, follower count, location, and engagement rate.
New Audience Quality Score โ€” fake follower analysis returning real/suspicious/bot breakdown for any public Instagram or YouTube creator.
New Creator Analytics โ€” engagement rate, follower growth trend, top posts, and audience demographics.
Released 10 June 2024 Developer docs