---
title: "Search1API Pricing"
description: "Credit costs per endpoint, free tier, subscription plans, and top-up rates for Search1API."
canonical: "https://s1.dev/pricing"
last-updated: "2026-08-22"
---
# Search1API Pricing

> Pricing for production-ready agent access.
> For the interactive pricing page, visit [https://s1.dev/pricing](https://s1.dev/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
- Screenshot
- Sitemap
- Trending
- DeepCrawl
- Extract

## Agent Interfaces

- API
- MCP
- CLI
- Skills

## Free Plan

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

## Subscription Plans

### Monthly Billing

| Plan | Price | Credits | Per 1,000 one-credit requests |
| --- | --- | --- | --- |
| Basic | $19/month | 25,000 credits per month | ≈$0.76 |
| Professional | $99/month | 150,000 credits per month | ≈$0.66 |
| Enterprise | $499/month | 1,000,000 credits per month | ≈$0.50 |

### Yearly Billing (2 months free)

| Plan | Price | Credits | Per 1,000 one-credit requests |
| --- | --- | --- | --- |
| Basic | $190/year ($16/month, list $228) | 25,000 credits per month | ≈$0.63 |
| Professional | $990/year ($83/month, list $1,188) | 150,000 credits per month | ≈$0.55 |
| Enterprise | $4,990/year ($416/month, list $5,988) | 1,000,000 credits per month | ≈$0.42 |

## Credits Top-up (prepaid, never expires)

Top up any amount from $5 to $2000. The base rate is $1 = 1,000 credits; larger top-ups earn a bonus on the whole amount. Top-up credits never expire.

| Amount | Credits | Bonus | Per 1,000 one-credit requests |
| --- | --- | --- | --- |
| $19 | 19,950 | +5% | ≈$0.95 |
| $99 | 118,800 | +20% | ≈$0.83 |
| $499 | 798,400 | +60% | ≈$0.63 |

## What Each Plan Includes

| Plan | Billing | Included |
| --- | --- | --- |
| Free | Free | All Features, Lower API Concurrency, Partial Technical Support |
| Basic | Subscription | All Features, Standard API Concurrency, Email and Community Support |
| Professional | Subscription | All Features, Higher API Concurrency, Priority Service Support |
| Enterprise | Subscription | All Features, Search, Crawl Customization, 24/7 Priority Service Support |

## Credit Usage Guide

Each API call consumes credits based on the endpoint.

### API Credit Costs

| 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 |
| Screenshot API | /screenshot | 2 | Capture a rendered screenshot of a webpage |
| Sitemap API | /sitemap | 1 | Discover URLs and site structure |
| Trending API | /trending | 1 | Trending topics from supported sources |
| 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

Triggered by `crawl_results > 0` on the endpoints below.

| API | Endpoint | Credits | Description |
| --- | --- | --- | --- |
| Deep Search | /search, /news | 1 + n | Search results with extracted content from target pages. n = number of successfully crawled pages |

## Public Links

- Website: [https://s1.dev](https://s1.dev)
- Documentation: [https://s1.dev/docs](https://s1.dev/docs)
- OpenAPI: [https://api.search1api.com/openapi.json](https://api.search1api.com/openapi.json)
- SDKs: [https://s1.dev/docs/integrations/sdks](https://s1.dev/docs/integrations/sdks)
- MCP: [https://mcp.search1api.com/mcp](https://mcp.search1api.com/mcp)
- CLI: [https://www.npmjs.com/package/search1api-cli](https://www.npmjs.com/package/search1api-cli)
- Skills: [https://github.com/superagents-lab/search1api-cli/tree/master/skills/search1api](https://github.com/superagents-lab/search1api-cli/tree/master/skills/search1api)
