Social signals, structured

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.

Usage-based pricing·Near-real-time freshness·TikTok + Instagram·No scraping infrastructure to build
query.ts
// 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/...",
// }
How it works

From social feed to structured API in three steps

01

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.

02

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.

03

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.

Capabilities

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.

Use cases

Built for developers shipping consumer products

Shopping app
Surface trending-on-TikTok product lists without building the scraping infrastructure.
Price comparison
Add social validation signals alongside deal listings — show what's actually being talked about.
Recommendation engine
Power product discovery with fresh social proof rather than stale editorial lists.
E-commerce aggregator
Show which products are organically going viral on social before ad spend inflates the signal.
Pricing

Start free. Scale as you grow.

Usage-based pricing means the cost tracks your product growth, not a fixed seat count.

Free
$0to start

Try the API, explore the data, build a proof of concept.

  • 100 queries / month
  • TikTok coverage
  • 24-hour freshness
  • Community support
Get started
Growth
$0.01per query

Scale with your product. Pay only for what you use.

  • Unlimited queries
  • TikTok + Instagram
  • Near-real-time freshness
  • Email support
  • Freshness timestamps
  • Sentiment scoring
Get started
Enterprise
Custom

Dedicated data feeds, high-volume SLAs, and tailored coverage.

  • Dedicated pipelines
  • Custom data depth
  • SLA guarantees
  • Priority support
Contact us
Principles

How we think about the product

Freshness over completeness

Real-time signal is more valuable than comprehensive but stale data. We prioritize it in every architectural decision.

Developer-first

APIs should be intuitive, well-documented, and low-friction to adopt. Clear error messages. Predictable response shapes.

Transparency

Clear data sourcing, freshness timestamps, and honest coverage gaps — including when we don't have signal for your query.

Build in public

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