ListenX by TagX
ListenX is a social listening API by TagX. It gives you clean, structured access to public social data so you can build monitoring, analytics, and research products without maintaining fragile scrapers.
Base URL:
https://listenx.tagxdata.com
Coverage
| Platform | Status |
|---|---|
| ✅ Available | |
| TikTok | ✅ Available |
| 🛠️ Planned | |
| 🛠️ Planned | |
| 🛠️ Planned |
Instagram ships two endpoints:
GET /v1/instagram/search— keyword / hashtag search using Instagram's native relevance ranking, paginated ~18 posts per page.GET /v1/instagram/post/{post_id}— a single post/reel with all engagement metrics, including play/view counts for reels.
TikTok ships two endpoints:
GET /v1/tiktok/search— keyword search across videos, users, or hashtags using TikTok's native relevance ranking, paginated.GET /v1/tiktok/post/{video_id}— a single post with all engagement metrics (plays, likes, comments, shares, saves, reposts).
How it works
- You receive an API key from TagX.
- Every request is authenticated with that key and metered.
- Pricing is custom per account and per endpoint — you only pay for the endpoints you use, at the rate agreed for your account.
Start with the Quickstart.