Hoppa till innehåll
Meirra
Tillbaka till API-dokumentationen

Översikt

Leads-endpoints hjälper dig att hitta företag globalt: • **Google Maps Search** – hitta lokala företag per sökterm och plats (0,40 kr/förfrågan) • **Sources** – lista tillgängliga leadskällor (GRATIS) • **Countries** – kontrollera täckning per land (GRATIS) Google Maps-resultat innehåller webbplatser och telefonnummer, redo för berikning och outreach.

Lista källor

Hämta listan med tillgängliga leadkällor. **Endpoint:** `GET /v1/leads/sources` **Svar:** ```json { "success": true, "data": { "sources": [ { "id": "google_maps", "name": "Google Maps", "type": "api", "countries": ["*"], "costPerRequest": 0.03, "globalCoverage": true } ], "total": 1 } } ``` **Kostnad:** GRATIS

Lista länder

Kontrollera täckningen för valfritt land. Google Maps har global täckning. **Endpoint:** `GET /v1/leads/countries` **Svar:** ```json { "success": true, "data": { "globalCoverage": true, "source": "google_maps", "note": "Google Maps covers 200+ countries worldwide" } } ``` **Kostnad:** GRATIS

Behöver du mer hjälp?

Kontakta support