# Real-Time Twitter (X) Trending Tweets API for AI

**Use case:** 

Feed your AI agents and LLMs with real-time global trending tweets. Scrape X trends by country and topic without Twitter API keys. Export structured JSON instan

## Input

```json
{
  "country": "global",
  "topic": "technology",
  "tags": "Claude",
  "maxItems": 10
}
```

## Output

```json
{
  "tweet_id": {
    "label": "tweet_id",
    "format": "text"
  },
  "full_text": {
    "label": "full_text",
    "format": "text"
  },
  "created_at": {
    "label": "created_at",
    "format": "text"
  },
  "favorite_count": {
    "label": "favorite_count",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter/X Global Trending Tweets Scraper](https://apify.com/fastcrawler/twitter-x-global-trending-tweets-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fastcrawler/twitter-x-global-trending-tweets-scraper) to learn more, explore other use cases, and run it yourself.