AgentDeals

AgentDeals — auto-discovered JSON endpoint

AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

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

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
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 · 6On scheduleFULL DOCS ↗
On schedule — GET /health awaits first probe
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

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.