Not Human Search
A search engine that ranks sites by how agent-ready they are
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.
GET https://nothumansearch.ai/api/v1/stats
{
"avg_score": 37,
"top_category": "developer",
"total_sites": 4308
}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())/statsPROBEDA search engine that ranks sites by how agent-ready they are
/stats?limit=5Paginated variant with limit parameter.
/API root or index route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
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.