Google Maps Business Leads Scraper Pro (Phones & Leads) avatar

Google Maps Business Leads Scraper Pro (Phones & Leads)

Pricing

from $3.40 / 1,000 lead scrapeds

Go to Apify Store
Google Maps Business Leads Scraper Pro (Phones & Leads)

Google Maps Business Leads Scraper Pro (Phones & Leads)

Extract B2B local business leads from Google Maps with phone numbers, addresses, ratings, and website detection. Only $4.00/1K.

Pricing

from $3.40 / 1,000 lead scrapeds

Rating

0.0

(0)

Developer

viralanalyzer

viralanalyzer

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Google Maps Business Leads Scraper Pro 📍

🔗 View on Apify Store | 🇺🇸 English | 🇧🇷 Português


🇺🇸 English

Overview

Extract B2B local business leads from Google Maps with verified phone numbers, complete physical addresses, ratings, GPS coordinates, and website detection. Build local prospect lists without Google Places API keys.

Features

  • Local Phone Numbers: phone exactly as Google publishes it, ready for cold calling and WhatsApp. null when the listing has none
  • Addresses: formattedAddress as Google writes it, plus neighborhood, city, state and the two-letter country
  • Website Detection: Instantly flags businesses that lack a website (prime leads for agencies)
  • Reputation Metrics: Average rating (1-5 stars) and full category list
  • Precise GPS Coordinates: Latitude and longitude coordinates for geographical mapping

Input Example

{
"searchTerms": [
"Dentists in Miami FL",
"Real Estate Agencies in Austin TX"
],
"maxLeads": 50,
"onlyWithoutWebsite": false
}

Output Example

{
"placeId": "ChIJ8WVD9Z622YgRTsE_RcBq1Qk",
"ftid": "0x88d9b6b6f54365f1:0x9d56ac0d453fc14e",
"name": "Relax and Smile Dental Care",
"category": "Dentist",
"categories": ["Dentist", "Cosmetic dentist", "Dental implants periodontist"],
"phone": "+1 786-983-4812",
"formattedAddress": "1441 Brickell Ave Suite 200, Miami, FL 33131, United States",
"neighborhood": "Brickell",
"city": "Miami",
"state": "FL",
"country": "US",
"timezone": "America/New_York",
"rating": 4.9,
"reviewsCount": null,
"website": "https://www.relaxandsmile.com/",
"hasWebsite": true,
"latitude": 25.7763227,
"longitude": -80.1887702,
"isTemporarilyClosed": null,
"dataSource": "google-maps-search",
"query": "dentists in Miami",
"scrapedAt": "2026-08-26T03:00:00.000Z"
}

Field notesreviewsCount and isTemporarilyClosed are returned as null: Google's search response does not carry them, and this actor reports absent data as null rather than estimating it. placeId is the canonical Google Place ID (ChIJ...); ftid is the feature id (0x...:0x...) used in Google Maps URLs.

Input Parameters

ParameterTypeDescription
searchTermsstring[]Required. Search terms with location (e.g. ["Dentists in Miami FL", "Plumbers in London"])
maxLeadsnumberMaximum leads to extract (default: 10)
onlyWithoutWebsitebooleanKeep only businesses with no website (default: false)
proxyConfigurationobjectApify Proxy configuration (Residential recommended)

Tips

  • Be specific with location terms (e.g. Dentists in Downtown Miami instead of just Dentists)
  • Filter by hasWebsite: false in your CRM to find high-converting prospects for web design services

Use Cases

  • Local B2B Sales — Prospect local businesses for marketing, SaaS, and financial services
  • Web Agency Outreach — Find established businesses that need a modern website or SEO overhaul
  • Market Density Mapping — Analyze competitor presence and ratings across target cities

✅ Capabilities & Limits

Stated up front, so you do not pay a run to find out.

Built here: data comes from Google's undocumented internal /search?tbm=map&pb=... endpoint. The pb parameter is session-scoped and cannot be hardcoded, so each query first loads the Maps search shell, extracts the signed href, then parses the XSSI-guarded JSON with empirically mapped field offsets - two plain HTTP requests per query, no browser and no Places API key.

Input / featureSupportedNotes
searchTermsrequiredList of local business search terms (e.g. 'restaurants in Miami', 'dentists in Austin, TX', 'plumbers in London').
Result volume (maxLeads)⚠️Maximum number of business leads to extract.
onlyWithoutWebsiteIf true, extracts only businesses that lack a website (ideal for web design and agency outreach).
Proxy⚠️Proxy settings. Apify residential proxies are recommended for heavy bulk scraping.
Input field named searchQueriesthe field is searchTerms (queries and locations are also accepted as aliases)
Review countreviewsCount is always null — the search payload carries the star rating but no total. Reading it needs the place page
Opening hoursnot in the search payload
Open / temporarily closed statusisTemporarilyClosed is always null
Postal code as its own fieldit appears inside formattedAddress when Google includes it; there is no separate postalCode
E-mailGoogle Maps listings do not carry one

