# SaaS Product Trend Tracker for India

**Use case:** 

Access today's search data for project management, CRM, accounting, HR, and ERP software in India, including interest over time and related queries.

## Input

```json
{
  "keywords": [
    "project management software",
    "CRM software",
    "accounting software",
    "HR software",
    "ERP system"
  ],
  "trendingNowGeos": [
    "US",
    "GB",
    "IN"
  ],
  "timeframe": "today 12-m",
  "geo": "IN",
  "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.