AgentDeals

AgentDeals — auto-discovered JSON endpoint

🔧 Developer ToolsHEALTHYchecked 5h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Search and compare developer free tiers, startup credits, and pricing changes

75HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 75 · healthy
Uptime history
99.02%90 days
98.3%30 days
243P50 · ms
4203P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 131 ms, slowest 2225 ms, most recent 197 ms.
Live response samplecaptured by our last successful check
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
  }
}
Call itcurl · fetch · python
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

Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /health243 mschecked 5h ago
GET/healthPROBED

AgentDeals — auto-discovered JSON endpoint

GET/ping

Lightweight ping endpoint.

GET/status

Service status metadata.

GET/api/offers?q=database

Search results filtered by query parameters.

GET/api/categories

Categories — documented GET route.

GET/api/new?days=7

New — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

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?

As of our last scheduled check, AgentDeals is healthy with 99.02% uptime over 90 days and a 243 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.