A TikTok API. Not a scraper.

Hashtag analytics, video intelligence, creator lookups, and trending sounds — over REST, priced per call. No proxies, no headless browsers, no selectors to fix when TikTok changes its markup.

GET /v1/tiktok/hashtags
200 OK
$ curl https://api.virlo.ai/v1/tiktok/hashtags \
    -H "Authorization: Bearer virlo_tkn_..." \
    -d start_date=2026-08-22 -d end_date=2026-09-21 \
    -d order_by=views -d sort=desc -d limit=10

{
  "data": [
    { "hashtag": "fyp", "video_count": 412831, "total_views": 98234011223 },
    { "hashtag": "tiktokshop", "video_count": 88213, "total_views": 5123099812 }
  ]
}

What you stop maintaining

Most TikTok data pipelines start as a scraper. Here is what that trade looks like once real usage shows up.

Scraping your ownVirlo API
Proxies + IP rotation to avoid getting blocked
One API key, one bearer token
Selectors break every time TikTok ships a UI change
We maintain the collection layer
Rate limits and CAPTCHAs on every request
Rate limits documented up front
Building your own storage for historical data
Query by date range, filter free at read time

Pay per call, not per seat

No subscriptions. Add funds, and auto top-up keeps you running. Hashtag lookups start at $0.05/call; a full research run through Content Research Agents is $0.50.

See full endpoint pricing

Stop scraping. Start answering.

Create an account, get starter credits, and run your first niche search in minutes. No scrapers, no proxies, no infrastructure to babysit.

Already have a key? Try GET /v1/account/balance — it's free.