---
name: "xpay-andi-andi-search"
description: "Fast, high-quality search API with intelligent ranking, instant answers, and result enrichment."
version: "1.0.0"
price: "$0.02/call"
provider: "Andi Search API"
---

# Andi Search

Fast, high-quality search API with intelligent ranking, instant answers, and result enrichment.

**Provider:** Andi Search API
**Price:** $0.02/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to fast, high-quality search api with intelligent ranking, instant answers, and result enrichment.. This is part of the Andi Search API provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 0+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("andi/andi_search")`
2. **`xpay_run`** — Execute: `xpay_run("andi/andi_search", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `country` | string | No | Country code (US, GB, etc.) |
| `metadata` | string | No | Metadata level: basic or full |
| `dateRange` | string | No | Date range filter. Restrict results to specific time periods using relative or absolute date filters: Relative date range (dateRange parameter): day or 24h - Last 24 hours; week or 7d - Last 7 days; month or 30d - Last 30 days; year or 1y - Last year; 90d - Last 90 days |
| `format` | string | No | Response format: json |
| `excludeDomains` | string | No | Comma-separated domains to exclude |
| `language` | string | No | Language code (en, es, fr, etc.) |
| `units` | string | No | Units: metric or imperial |
| `intent` | string | No | Search intent. Supported Intents: ImageSearchIntent - Prioritize image results, VideoSearchIntent - Prioritize video results, NewsSearchIntent - Prioritize news articles, WeatherSearchIntent - Weather information, ComputationIntent - Mathematical calculations and computations, NavigationalSearchIntent - Direct navigation to websites, Not detected or specified: FallbackSearchIntent - General web search (default) |
| `noCache ` | string | No | Force skip all caches |
| `parseOperators` | string | No | Extract operators from query string |
| `q` | string | Yes | Search query (or array of up to 5 queries) |
| `depth` | string | No | Search depth: fast or deep |
| `includeDomains` | string | No | Comma-separated domains to include |
| `includeTerms` | string | No | Comma-separated terms/phrases to boost |
| `limit` | string | No | Number of results (1-100) |
| `safe` | string | No | Enable safe search filtering |
| `extracts` | string | No | Enable content extracts/highlights |
| `excludeTerms` | string | No | Comma-separated terms/phrases to exclude |

## Pricing

- **Cost:** $0.02/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Andi Search API (all tools)](https://xpay.tools/skills/andi/SKILL.md) — 1 tools


## Links

- Tool page: https://xpay.tools/andi/andi-search/
- Provider: https://xpay.tools/andi/
- All tools: https://xpay.tools/explore
