x402radar
ServicesEndpointsLeaderboardsStatsBlogAPISubmit
List
Back to directory

search.gedx402.com

Base

Semantic search over your namespace — POST query text; returns top_k Vectorize matches with scores and metadata. Identical namespace+query within 300s may hit X-GED-Cache.

search.gedx402.comragvectorizesemantic-searchembeddingsagents
Website
92
Trust
100%
Uptime
—
Latency
$76.79*
Volume (30d)

Overview

Protocolx402
Providersearch.gedx402.com
Payment assetUSDC
Networkbase
Categoryweb-search
Sourceagentic-market

Health

StatusOperational
Uptime (window)100%
Success rate—
Confidence100%
Quotes (14d)0
Last checked—
Latency (quote)—
not enough data yet
Price / call—
not enough data yet
Uptime (daily)—
not enough data yet

Metrics by window

WindowTrustUptimeSuccessp50p95PriceData
Last hour92100%————Low
Last 24h92100%————Low
Last 7 days92100%————Medium

Endpoints (36)

Schema API (all endpoints) ↗

Trust score is global for the provider. Latency, price and uptime are measured per endpoint (last 24h). Click a column to sort.

Endpoint
POST/v1/search/outcome/open-answer
Exa Answer parity — one x402 POST searches the open web, batch-scrapes top sources, and returns a cited answer via chat/fast. Hero floor ~$0.12 USDC; x402 settlement $0.63 worst-case.
100%—$0.63
POST/v1/search/outcome/web-search
Open-web search — one x402 POST discovers SERP candidates, ranks with BGE embeddings, optional page snippets. Pseudo-Exa on CF Browser + Workers AI.
100%—$0.37
POST/v1/exa/contents
Exa neural search API — contents. POST { query } for search or { urls } for contents. https://docs.exa.ai $0.270 USDC per request. Agent search: exa fetch, webpage contents, markdown extract, url reader.
100%—$0.27
POST/v1/exa/search
Exa neural search API — search. POST { query } for search or { urls } for contents. https://docs.exa.ai $0.102 USDC per request. Agent search: exa, neural search, semantic search, web search, people, company.
100%—$0.102
POST/v1/search/upsert/batch
Batch upsert up to 64 documents into a namespace. One paid request for agent memory ingest.
100%—$0.06
POST/v1/search/outcome/search-lite
Thin SERP search — one x402 POST fetches DuckDuckGo HTML and returns ranked title/url/snippet JSON. No browser scrape. $0.030 USDC per request. Tavily-parity entry SKU. Agent search: search lite, serp, tavily, web search, semantic search.
100%—$0.03
POST/v1/tavily/extract
Tavily API proxy — extract. JSON body matches https://docs.tavily.com/documentation/api-reference/introduction. Poll GET routes (research status, usage) are free; POST routes are x402. $0.022 USDC per request.
100%—$0.022
POST/v1/tavily/search
Tavily API proxy — search. JSON body matches https://docs.tavily.com/documentation/api-reference/introduction. Poll GET routes (research status, usage) are free; POST routes are x402. $0.022 USDC per request.
100%—$0.022
POST/v1/search
Semantic memory. Pay USDC per request.
100%—$0.01
POST/v1/recipes/cited-research-pack
Single-payment cited research pack on browser.gedx402.com — one x402 orchestrates safe-extract (Llama Guard + article extract), persist to R2, and cited RAG answer with session_token. POST { url, question, safe?: true }; partial failures return { step_failed, completed_steps, artifacts? }. MCP: gedx402_run_recipe { id: cited-research-pack, body }. Hero recipe in agents.json.
0%—$1.1
POST/v1/recipes/agent-memory-ingest
Single-payment agent memory ingest on browser.gedx402.com — one x402 orchestrates scrape lite, persist markdown to artifact storage, and SQL memory session with session_token. POST { url, key?, budget? }; partial failures return { step_failed, completed_steps, artifacts? }. x402 settlement $0.98. MCP: gedx402_run_recipe { id: agent-memory-ingest, body }. Hero recipe in agents.json.
0%—$0.98
POST/v1/vision/describe
Describe or answer questions about an image with Llama 3.2 11B Vision Instruct (@cf/meta/llama-3.2-11b-vision-instruct). POST image (base64) plus optional prompt; multimodal pricing includes image and text neurons.
0%—$0.884
POST/v1/browser/outcome/batch-scrape
Batch Scrape — parallel scrape-lite for up to 10 URLs in one x402 worst-case payment. POST { urls: string[] } on browser.gedx402.com; returns [{ url, markdown?, error? }]. Hero floor ~$0.02–$0.50 USDC (1–10 URLs). Discover: GET /v1/models?bundle=browser.
0%—$0.5
POST/v1/browser/outcome/persist
Extract & persist — one x402 payment extracts article or product from a URL, persists markdown to artifact storage, and returns { key, get_url, markdown }. POST { url, recipe: article|product, key? } on browser.gedx402.com. x402 settlement $0.24. Hero: GET /heroes/extract-persist.
0%—$0.24
POST/v1/browser/outcome/safe-extract
Sentinel-like safe extract — one x402 payment runs Llama Guard on page Markdown, then returns { safe, categories?, markdown?, ... } or blocks with reason. POST { url, recipe?: article|product|full } on browser.gedx402.com. x402 settlement $0.24. Omit recipe for guard + Markdown only. Discover: GET /v1/models?bundle=browser.
0%—$0.24
POST/v1/browser/outcome/extract
Single-hop browser outcome: one x402 payment runs markdown + article or product extract (or both for recipe full). POST { url, recipe: article|product|full, options? } on browser.gedx402.com. x402 settlement $0.22. Replaces multi-hop extract/article + extract/product for agents. Discover: GET /v1/models?bundle=browser.
0%—$0.22
POST/v1/browser/outcome/snapshot
Page Snapshot Pack — one x402 payment returns screenshot (base64) + Markdown + links[] from a URL. Firecrawl snapshot parity for agents. POST { url } on browser.gedx402.com. x402 settlement $0.15. Discover: GET /v1/models?bundle=browser.
0%—$0.15
POST/v1/browser/outcome/map
Site map — Firecrawl map parity: one x402 payment discovers same-site links from a seed URL via headless crawl (links fallback). POST { url } on browser.gedx402.com → { links: string[], count }. x402 settlement $0.12. Hero: GET /heroes/site-map. Discover: GET /v1/models?bundle=browser.
0%—$0.12
POST/v1/browser/outcome/json
Schema extract — Firecrawl extract parity: one x402 payment returns structured JSON from a URL using page AI extraction + your response_format schema. POST { url, response_format, prompt? } on browser.gedx402.com → { data }. x402 settlement $0.10. Hero: GET /heroes/schema-extract. Discover: GET /v1/models?bundle=browser.
0%—$0.1
POST/v1/recipes/social-ingest
Single-payment social ingest on social.gedx402.com — one x402 orchestrates SociaVault profile + recent posts for tiktok, instagram, youtube, twitter, facebook, linkedin, reddit, or threads. POST { platform, handle?, user_id?, url?, cursor? }; partial failures return { step_failed, completed_steps, artifacts? }. x402 settlement ~$0.05–$0.08. MCP: gedx402_run_recipe { id: social-ingest, body }.
0%—$0.08
POST/v1/browser/outcome/scrape
Scrape Lite — Firecrawl-parity clean Markdown from any URL. Single-hop outcome: POST { url } or GET ?url= on browser.gedx402.com. Hero floor ~$0.02 USDC. Alias: POST /v1/browser/markdown. Discover: GET /v1/models?bundle=browser.
0%—$0.05
GET/v1/browser/outcome/scrape
Scrape Lite — Firecrawl-parity clean Markdown from any URL. Single-hop outcome: POST { url } or GET ?url= on browser.gedx402.com. Hero floor ~$0.01 USDC; x402 settlement $0.05 worst-case. Alias: POST /v1/browser/markdown. Discover: GET /v1/models?bundle=browser.
0%—$0.05
POST/v1/social/outcome/posts
Recent posts/videos ingest via SociaVault — POST { platform, handle?, cursor? }. Returns platform-native posts feed with pagination cursor when available. x402 settlement $0.02.
0%—$0.02
POST/v1/social/outcome/profile
Social profile ingest via SociaVault on social.gedx402.com — POST { platform, handle? | user_id? | url? | channelId? | subreddit? } or GET ?platform=&handle=. Platforms: tiktok, instagram, youtube, twitter, facebook, linkedin, reddit, threads. x402 settlement $0.02. Hero: GET /heroes/social-profile.
0%—$0.02
POST/v1/social/outcome/transcript
Video/post transcript via SociaVault — POST { platform, url, ai_fallback? }. tiktok, instagram, youtube, facebook supported. ai_fallback uses 10 upstream credits. x402 settlement $0.02–$0.15.
0%—$0.02
POST/v1/social/proxy
Full SociaVault API proxy — POST { path: '/v1/scrape/...', method?, query?, body?, expected_credits? }. Access all 77+ SociaVault endpoints with operator-held key. x402 per call ($0.02–$0.15).
0%—$0.02
POST/v1/guard
Safety moderation with Llama Guard 3 8B (@cf/meta/llama-guard-3-8b). Alias for Llama Guard 3; POST messages[] to classify prompt/response policy violations before downstream LLM calls.
0%—$0.01
POST/v1/speech/transcribe
Transcribe speech to text with Whisper (@cf/openai/whisper). POST audio (base64) or audio URL; returns transcript text billed by audio duration.
0%—$0.0077
POST/v1/turnstile/verify
Validate a Cloudflare Turnstile widget token via siteverify. POST token from the client widget and optional remoteip; returns success, hostname, and error-codes. One verification per paid request.
0%—$0.006
POST/v1/browser/session/create
Headless browser Quick Action. POST url or html; pay USDC per request on any listed x402 network.
0%—$0.002
POST/v1/tts/{model}
Synthesize English voice reply — POST text; returns audio bytes billed by character count. Voice-agent output leg after chat/fast. Bundle: GET /v1/models?bundle=voice.
——$0.302
POST/v1/browser/{action}
Extract structured JSON from a page using Browser Run AI extraction. POST url or html; pay USDC per request on any listed x402 network.
——$0.1
POST/v1/search/{action}
Semantic search over your namespace — POST query text; returns top_k Vectorize matches with scores and metadata. Identical namespace+query within 300s may hit X-GED-Cache.
——$0.02
POST/v1/guard/{model}
Run safety moderation with Llama Guard 3 8B (@cf/meta/llama-guard-3-8b). POST messages or content to classify policy violations before downstream LLM calls.
——$0.01
POST/v1/asr/{model}
Transcribe speech to text with Whisper Tiny EN (@cf/openai/whisper-tiny-en). POST audio (base64) or audio URL; returns transcript text billed by audio duration.
——$0.0077
POST/v1/detect/{model}
Detect objects in an image with Detr Resnet 50 (@cf/facebook/detr-resnet-50). POST base64 image; returns bounding boxes and labels.
——$0.0042

Equivalent APIs

See all alternatives →

Same category, ranked by Trust score — switch to a more reliable or cheaper source.

100
OneShot
win.oneshotagent.comBase
Uptime
100%
Latency
—
Price / call
$0.001 – $0.05
Endpoints
90
100
Exa
api.exa.aiBase
Uptime
100%
Latency
—
Price / call
$0.001 – $0.007
Endpoints
4
95
x402-trading.useotto.xyz
x402-trading.useotto.xyzBase
Uptime
100%
Latency
—
Price / call
$0.001 – $0.00105
Endpoints
7
94
BlockRun.ai
blockrun.aiBaseSolana
Uptime
100%
Latency
—
Price / call
$0.001 – $5
Endpoints
307
92
Strale
api.strale.ioBase
Uptime
100%
Latency
—
Price / call
$0.01 – $1.08
Endpoints
355
92
Itsgloria
api.itsgloria.aiBase
Uptime
100%
Latency
—
Price / call
$0.03 – $0.1
Endpoints
8