Query what people actually recommend.
Current Trends browses TikTok and Instagram the way a real user does — watching, scrolling, reacting — then structures the product signals into a clean, queryable API. Fresh data, not stale crawls.
// Query trending skincare products under $30 on TikTok
const res = await fetch(
"https://api.currenttrends.dev/v1/query",
{
method: "POST",
headers: {
"Authorization": "Bearer ct_••••••••",
"Content-Type": "application/json",
},
body: JSON.stringify({
query: "best skincare products under $30",
platforms: ["tiktok"],
limit: 5,
}),
}
);
const { results } = await res.json();
// results[0] → {
// product: "CeraVe Moisturizing Cream",
// price: "$18.99",
// sentiment_score: 0.94,
// engagement: 2400000,
// freshness: "4 hours ago",
// link: "https://tiktok.com/@skincare_expert/...",
// }From social feed to structured API in three steps
Agent browses as a real user
Computer-use agents operate TikTok and Instagram on real or emulated devices — scrolling feeds, watching videos, and interacting with content the way an actual user would.
Signals are extracted and structured
Product mentions, creator sentiment, engagement metrics, prices, and links are parsed from video, captions, and context using vision and LLM pipelines — then stored with freshness timestamps.
Your app queries the result
Call the REST API with natural-language or parameterized inputs. Get back ranked, freshness-scored product results ready to power discovery, recommendation, or shopping features.
Everything your app needs to build on social trends
Near-real-time freshness
Data is captured and indexed continuously. Results carry freshness timestamps — not stale snapshots from last week.
Natural-language queries
Ask "best wireless earbuds under $50 on TikTok" or use parameterized filters. The API handles the translation.
Structured output
Every result returns product name, price, sentiment score, engagement metrics, creator context, and a source link.
Multi-platform
TikTok and Instagram coverage today. Platform scope expands as the agent fleet grows.
Usage-based pricing
Pay per query. Start free. Revenue scales with your product — you're not locked into expensive seat-based contracts.
Drop-in REST API
One endpoint. Standard HTTP. Works with any language or framework. No SDKs required to get started.
Built for developers shipping consumer products
Start free. Scale as you grow.
Usage-based pricing means the cost tracks your product growth, not a fixed seat count.
Try the API, explore the data, build a proof of concept.
- ✓100 queries / month
- ✓TikTok coverage
- ✓24-hour freshness
- ✓Community support
Scale with your product. Pay only for what you use.
- ✓Unlimited queries
- ✓TikTok + Instagram
- ✓Near-real-time freshness
- ✓Email support
- ✓Freshness timestamps
- ✓Sentiment scoring
Dedicated data feeds, high-volume SLAs, and tailored coverage.
- ✓Dedicated pipelines
- ✓Custom data depth
- ✓SLA guarantees
- ✓Priority support
How we think about the product
Real-time signal is more valuable than comprehensive but stale data. We prioritize it in every architectural decision.
APIs should be intuitive, well-documented, and low-friction to adopt. Clear error messages. Predictable response shapes.
Clear data sourcing, freshness timestamps, and honest coverage gaps — including when we don't have signal for your query.
We share progress, usage stats, and limitations openly with early adopters. The roadmap is yours to influence.
Start querying social trends today
100 free queries every month. No credit card required.
Get your free API key