YepAPI uses pay-per-use pricing — no subscriptions, no monthly minimums. Add funds to your balance and pay only for the API calls you make. Every price is in USD and is deducted from your prepaid balance when a call succeeds.
Most endpoints have a fixed price per successful call, regardless of how much data comes back. For example, /v1/scrape is $0.01 per call and /v1/maps/search is $0.07 per call.
SERP endpoints that accept a depth parameter are billed $0.01 per page of results. Page size varies by engine — 10 results for Google, for example — so depth: 10 costs $0.01 and depth: 30 costs $0.03 (depth max 100). Similarly, /v1/email/domain-search is $0.03 per 10 emails returned (minimum $0.03). The catalog below shows the page size next to each price.
Endpoints that can return hundreds or thousands of rows — keyword research, competitor research, backlinks, content search, LLM mentions, and Google Maps reviews — charge a small base price per call plus a price per 100 results. You are billed on the number of results actually returned in the response, not the number you requested, and the total is rounded up to the next whole cent.
For example, /v1/seo/keywords/ideas:
$0.03 per call + $0.03 per 100 keywords, rounded up to the next whole cent.
Keywords returned
Cost per call
10 keywords
$0.04
100 keywords
$0.06
500 keywords
$0.18
1,000 keywords
$0.33
Billed on the number of results actually returned, not the number requested. Failed calls are never charged.
Every volume-priced endpoint page has a Pricing section with its own cost table, and the catalog below marks them with a volume tag.
You are only charged for successful responses. Any 4xx or 5xx response — validation errors, upstream failures, timeouts, rate limits — is never billed.
AI chat (/v1/ai/chat, /v1/ai/chat/completions) is priced on actual token usage with a $0.01 minimum per request. Media generation (/v1/media/queue) is priced per model. See the individual model pages for rates.
Prices in USD per successful call. Endpoints marked “per N results” are billed per page of results based on the requested depth (or emails returned), rounded up to the next page. Volume-priced endpoints are billed on the number of results actually returned and rounded up to the next whole cent. Failed calls are never charged.
Enable auto-topup in your dashboard to never run out of funds. When your balance drops below a threshold, we automatically top up your selected amount.