FAQ

Q: Does it require Google Cloud API keys? A: No. The Actor scrapes public Google Maps results without API keys or usage fees from Google.

Q: Can I extract leads from any country? A: Yes. Write the location into the search term itself — "plumbers in London", "dentistas em São Paulo" — since there is no separate country or city parameter.


🇧🇷 Português

Visão Geral

Extraia leads B2B de empresas locais do Google Maps com telefones verificados, endereços físicos completos, notas, coordenadas GPS e detecção de website. Monte listas de prospecção local sem chaves da API do Google Places.

Funcionalidades

  • Telefones Locais: phone exatamente como o Google publica, pronto para cold calling e WhatsApp. null quando a ficha não tem telefone
  • Endereços: formattedAddress como o Google escreve, mais neighborhood, city, state e o country de duas letras
  • Detecção de Website: Identifica empresas que não possuem site (leads quentes para agências)
  • Métricas de Reputação: Nota média (1-5 estrelas) e lista completa de categorias
  • Coordenadas GPS Precisas: Latitude e longitude para mapeamento geográfico

Exemplo de Entrada

{
"searchTerms": [
"Dentists in Miami FL",
"Real Estate Agencies in Austin TX"
],
"maxLeads": 50,
"onlyWithoutWebsite": false
}

Exemplo de Saída

{
"placeId": "ChIJ8WVD9Z622YgRTsE_RcBq1Qk",
"ftid": "0x88d9b6b6f54365f1:0x9d56ac0d453fc14e",
"name": "Relax and Smile Dental Care",
"category": "Dentist",
"categories": ["Dentist", "Cosmetic dentist", "Dental implants periodontist"],
"phone": "+1 786-983-4812",
"formattedAddress": "1441 Brickell Ave Suite 200, Miami, FL 33131, United States",
"neighborhood": "Brickell",
"city": "Miami",
"state": "FL",
"country": "US",
"timezone": "America/New_York",
"rating": 4.9,
"reviewsCount": null,
"website": "https://www.relaxandsmile.com/",
"hasWebsite": true,
"latitude": 25.7763227,
"longitude": -80.1887702,
"isTemporarilyClosed": null,
"dataSource": "google-maps-search",
"query": "dentists in Miami",
"scrapedAt": "2026-08-26T03:00:00.000Z"
}

Notas de camporeviewsCount e isTemporarilyClosed vêm como null: a resposta de busca do Google não traz esses dados, e este actor reporta ausência como null em vez de estimar. placeId é o Google Place ID canônico (ChIJ...); ftid é o feature id (0x...:0x...) usado nas URLs do Google Maps.

Parâmetros de Entrada

ParâmetroTipoDescrição
searchTermsstring[]Obrigatório. Termos de busca com localização (ex: ["Dentistas em SP", "Advogados no RJ"])
maxLeadsnumberMáximo de leads a extrair (padrão: 10)
onlyWithoutWebsitebooleanRetorna só empresas sem website (padrão: false)
proxyConfigurationobjectConfiguração de Proxy Apify (Residencial recomendado)

Dicas

  • Seja específico com bairros e cidades (ex: Dentistas no Jardins SP em vez de apenas Dentistas)
  • Filtre por hasWebsite: false no seu CRM para encontrar clientes ideais para serviços de criação de sites

Casos de Uso

  • Vendas B2B Locais — Prospecção de empresas para serviços de marketing, software e consultoria
  • Prospecção de Agências Web — Localize empresas sem site para oferta de criação de websites
  • Mapeamento de Mercado — Analise a densidade de concorrentes e notas médias por região

Perguntas Frequentes

P: Precisa de chave de API do Google Cloud? R: Não. O Actor extrai dados públicos do Google Maps sem taxas ou chaves do Google.

P: Funciona para qualquer país e cidade? R: Sim. Escreva a localização dentro do próprio termo de busca — "dentistas em São Paulo", "plumbers in London" — já que não existe parâmetro separado de país ou cidade.


💰 Pricing

$0.004 per lead scraped, plus the Apify platform usage of the run, billed to you at Apify's standard rates and shown on the run page.

This actor uses Pay Per Event (PPE) pricing — you pay per item scraped (lead-scraped). Apify platform usage (compute and proxy) is billed to you by Apify, separately from that price. See the current price on the Pricing panel of this actor's Apify Store page.



📝 Changelog

  • v1.0.0 (2026-08-20) — Initial release: full extraction, Pay-Per-Event pricing, and automated proxy support

License

ISC © 2026 Viral Analyzer Platform


💡 Need AI analysis on top of this data — sentiment, trend detection and a dashboard, with no API keys to manage?
ViralAnalyzer runs this actor + 42 more data sources with built-in AI. JSON + insights in one call.