SoonOne MCP server, all 49 APIs as agent tools. See how it works

49 REST APIs · JSON over HTTPS

Scrape the web with one GET request.

Live scraping APIs for Instagram, LinkedIn, TikTok, YouTube, Amazon, Google Maps — or any public URL as clean markdown. No proxies, no headless browsers, no contracts. Plus 30+ utility APIs on the same key.

Free tier included. No credit card required.

production APIs
49
production APIs
free credits / month
1,000
free credits / month
key for everything
1
key for everything
from the edge
40msfrom the edge
Try the Email Intelligence APIlive preview
Request · curl
curl "https://api.apicodex.io/email-intelligence/v1/check?email=jane%40startup.io" \
  -H "X-Api-Key: YOUR_API_KEY"
Response · JSON200 OK · 41ms
{
  "email": "jane@startup.io",
  "valid": true,
  "disposable": false,
  "mx_found": true,
  "risk_score": 0.08,
  "risk_indicator": "low",
  "provider": "Custom"
}

This is a simulated preview. Get a free key to run real calls against live data.

How it works

From catalog to first call

01

Pick an API

Browse the catalog and read the endpoint docs and current plan.

02

Create a free key

Sign up in seconds at the dashboard. One key works across all 49 APIs, with 1,000 free credits every month.

03

Make the request

Start from the copy-paste examples, then call with your own data.

Build this

What developers are building

Copy-paste snippets for common workflows. One key works across every example.

Feed your AI agent

Turn any public page into clean markdown for LLM pipelines and RAG.

curl
curl "https://api.apicodex.io/scraper/v1/scrape\
?url=https://example.com/pricing&format=markdown" \
  -H "X-Api-Key: YOUR_API_KEY"

Monitor social profiles

Followers, posts and engagement from any public profile, live.

JavaScript
const res = await fetch(
  'https://api.apicodex.io/instagram/v1/profile?username=' + handle,
  { headers: { 'X-Api-Key': key } }
);
const { data } = await res.json();
console.log(data.followers, data.posts_count);

Track products & reviews

Prices, stock and review data from any Amazon listing.

Python
import requests

res = requests.get(
  'https://api.apicodex.io/amazon/v1/product',
  params={'url': 'https://www.amazon.com/dp/B0EXAMPLE'},
  headers={'X-Api-Key': key}
)
print(res.json()['data']['final_price'])

Free tier

What 1,000 free credits get you, every month

200
web page scrapes
any URL as clean markdown or HTML
40
social & data scrapes
profiles, posts, reviews, products
1,000
data lookups
countries, vehicles, holidays, aviation
40
AI document parses
invoices, receipts, resumes

Credits renew monthly and work across every API. Mix and match however you like. Claim yours.

Coming soon · MCP

One MCP server. All 49 APIs become your agent's tools.

The API Codex MCP server plugs the entire catalog into Claude, Cursor, or any MCP-compatible agent. One key, one config entry, forty-nine APIs at once: the best value on the platform, and your existing key will work on day one.

"mcpServers": {
  "apicodex": {
    "url": "https://mcp.apicodex.io",
    "headers": { "X-Api-Key": "acx_live_..." }
  }
}

Pricing

Simple pricing, no surprises

Start free, upgrade when you outgrow it. One subscription covers all 49 APIs; credits are shared across everything you call.

Estimate your monthly cost

Drag the slider to match your expected request volume. We will recommend the cheapest plan that covers it.

10,000

Recommended plan

Starter

$29.99 /month

Credits used10,000
Credits included50,000
Cost per 1K requests$0.600
Choose Starter

Free

Free
1,000 credits · ~1,000 requests/mo · 2 rps
  • All 49 APIs included
  • No credit card required
  • Full documentation and examples
Start for free

Starter

Popular
$29.99/month
50,000 credits · ~50,000 requests/mo · 10 rps
  • All 49 APIs included
  • Email support
  • Usage dashboard and analytics
Start with Starter

Pro

$99.99/month
250,000 credits · ~250,000 requests/mo · 25 rps
  • All 49 APIs included
  • Priority support
  • Up to 5 API keys
Start with Pro

Need a different plan?

Tell us about your API, volume, or support requirements.

Contact us

Ready when you are.

Create a free API key and make your first call in minutes. 1,000 credits a month, every API included, no credit card.