# AgentWeb > A structured business directory API designed for AI agents. 11M+ businesses across 195 countries. AgentWeb provides clean, structured business data via REST API. No scraping, no parsing HTML — just JSON. ## API Base URL: https://api.agentweb.live/v1 Auth: X-API-Key header (get free key at https://agentweb.live) ### Endpoints - GET /v1/search?q={query}&lat={lat}&lng={lng}&radius_km={radius}&country={cc}&limit={n} Search businesses by name, category, or location. Returns structured results with name, phone, email, hours, coordinates, trust scores. - GET /v1/business/{id} Get full details for a single business by ID. - GET /v1/health API status and statistics. ## MCP Server Install: npx agentweb-mcp npm: https://www.npmjs.com/package/agentweb-mcp GitHub: https://github.com/zerabic/agentweb-mcp ## Links - Website: https://agentweb.live - API Docs: https://agentweb.live/docs - GitHub: https://github.com/zerabic/agentweb-mcp