{"name":"agent-marketplace-proxy","description":"Agent APIs on x402 (Google SERP, B2B email finder + verifier, web scrape, flight price metrics). Free tier on every endpoint, premium x402 USDC tier when you need cached / SLA. No API key, no signup.","network":"base","payTo":"0x3779CF84772Dd4B63141Dc0eBB9Bc6d90B65e75b","documentation_url":"https://github.com/yayashuxue/agent-marketplace-app/blob/main/docs/scenarios.md","services":[{"path":"/search","method":"POST","price":"$0.001","description":"Google SERP — top organic results as JSON","documentation_url":"https://github.com/yayashuxue/agent-marketplace-app/blob/main/docs/scenarios.md#serp","input_schema":{"type":"object","required":["q"],"properties":{"q":{"type":"string","description":"search query"},"location":{"type":"string","description":"DataForSEO location_name","default":"United States"},"num":{"type":"integer","description":"top-N organic results","default":10,"maximum":100}}}},{"path":"/email/find","method":"POST","price":"$0.005","description":"Find a B2B email by domain + name (Hunter.io upstream)","documentation_url":"https://github.com/yayashuxue/agent-marketplace-app/blob/main/docs/scenarios.md#email-find","input_schema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"company domain, e.g. stripe.com"},"first_name":{"type":"string","description":"(optional) target person's first name — if omitted, returns top emails at the domain"},"last_name":{"type":"string","description":"(optional) target person's last name"}}}},{"path":"/email/verify","method":"POST","price":"$0.002","description":"Verify an email address is deliverable (Hunter.io upstream)","documentation_url":"https://github.com/yayashuxue/agent-marketplace-app/blob/main/docs/scenarios.md#email-verify","input_schema":{"type":"object","required":["email"],"properties":{"email":{"type":"string","description":"email address to verify"}}}},{"path":"/scrape","method":"POST","price":"$0.001","description":"Fetch any public webpage as LLM-ready Markdown (Jina Reader upstream)","documentation_url":"https://github.com/yayashuxue/agent-marketplace-app/blob/main/docs/scenarios.md#scrape","input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"absolute http(s) URL of the page to read"}}}},{"path":"/flight/price-metric","method":"POST","price":"$0.001","description":"Premium tier flight fare distribution (Q1/median/Q3) with cache + SLA. Free at /try/flight/price-metric. Upstream: Travelpayouts (primary) or Amadeus (fallback).","documentation_url":"https://github.com/yayashuxue/agent-marketplace-app/blob/main/docs/scenarios.md#flight-price-metric","input_schema":{"type":"object","required":["origin","dest","date"],"properties":{"origin":{"type":"string","description":"origin IATA airport code (3 letters), e.g. SFO"},"dest":{"type":"string","description":"destination IATA airport code (3 letters), e.g. NRT"},"date":{"type":"string","description":"departure date (YYYY-MM-DD)"},"currency":{"type":"string","description":"ISO 4217 currency code (default USD)"}}}}],"repo":"https://github.com/yayashuxue/agent-marketplace-proxy"}