One API. All the data you need to run your business.

Get ~100 free requests
No subscription No card required

What did my competitors ship on this week, and how did people react?

twitter.user_posts
-$0.0038
twitter.search
-$0.0147
twitter.replies
-$0.0132

One platform

Everything you'd integrate, behind one key.

The whole catalog on one wallet, priced in dollars, routed around failure for you.

320
APIs in one catalog
1 wallet
unlimited keys
$0/mo
no subscriptions
USD
never credits

One platform, every API

Reddit, TikTok, Instagram, LinkedIn. Hundreds of APIs under a single interface.

Browse APIs →
$42.76
/web-search−$0.0050
/geocode−$0.0004
$/month$/request

No subscriptions

Top up one wallet and pay per request, in dollars. Idle costs nothing.

How billing works →
1 request

Automatic fallback

If a provider goes down, we reroute to the next. Same schema, no failed calls.

Learn more →
Patrick CollisonCo-founder and CEO at Stripe
Company enrichedPerson enrichedEmail verifiedMobile found

Find verified contacts

Enrich company and people records, find professional emails and mobile numbers, then verify what is ready to use.

Explore data APIs →

Pricing

Spend less at every layer.

Lower endpoint prices are only the start.

One wallet every APINo idle fee no subscriptionOne charge never twoLower price per request

Next-cheapest, without a retry.

One request in, one charge out.

PROVIDERS, CHEAPEST FIRSTPER 1K PAGESTHIS REQUESTLynx$0.70refusedBison$0.70servedSalamander$1.00not needed1 REQUEST

Cheaper by endpoint

Same job. Smaller price.

Web scrape

Per 1K pages

4.5xcheaper

ImageAnyAPI$0.70
Firecrawl logoFirecrawlHobby, billed yearly$3.20
Instagram profile logo

Instagram profile

Per 1K profiles

3xcheaper

ImageAnyAPI$0.90
Apify logoApifyFree-plan rate$2.70
Google search logo

Google search

Per 1K searches

25xcheaper

ImageAnyAPI$0.99
SerpApi logoSerpApiStarter plan$25.00

No subscription

No fee while idle.

MONTHLY BILL12 MONTHS00000BILLED FOR THE IDLE MONTHS$0.00PAY PER REQUEST

One wallet

Every endpoint. One USD balance.

USD BALANCE$42.7680

Built for how developers ship.

Transparent by design.

Integrations

One integration.
Every way to build.

Start with a fetch request, move into a typed SDK, hand the job to an agent, or drop it into n8n. AnyAPI stays the same underneath.

REST APIDocs

One endpoint shape for every API. Call it from any HTTP client.

Typed SDKsDocs

Generated TypeScript and Python clients with a typed method for every API.

MCP agentsDocs

Let Claude, Cursor, Codex, or any MCP client discover and run APIs as tools.

n8n workflowsDocs

Drop any catalog API into an automation through one community node.

reddit-search.ts
import { AnyAPI } from "@getanyapi/sdk";

const anyapi = new AnyAPI({
  apiKey: process.env.ANYAPI_API_KEY,
});

const result = await anyapi.reddit.search({
  query: "best mechanical keyboard",
  limit: 5,
});

console.log(result.output, result.costUsd);

Enrichment

From a company name to a verified contact.

One input, the company and person context you need, and a contact you can actually reach.

Inputstripe.com4 calls
1

Find

Patrick Collison

apollo.people_search

$0.0100

2

Enrich

Co-founder and CEO

apollo.person_enrich

$0.0120

3

Contact

p••••••@stripe.com

Icypeasemail_finding.icypeas

$0.0168

4

Verify

Deliverable

Allegrowemail_verification.allegrow

$0.0144

Patrick Collison

Patrick Collison

Co-founder and CEO

Mobile

+1 ••• ••• 0148

Total$0.0532

Built for agents

For agents, the catalog is tools.

One turn, top to bottom. Browsing is free; only the run bills.

Connect

Three ways in, one endpoint

Hosted Claude and ChatGPT take api.getanyapi.com/mcp and finish OAuth in the client.

claude mcp add anyapi \
  --transport http \
  https://api.getanyapi.com/mcp \
  --header "Authorization: Bearer $ANYAPI_KEY"
Agent skill
npx skills add getanyapi-com/skills

Auth, tools and USD pricing, from getanyapi.com/SKILL.md.

No key yet
https://api.getanyapi.com/agent/signup

POST it and the agent mints its own trial key, about $0.05 of requests.

Discover

It reads the catalog before it spends

search_apis, get_api and quote_api rank, type and price it. None of them charge.

$0.0000

Charged so far

Run

One tool call spends money

run_api is the only tool that executes anything, and the result stays free to re-read.

run_api("reddit.search")

$0.0036

Charged, this call

Wallet

The same USD wallet as your key

No agent plan and no second meter: the same balance your key spends from.

$42.7644

USD balance after the turn

FAQ

Questions

Still deciding? Here is what people ask before their first call. Anything else lives in the docs or a quick message to support.

AnyAPI is a marketplace for social media, SEO, and enrichment data. You reach 320 scraping and data APIs through one key and one wallet, AnyAPI normalizes the response schema across providers, and you pay per request in real US dollars instead of signing up for each provider separately.

You pay per request in US dollars, often a fraction of a cent per call, and you only pay when you make a call. There is no monthly fee, no seat, and no minimum. Top up your wallet once and it draws down as you go, the same way a prepaid balance works.

No. AnyAPI has no subscriptions and nothing to cancel. An idle month costs $0.00. You fund a wallet and spend against it per request, so you never pay for capacity you do not use.

The catalog covers 320 scraping and data APIs across the sources teams ask for most: Twitter/X, Instagram, TikTok, LinkedIn, Reddit, YouTube, Google, Amazon, and many more for profiles, posts, search, prices, reviews, and trends. Browse the full catalog to see every available endpoint.

Instead of comparing thousands of near-identical scrapers, picking one, and rewriting your code when it breaks, you call one endpoint per job. AnyAPI ranks providers by price, latency, and uptime behind that endpoint, returns one normalized schema, and re-routes automatically when a provider fails, so your integration never changes.

AnyAPI automatically falls back to another provider for the same job, so a single upstream failure does not break your request. Failed attempts cost you $0, you are only billed for a successful response.

No, and there is nothing to configure. Each source behind an endpoint handles its own rendering, proxying, and unblocking. You send a request and get normalized JSON back. When one source is blocked and fails, AnyAPI reroutes to another for the same job and the failed attempt costs you $0. AnyAPI does not sell proxy bandwidth and there is no proxy setting to tune.

Your accounts are not involved. No AnyAPI endpoint asks for a login, cookie, or session token for the platform you are reading, so nothing of yours is ever presented to it, and requests do not come from your IP address either. You are still responsible for collecting only data you are authorized to collect, which is what our Acceptable Use Policy asks of you.

No. New accounts get $0.10 of credit, no card required. That covers about 100 requests on our cheapest APIs like Google Search and X.

Yes. AnyAPI is a remote MCP server, so Claude, Cursor, ChatGPT, and any MCP client can reach the whole catalog through one connection with no glue code. An agent can even sign itself up and get its own key and starter balance with no human in the loop.

One agent. One wallet. Any API.

~100 free requests, no card required.