/v1/search
+$0.001/query
+General web search for fast retrieval and citation-ready results.
+diff --git a/IMPLEMENTATION.md b/IMPLEMENTATION.md new file mode 100644 index 0000000..e69de29 diff --git a/landing/index.html b/landing/index.html index a4b9639..5bbe118 100644 --- a/landing/index.html +++ b/landing/index.html @@ -1,178 +1,188 @@ - + -
- - -The search API built for agents. 5x cheaper than Perplexity. Native x402 micropayments on Base.
-Pay per query. No subscriptions. No API keys. No accounts.
-Agent-native search API
++ Queryx uses x402 payments on Base so agents can run search in real time and only pay for each request. + Start at $0.001/query with structured JSON output. +
+ +One curl. That's it.
-curl -H "PAYMENT-SIGNATURE: <x402-sig>" \
- "https://queryx.run/v1/search?q=Fed+rate+decision+2026"
- Simple endpoint pricing with transparent per-query costs.
+ +$0.001/query
+General web search for fast retrieval and citation-ready results.
+$0.001/query
+Recent headlines and publisher coverage optimized for up-to-date context.
+$0.005/query
+Higher-depth crawling and extraction for hard, multi-source questions.
+{
- "query": "Fed rate decision 2026",
- "answer": "The Federal Reserve held rates steady at 4.25-4.50% in its January 2026 meeting, citing persistent inflation concerns...",
- "sources": [
+
+
+ Competitor comparison
+
+
+ Provider
+ Price / query
+
+
+ Perplexity
+ $0.005–0.014
+
+
+ Tavily
+ $0.004
+
+
+ Queryx
+ $0.001–0.005
+
+
+
+ One call, one payment proof, one JSON response.
+ +curl -X POST https://api.queryx.io/v1/search \
+ -H "Content-Type: application/json" \
+ -H "x402-payment: <base-payment-proof>" \
+ -d '{"query":"latest ethereum L2 news","limit":5}'
+
+ {
+ "query": "latest ethereum L2 news",
+ "results": [
+ {
+ "title": "L2 rollups continue to grow in transaction volume",
+ "url": "https://example.com/article-1",
+ "snippet": "New data shows sustained growth across major L2 ecosystems.",
+ "source": "Example News",
+ "published_at": "2026-03-03T18:10:00Z"
+ },
{
- "title": "Fed Holds Rates Steady in January 2026",
- "url": "https://reuters.com/markets/fed-jan-2026",
- "snippet": "The Federal Reserve maintained its benchmark rate...",
- "published": "2026-01-29T18:00:00Z"
+ "title": "Base ecosystem update",
+ "url": "https://example.com/article-2",
+ "snippet": "Developers ship new tools for payments and agent workflows.",
+ "source": "Example Wire",
+ "published_at": "2026-03-03T14:42:00Z"
}
],
- "confidence": 0.92,
- "freshness": {
- "fetchedAt": "2026-02-27T10:30:00Z",
- "resultsAge": "29d"
- },
- "model": "queryx-fast-v1",
- "tokens": { "in": 312, "out": 187 }
+ "count": 2
}
+ Your agent hits the API with a search query and an x402 payment signature.
-x402 USDC micropayment verified on Base in under 100ms. No accounts, no API keys.
-Search results synthesized by AI with sources, confidence scores, and freshness metadata.
+Send your search request to a Queryx endpoint with your payload.
+Attach an x402 payment proof on Base. You pay exactly per request.
+Receive clean, structured JSON designed for agent pipelines and tools.
+