Leads Endpoints
Search for business leads from Google Maps across 200+ countries. Find local businesses with websites, phone numbers, and addresses.
Overview
The Leads endpoints help you discover businesses worldwide: • **Google Maps Search** - Find local businesses by query and location (£0.030/request) • **Sources** - List available lead sources (FREE) • **Countries** - Check coverage for any country (FREE) Google Maps results include websites and phone numbers, making them ready for enrichment and outreach.
Google Maps Search
Search for businesses on Google Maps. **Endpoint:** `POST /v1/leads/search/maps` **Request:** ```json { "query": "web design agencies", "location": "London, UK", "limit": 20 } ``` **Response:** ```json { "success": true, "data": { "businesses": [ { "name": "Digital Agency Ltd", "address": "123 High Street, London", "phone": "+44 20 1234 5678", "website": "digitalagency.co.uk", "rating": 4.8, "reviewCount": 156, "category": "Web Design Agency", "placeId": "ChIJ..." } ], "total": 20, "hasMore": true }, "usage": { "cost": 0.03, "balanceRemaining": 19.97 } } ``` **Cost:** £0.030 per search Results include business name, address, phone, website, ratings, and Google place ID.
List Sources
Get a list of available lead sources. **Endpoint:** `GET /v1/leads/sources` **Response:** ```json { "success": true, "data": { "sources": [ { "id": "google_maps", "name": "Google Maps", "type": "api", "countries": ["*"], "costPerRequest": 0.03, "globalCoverage": true } ], "total": 1 } } ``` **Cost:** FREE
List Countries
Check coverage for any country. Google Maps provides global coverage. **Endpoint:** `GET /v1/leads/countries` **Response:** ```json { "success": true, "data": { "globalCoverage": true, "source": "google_maps", "note": "Google Maps covers 200+ countries worldwide" } } ``` **Cost:** FREE
Related Articles
Enrichment Endpoints
Enrich your leads with verified contact information.
Email Endpoints
Find and verify emails for your leads.
Rate Limits
Understand API rate limits, response headers, and best practices for handling rate limit errors gracefully.
SEO Endpoints
Generate SEO reports, analyze performance, track keyword rankings, and monitor Core Web Vitals.