Not Human Search

A search engine that ranks sites by how agent-ready they are

🔭 Science & SpaceHEALTHYchecked 54 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Not Human Search indexes websites and scores them on 'agentic readiness' for AI agents and MCP servers. The keyless endpoints let you pull index stats, browse category buckets, and query top-scored or matching sites as JSON. Paid API-key plans exist, but reads like search and stats stay open.

97HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 97 · healthy
Uptime history
100%90 days
100%30 days
239P50 · ms
911P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 145 ms, slowest 789 ms, most recent 176 ms.
Live response samplecaptured by our last successful check
GET https://nothumansearch.ai/api/v1/stats

{
  "avg_score": 37,
  "top_category": "developer",
  "total_sites": 4308
}
Call itcurl · fetch · python
curl "https://nothumansearch.ai/api/v1/stats"
const res = await fetch("https://nothumansearch.ai/api/v1/stats");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://nothumansearch.ai/api/v1/stats")
print(res.json())
Endpoints · 3HealthyFULL DOCS ↗
Monitored path responding — GET /stats239 mschecked 54 min ago
GET/statsPROBED

A search engine that ranks sites by how agent-ready they are

GET/stats?limit=5

Paginated variant with limit parameter.

GET/

API root or index 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.

Not Human Search: common questions

Is Not Human Search free to use?

Yes — Not Human Search is a free science & space API. Free tier: Free — no key for read endpoints (paid API-key plans offered). Whether the free tier allows commercial use is unclear — check the provider docs.

Does Not Human Search need an API key?

No — Not Human Search needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Not Human Search from the browser?

Yes — Not Human Search returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Not Human Search up right now?

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