Send a query
Call GET /v1/search?q=.... A valid unpaid request returns the price, network, asset, and payment address.
Query live metasearch and receive clean, structured JSON.
$0.001 USDC per API request
No account. No subscription.
# Requesting a valid query returns x402 payment requirements curl -i "https://search.dkta.dev/v1/search?q=agent+infrastructure&limit=5" # Retry with the signed x402 v1 payment value curl "https://search.dkta.dev/v1/search?q=agent+infrastructure&limit=5" \ -H "X-PAYMENT: <signed-payment>" # HTTP 200 · application/json { "count": 5, "results": [{ "title": "...", "url": "https://..." }] }
How it works
Search is a narrow primitive for agents that need current links and snippets without browser automation or account provisioning.
Call GET /v1/search?q=.... A valid unpaid request returns the price, network, asset, and payment address.
Your compatible client signs a $0.001 USDC payment on Base and retries with the payment proof.
Get titles, canonical URLs, descriptions, and source-engine metadata as a compact JSON response.
API pricing
No plan, invoice, account, or minimum balance. Human browser search is separate and donation-supported.
per x402-authorized API request
Support browser search
The browser interface does not require an account, but it consumes real hosting and metasearch capacity. Donations are optional. Choose any supported amount through Stripe, or send USDC directly.
0x9C924E0b95FBE2Fe69D6ecDb434AEBFa15E236b2
Choose the amount. Donations do not purchase API requests or prepaid credits. Send only USDC on Base to the address above.
Discovery
Use the interface that fits your client. These files are served directly and remain independent of the browser UI.