# Healthcare AI Regulations Research for EU 2025

**Use case:** 

Access key data on the EU AI Act and medical device AI regulations. Get ranked results with relevant content for informed decision-making.

## Input

```json
{
  "queries": [
    "EU AI Act healthcare 2025",
    "medical device AI regulation Europe"
  ],
  "query": "best open source vector databases 2026",
  "maxResults": 10,
  "includeContent": true,
  "region": "gb-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.