Not Human Search

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

🔭 Science & SpaceUNMONITOREDchecked 1h 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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
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 · 3On scheduleFULL DOCS ↗
First rollup pending — GET /stats has been probed
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 unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.