# Autonomous Vehicle Regulation Updates Research

**Use case:** 

Access the latest regulatory updates on autonomous vehicles in the U.S. for 2025, including ranked web sources and recent news articles.

## Input

```json
{
  "topics": [
    "autonomous vehicle regulations United States 2025"
  ],
  "topic": "vector database market 2026",
  "maxSources": 6,
  "includeContent": true,
  "includeNews": true,
  "maxNews": 8,
  "region": "us-en",
  "concurrency": 2,
  "useApifyProxy": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "string"
  },
  "sourceCount": {
    "label": "Sources",
    "format": "integer"
  },
  "newsCount": {
    "label": "News",
    "format": "integer"
  },
  "generatedAt": {
    "label": "Generated At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Deep Research — Multi-Source Research API for Agents](https://apify.com/logiover/ai-deep-research) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/ai-deep-research) to learn more, explore other use cases, and run it yourself.