# Crypto DeFi Protocol Audit Reports

**Use case:** 

Retrieve current security audits for DeFi protocols and smart contracts. Get ranked results with URLs, snippets, and source information.

## Input

```json
{
  "queries": [
    "defi protocol security audit 2025",
    "smart contract vulnerability report latest"
  ],
  "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.