Many dialects.
One language.
Build against predictable Fluxcrawl objects. We translate the provider-specific fields underneath.
follower_count →stats.followers →subscriberCount →followersTikTok, Instagram, and YouTube. One stable interface.
Less time maintaining integrations. More time building your product.
curl "https://api.fluxcrawl.dev/v1/tiktok/profile?username=example" \
-H "X-API-Key: fc_live_xxxxx"{ "success": true, "platform": "tiktok", "data": { "username": "example", "display_name": "Example Creator", "followers": 125000, "verified": false }, "meta": { "cached": false, "credits_used": 1 }}Payload changes. Provider quirks. Another set of credentials. That shouldn’t be your product roadmap.
Build against predictable Fluxcrawl objects. We translate the provider-specific fields underneath.
follower_count →stats.followers →subscriberCount →followersYour code calls Fluxcrawl, not a provider. The source can change behind the same interface.
If we can’t deliver the requested data, the request doesn’t consume credits. Simple as that.
Start with public data from TikTok, Instagram, and YouTube. One key, a familiar response, and a lot to build.
Creators, conversations, and what’s next.
The people and content behind the feed.
Go from a channel to the conversation.
Focused at launch. Built with room to grow.
Create a Fluxcrawl API key. One credential for every supported platform.
X-API-Key: fc_live_••••••••Call the endpoint you need with your existing HTTP client. No new rituals.
GET /v1/tiktok/profilePut structured data to work inside your product. That was the whole point.
const { data } = response;You bring the idea. Fluxcrawl brings the public social data to build it on.
Build creator discovery, influencer tools, and marketplaces on public profiles and content.
Bring current social posts, comments, and transcripts into research tools and AI applications.
Turn normalized social data into monitoring, competitive research, and marketing insights.
Get early access. Add more as your product grows. Usage-based pricing that fits the way developers build.
A little room to try your next big idea.
Universal search fans one query across TikTok, Instagram, and YouTube in a single call — PLANNED. Figures above are illustrative; final per-endpoint rates ship at launch.
Clear answers. It’s kind of our thing.
Fluxcrawl is a developer API for public social data. It puts a stable interface between your application and upstream data sources, with predictable JSON, one API key, and usage-based credits. Initial coverage focuses on TikTok, Instagram, and YouTube.
You’re looking at the launch preview. The request examples show the intended API contract using sample data. Public signup and the full documentation will be available at launch; the examples on this page do not send live API requests.
Fluxcrawl is an abstraction layer over upstream sources, which may include official APIs and third-party public-data providers. Officially, that’s “provider abstraction.” Unofficially, it means when a platform has a bad day, that’s our problem to debug, not yours. Your application integrates with Fluxcrawl rather than individual providers, and the exact source can change behind the interface without you noticing.
Common fields follow predictable Fluxcrawl objects, so “followers” means the same thing everywhere you call it. Platform-specific information stays available where it belongs — a YouTube transcript was never going to look like a TikTok profile, and we won’t pretend otherwise. What you shouldn’t have to do is relearn a schema every time an upstream provider quietly renames a field.
If Fluxcrawl cannot provide the requested data, the request does not consume credits. That’s a billing principle, not a promotion, and it holds everywhere Fluxcrawl charges credits. Provider errors are translated into consistent Fluxcrawl error codes, so your code branches on one contract instead of learning each platform’s excuses. Automatic fallback between providers is planned as coverage develops.
Freshness depends on the operation and the upstream source. Caching is planned around the type of data: profiles, comment feeds, and transcripts need different cache windows. Explicit freshness controls and final cache-credit rules are still being defined.
The launch plan includes 150 free credits on signup. Paid usage uses credit packs rather than seats — pay for data, not for headcount — starting at $17 for 2,500 credits, and credits never expire. Most endpoints cost 1 credit; heavier operations like transcripts cost more, and universal search — one query across all three platforms — is planned at a flat rate. Use the calculator above to see what a pack covers at your volume. Failed data requests do not consume credits, because charging you to find out a platform said no would be a strange business to be in.
Let’s make social data the easy part.
One key. Three platforms. Your next idea.