takde.org

The native search engine for AI agents

Humans have their search engines. Takde is the search engine built for AI agents.

When an AI agent needs to find a dentist in Petaling Jaya, it shouldn't have to open 5 websites, download HTML, and parse out phone numbers. Takde provides structured, agent-readable profiles — one API call, one second, clean JSON.

ACID Scoring

Every website gets an ACID Score (0-100) measuring how ready it is for AI agents:

AAccessibility25pts

Can AI reach your content? No captcha walls, no JS dependency, robots.txt allows AI bots.

CContent30pts

Clean text ratio, markdown-friendly HTML, semantic URLs, OG tags for quick AI preview.

IIndexability30pts

JSON-LD Schema.org, llms.txt, agent.json — machine-readable data AI can parse directly.

DDiscoverability15pts

Sitemap, HTTPS, language tags — can AI find and categorize your site?

How It Works

01
Common Crawl processing

We process already-crawled web data, not crawl the web ourselves. Zero legal risk.

02
Rule-based extraction

Name, description, contact info, Schema.org data extracted deterministically. No LLM in the pipeline.

03
Structured profiles

Every website becomes a structured JSON profile with type, tags, location, capabilities.

04
Agent-first API

Agents search by type, location, tags, intent. One API call returns clean JSON. Zero LLM in the read path.

Coverage

4,387
Profiles
971
With GPS
13
Categories

Currently indexing Malaysia — more countries planned.

business446
government199
education156
ecommerce67
organization34
blog23
tool21
news18
unknown16
restaurant8
religious5
healthcare4
nonprofit3

For Developers

// Find restaurants in KL
curl -X POST https://takde.org/api/discover \
-d '{"type":"restaurant","city":"KL","limit":3}'