# Compare Social Media App Search Trends | Google Trends

**Use case:** 

Track 12-month Google search interest for TikTok, Instagram, Threads, and BeReal — weekly interest by keyword. For social-media analysts and growth teams.

## Input

```json
{
  "keywords": [
    "TikTok",
    "Instagram",
    "Threads",
    "BeReal"
  ],
  "geo": "US",
  "timeframe": "today 12-m"
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "interest": {
    "label": "Interest",
    "format": "number"
  },
  "geo": {
    "label": "Geo"
  }
}
```

## About this Actor

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