AgentDeals
AgentDeals — auto-discovered JSON endpoint
Search and compare developer free tiers, startup credits, and pricing changes
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://agentdeals.dev/health
{
"status": "ok",
"sessions": 10,
"stats": {
"uptime_seconds": 61416,
"total_tool_calls": 0,
"tool_calls": {
"search_deals": 0,
"plan_stack": 0,
"compare_vendors": 0,
"track_changes": 0,
"register_agent": 0,
"get_referral_code": 0,
"check_balance": 0,
"request_payout": 0
},
"total_api_hits": 9082,
"api_hits": {
"/search": 4078,
"/vendor/:slug": 2204,
"/vercel-vs-netlify": 4,
"/tenor-alternatives": 10,
"/database-free-tier-comparison-2026": 30,
"/monitoring-alternatives": 2,
"/free-ai-stack": 2,
"/gcp-free-tier-2026": 32
},
"total_sessions": 523,
"total_disconnects": 1026,
"landing_page_views": 181
}
}curl "https://agentdeals.dev/health"const res = await fetch("https://agentdeals.dev/health");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://agentdeals.dev/health")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/healthPROBEDAgentDeals — auto-discovered JSON endpoint
/pingLightweight ping endpoint.
/statusService status metadata.
/api/offers?q=databaseSearch results filtered by query parameters.
/api/categoriesCategories — documented GET route.
/api/new?days=7New — documented GET route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
AgentDeals: common questions
Is AgentDeals free to use?
Yes — AgentDeals is a free developer tools API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does AgentDeals need an API key?
No — AgentDeals needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call AgentDeals from the browser?
Not directly — AgentDeals doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is AgentDeals up right now?
AgentDeals is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.