Powerful Twitter Trends API
Integrate real-time social insights directly into your applications
API Capabilities
Global Trends Data
Access near real-time Twitter trends from any location worldwide. Our API provides comprehensive coverage across countries, regions, and cities.
AI-Powered Categorization
Every trend is automatically categorized and explained with our advanced AI. Understand the context behind each trend without manual research.
Related Tweets
Get direct links to relevant tweets for each trend, allowing your users to dive deeper into the conversations happening around trending topics.
Trend Insights
Access valuable analytics including top trends, longest-lasting trends, recurring patterns, and more to power your data-driven decisions.
Use Cases
Media & Publishing
Stay ahead of breaking news and trending topics to create timely, relevant content that resonates with your audience.
Market Research
Monitor social conversations to identify emerging trends and consumer interests in your industry.
Brand Monitoring
Track when your brand or competitors are trending and understand the context behind these social media moments.
Product Development
Identify consumer needs and interests to inform your product roadmap and innovation strategy.
Simple Integration
// Example API request for location trends
fetch('https://trendsonx.com/api/locations/trends?location=united-states&from=1698765432')
.then(response => response.json())
.then(data => {
// Example response structure shown as a comment
// Process trends data
const trendsByVolume = data.trends
.filter(trend => trend.tweet_volume !== null)
.sort((a, b) => b.tweet_volume - a.tweet_volume)
.slice(0, 5);
console.log(`Top 5 trends by volume in ${data.name}:`, trendsByVolume);
// Get trends by category
const entertainmentTrends = data.trends
.filter(trend => trend.labels.includes('entertainment'));
console.log('Entertainment trends:', entertainmentTrends);
});
Try it yourself
Our RESTful API is designed for easy integration with comprehensive documentation and support to get you started quickly.
Coming Soon: API DocumentationPricing
Early Access
- Full API access
- Worldwide trends data
- AI-powered categorization
- Trend insights
- Priority support
Frequently Asked Questions
How current is your trends data?
Our API provides near real-time data with updates every 5-15 minutes depending on your subscription tier.
Which locations do you support?
We support all locations that Twitter provides trend data for, including countries, regions, and major cities worldwide.
How accurate is your AI categorization?
Our AI categorization system has been trained on millions of trends and achieves over 90% accuracy in correctly identifying trend contexts.
Do you offer a free trial?
Yes, we offer a 7-day free trial with limited API calls so you can test our service before committing.
What format is the API response in?
All API responses are delivered in JSON format for easy integration with any programming language or framework.
Do you have rate limits?
Yes, each subscription tier has specific rate limits. These are designed to ensure fair usage and optimal performance for all clients.
Ready to Get Started?
Fill out the form below to request API access or learn more about our services.