# search402 > Web search and page fetch for AI agents. Pay $0.005 USDC per call via x402. No API key needed. ## Endpoints ### GET /v1/search?q={query} Search the web. Returns structured results with titles, URLs, and snippets. Parameters: q (required), num (1-20, default 10), gl (country, default us), type (search|news|images) Price: $0.005 USDC per call on Base (x402 payment required) ### GET /v1/fetch?url={url} Fetch any URL and get clean markdown content. Parameters: url (required) Price: $0.005 USDC per call on Base (x402 payment required) ## Payment Uses x402 protocol. First request returns 402 with payment instructions. Pay with USDC on Base, retry with payment proof. ## Links - API: https://search402.dev - Docs: https://search402.dev/.well-known/x402.json - GitHub: https://github.com/search402