{"x402Version":2,"name":"AgentGate","description":"Pay-per-call micro-APIs for AI agents: web content extraction, airport data, route distances, DNS intelligence. USDC on Base via x402.","resources":[{"resource":"https://agentgate-x402.netlify.app/api/extract","type":"http","method":"GET","description":"Web content extraction: fetch any public URL and get clean readable text, title, meta description, OpenGraph data, headings, links and word count as JSON. Built for AI agents that need web page content without HTML noise.","price":"$0.005","accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xe9f84980400e8152173acc44a049e0ccc86eea47","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","price":"$0.005"}],"input":{"type":"http","method":"GET","queryParams":{"url":"https://example.com/article"}},"inputSchema":{"properties":{"url":{"type":"string","description":"http(s) URL of the page to extract"}},"required":["url"]},"lastUpdated":"2026-07-02T00:00:00Z"},{"resource":"https://agentgate-x402.netlify.app/api/airport","type":"http","method":"GET","description":"Airport lookup: IATA/ICAO code to airport name, coordinates, elevation, country, region, municipality, size and scheduled-service flag. Covers 49,000+ airports worldwide (OurAirports data).","price":"$0.002","accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xe9f84980400e8152173acc44a049e0ccc86eea47","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","price":"$0.002"}],"input":{"type":"http","method":"GET","queryParams":{"code":"DXB"}},"inputSchema":{"properties":{"code":{"type":"string","description":"3-letter IATA or 4-letter ICAO airport code"}},"required":["code"]},"lastUpdated":"2026-07-02T00:00:00Z"},{"resource":"https://agentgate-x402.netlify.app/api/route","type":"http","method":"GET","description":"Airport-to-airport route info: great-circle distance in km/nm/mi plus estimated flight time between any two of 49,000+ airports. Useful for travel planning, logistics and aviation agents.","price":"$0.002","accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xe9f84980400e8152173acc44a049e0ccc86eea47","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","price":"$0.002"}],"input":{"type":"http","method":"GET","queryParams":{"from":"JFK","to":"LHR"}},"inputSchema":{"properties":{"from":{"type":"string","description":"origin IATA/ICAO code"},"to":{"type":"string","description":"destination IATA/ICAO code"}},"required":["from","to"]},"lastUpdated":"2026-07-02T00:00:00Z"},{"resource":"https://agentgate-x402.netlify.app/api/dns","type":"http","method":"GET","description":"Domain DNS intelligence: A/AAAA/CNAME/MX/NS/TXT records with TTLs plus a summary (resolves, mail configured, SPF policy, site-verification tokens). Useful for domain research, lead enrichment and security agents.","price":"$0.002","accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xe9f84980400e8152173acc44a049e0ccc86eea47","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","price":"$0.002"}],"input":{"type":"http","method":"GET","queryParams":{"domain":"openai.com"}},"inputSchema":{"properties":{"domain":{"type":"string","description":"domain name to inspect"}},"required":["domain"]},"lastUpdated":"2026-07-02T00:00:00Z"}]}