# AI Trends and News Hashtag Scraper

**Use case:** 

Analyze trending AI news with detailed post metadata and engagement stats.

## Input

```json
{
  "hashtags": [
    "AI",
    "Claude",
    "OpenAI",
    "Grok",
    "Anthropic",
    "ChatGPT",
    "Gemini"
  ],
  "maxPosts": 500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads Hashtag Scraper](https://apify.com/logical_scrapers/threads-hashtag-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logical_scrapers/threads-hashtag-scraper) to learn more, explore other use cases, and run it yourself.