# Search1API Pricing

> Pricing for production-ready agent access.
> For the interactive pricing page, visit [https://www.search1api.com/pricing](https://www.search1api.com/pricing)

Search1API provides web access infrastructure for AI agents. One plan covers the core APIs, then you can connect those capabilities through agent interfaces such as MCP, CLI, and reusable skills.

## Core API Families

- Search
- News
- Crawl
- Sitemap
- Trending
- Extract
- DeepCrawl

## Agent Interfaces

- API
- MCP
- CLI
- Skills

## Free Plan

| Plan | Price | Credits |
| ---- | ----- | ------- |
| Free | $0 | 100 credits |

- All core API families
- Lower API concurrency
- Partial technical support

## Subscription Plans

### Monthly Billing

| Plan | Price | Credits/month | Per 1000 searches |
| ---- | ----- | ------------- | ------------------ |
| Basic | $19/month | 25,000 | ~$0.76 |
| Professional | $99/month | 150,000 | ~$0.66 |
| Enterprise | $499/month | 1,000,000 | ~$0.49 |

### Yearly Billing (2 months free)

| Plan | Price | Credits/month | Per 1000 searches |
| ---- | ----- | ------------- | ------------------ |
| Basic | $190/year ($16/month) | 25,000 | ~$0.63 |
| Professional | $990/year ($83/month) | 150,000 | ~$0.55 |
| Enterprise | $4,990/year ($416/month) | 1,000,000 | ~$0.41 |

## One-time Credit Packs

| Plan | Price | Credits | Per 1000 searches |
| ---- | ----- | ------- | ------------------ |
| Basic | $19 | 20,000 | ~$0.95 |
| Professional | $99 | 120,000 | ~$0.83 |
| Enterprise | $499 | 800,000 | ~$0.63 |

## Features by Tier

| Feature | Free | Basic | Professional | Enterprise |
| ------- | ---- | ----- | ------------ | ---------- |
| All core APIs | Yes | Yes | Yes | Yes |
| API concurrency | Lower | Standard | Higher | Highest |
| Support | Partial | Email | Priority | 24/7 Priority |

## Credit Usage Guide

Each API call consumes credits based on the API family.

### Basic APIs (1 credit each)

| API | Endpoint | Credits | Description |
| --- | -------- | ------- | ----------- |
| Search API | /search | 1 | Multi-engine web search |
| News API | /news | 1 | Recent news search across supported sources |
| Crawl API | /crawl | 1 | Extract content from a webpage |
| Sitemap API | /sitemap | 1 | Discover URLs and site structure |

### Advanced APIs

| API | Endpoint | Credits | Description |
| --- | -------- | ------- | ----------- |
| DeepCrawl API | /deepcrawl | 20 | Crawl a full site asynchronously and package the result |
| Extract API | /extract | 10 | Extract structured data from a URL with a prompt and schema |

### Deep Search

| API | Endpoint | Credits | Description |
| --- | -------- | ------- | ----------- |
| Deep Search | /search, /news | 1 + n | Search plus extracted content from successfully crawled result pages, where `n` is the number of crawled pages |

## Public Links

- Website: [https://www.search1api.com](https://www.search1api.com)
- Documentation: [https://www.search1api.com/docs](https://www.search1api.com/docs)
- OpenAPI: [https://api.search1api.com/openapi.json](https://api.search1api.com/openapi.json)
- MCP: [https://mcp.search1api.com/mcp](https://mcp.search1api.com/mcp)
- CLI: [https://github.com/fatwang2/search1api-cli](https://github.com/fatwang2/search1api-cli)
- Skills: [https://github.com/fatwang2/search1api-cli/tree/master/skills/search1api](https://github.com/fatwang2/search1api-cli/tree/master/skills/search1api)
