← API Catalog
Apify·Async

Google Maps No-Website Leads Scraper

Knowledge & Data$0.0026 / Place scraped

What it does

Find local businesses with NO website on Google Maps (google.com/maps) — name, category, address, phone, rating, reviews, and a 0–100 lead score. Geo-accurate to your radius and ready for phone & social outreach. Pay per result, no code.

Returns: Find local businesses with NO website on Google Maps (google.com/maps) — name, category, address, phone, rating, reviews, and a 0–100 lead score. Geo-accurate to your radius and ready for phone & social outreach. Pay per result, no code.

Parameters

ParameterTypeRequiredDescription
glselectNoCountry to bias the search and geocoding toward.
hltextNoResult language (2-letter code, e.g. "en").
querytextNoListing search keywords. Enter a single term or a JSON array for multi-query runs.
compactbooleanNoReturn only core fields. Reduces payload size for LLM pipelines and agent tools.
categorytextNoKeep only businesses whose Google category contains this text (case-insensitive).
locationtextNoCity, area, or region to search within, e.g. "Austin, TX" or "Manchester, UK".
minRatingnumberNoOnly keep businesses with at least this star rating (0–5). Leave empty for no minimum.
startUrlsarrayNoOne or more direct search or listing detail URLs to process. When set, other search filters are ignored.
maxResultsnumberNoMaximum number of businesses to return.
minReviewsnumberNoOnly keep businesses with at least this many reviews.
webhookUrltextNoReceives a JSON POST with the run's leads after the run finishes (n8n / Make / Zapier / custom).
whatsappTotextNoRecipient phone in E.164 format without + (e.g. "15125550100").
searchTermsarrayNoWhat to search for, e.g. "plumber", "roofer", "dentist". Add several to scan multiple categories in one run.
appConnectortextNoOptional. Pick a connected app under Settings → API & Integrations to receive your results (including contact details like phone and email where available). Notion is supported today (a run-summary page); other MCP connectors are best-effort as Apify expands its catalog.
mcpIssueTeamtextNoOnly when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one.
requirePhonebooleanNoKeep only businesses that list a phone number (recommended for outreach).
telegramTokentextNoTelegram bot token (from @BotFather). Required for Telegram notifications.
includeDetailsbooleanNoFetch the detail page for each listing to retrieve the full description text and contact information. Increases run time and cost. Leave off for a fast, low-cost run.
searchRadiusKmnumberNoHow far from the location centre to include results. Results outside the radius are dropped.
telegramChatIdtextNoTelegram chat or channel ID. Required when a Telegram token is set.
webhookHeadersjsonNoOptional JSON object of custom headers (e.g. {"Authorization":"Bearer ..."}).
slackWebhookUrltextNoSlack incoming webhook URL.
descriptionFormatselectNoChoose which representation of the listing description to include. all keeps every variant; the others keep only the selected one.
discordWebhookUrltextNoDiscord incoming webhook URL.
notificationLimitnumberNoMaximum number of listings included in each notification message (1–20).
notifyOnlyChangesbooleanNoOnly send notifications for businesses that are new or changed since the previous run.
searchRadiusMilesnumberNoOptional alternative to km. Used only when the km radius is left empty.
excludeEmptyFieldsbooleanNoDrop null, empty-string, and empty-array fields from each record before output. Reduces payload size.
whatsappAccessTokentextNoWhatsApp Cloud API access token. The recipient must have messaged your business number within the last 24h.
whatsappPhoneNumberIdtextNoYour WhatsApp Business phone-number ID. Required when a WhatsApp token is set.

Endpoints

GET/v1/agents/resources/inspect/apify.blackfalcondata.google-maps-no-website-leads-scraperPublic
POST/v1/agents/resources/estimate/apify.blackfalcondata.google-maps-no-website-leads-scraperPublic
POST/v1/agents/resources/run/apify.blackfalcondata.google-maps-no-website-leads-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.blackfalcondata.google-maps-no-website-leads-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data