# AI Tool Search Trends Tracker for the US 2024

**Use case:** 

Analyze search trends for popular AI tools in the US. Get insights on keywords, interest over time, and related queries.

## Input

```json
{
  "keywords": [
    "ChatGPT",
    "Claude AI",
    "Gemini AI",
    "Copilot AI",
    "Perplexity AI"
  ],
  "trendingNowGeos": [
    "US",
    "GB",
    "IN"
  ],
  "timeframe": "today 12-m",
  "geo": "US",
  "category": 0,
  "includeInterestOverTime": true,
  "includeRelatedQueries": true,
  "includeRelatedTopics": true,
  "includeInterestByRegion": false,
  "hl": "en-US",
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "Type",
    "format": "string"
  },
  "geo": {
    "label": "Geo",
    "format": "string"
  },
  "query": {
    "label": "Trending Query",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "approxTraffic": {
    "label": "Approx Traffic",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Trends Scraper - Trending Searches & Keyword Data](https://apify.com/logiover/google-trends-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/google-trends-scraper) to learn more, explore other use cases, and run it yourself.