# Real Estate Search Trends Scraper by US State

**Use case:** 

Extract daily real estate search trends across US states. Includes interest over time, regional interest, and related queries for common real estate terms.

## Input

```json
{
  "keywords": [
    "homes for sale",
    "buy house",
    "mortgage rates",
    "real estate agent",
    "first time home buyer"
  ],
  "trendingNowGeos": [
    "US",
    "GB",
    "IN"
  ],
  "timeframe": "today 3-m",
  "geo": "US",
  "category": 0,
  "includeInterestOverTime": true,
  "includeRelatedQueries": true,
  "includeRelatedTopics": true,
  "includeInterestByRegion": true,
  "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.