# US Real Estate Market Trends 2025 Analysis

**Use case:** 

Monitor key housing market trends and mortgage forecasts for the United States in 2025. Access ranked results from DuckDuckGo and Bing.

## Input

```json
{
  "queries": [
    "housing market trends 2025 United States",
    "mortgage rates forecast 2025 US"
  ],
  "query": "best open source vector databases 2026",
  "maxResults": 10,
  "includeContent": true,
  "region": "us-en",
  "safeSearch": true,
  "concurrency": 3,
  "useApifyProxy": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "engine": {
    "label": "Engine",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Web Search — Live SERP API for Agents (Tavily Alternative)](https://apify.com/logiover/ai-web-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/ai-web-search) to learn more, explore other use cases, and run it yourself.