# How to get X trending

**Use case:** 

Extract real-time trending topics, hashtags, and post volumes from X (Twitter). Perect for social media marketers, trend analysts, and newsrooms.

## Input

```json
{
  "country": "worldwide"
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "text"
  },
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "tweet_volume": {
    "label": "Tweet Volume",
    "format": "text"
  },
  "last_updated": {
    "label": "X (Twitter) Trends last updated",
    "format": "text"
  }
}
```

## About this Actor

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