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
curl "https://api.apicodex.io/email-intelligence/v1/check?email=jane%40startup.io" \
-H "X-Api-Key: YOUR_API_KEY"{
"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.
Start here
Popular APIs
Any public URL as clean markdown or HTML — built for AI agents and LLM pipelines.
Scrape any public profile, post or reel as clean JSON — no login, no proxies.
Profiles, companies, posts, jobs and people search as live JSON.
Product details and reviews from any Amazon listing, scraped live.
Validate addresses, detect disposable email, and score fraud risk.
Extract totals, line items and vendor details from any invoice.
How it works
From catalog to first call
Pick an API
Browse the catalog and read the endpoint docs and current plan.
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.
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 "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.
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.
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
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.
Recommended plan
Starter
$29.99 /month
Free
- All 49 APIs included
- No credit card required
- Full documentation and examples
Starter
Popular- All 49 APIs included
- Email support
- Usage dashboard and analytics
Pro
- All 49 APIs included
- Priority support
- Up to 5 API keys
Need a different plan?
Tell us about your API, volume, or support requirements.
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.