Restaurant Lead Finder avatar

Restaurant Lead Finder

Pricing

Pay per usage

Go to Apify Store
Restaurant Lead Finder

Restaurant Lead Finder

Find restaurants in any city with verified contacts, validated emails, and lead scores. Built for restaurant tech, delivery platforms, and POS companies.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

George Kioko

George Kioko

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Restaurant Lead Finder - Food & Beverage Marketing Leads

Find, enrich, and score restaurant leads from Google Maps. Built for restaurant tech companies, delivery platforms, and POS companies who need verified contact data and qualified lead lists.

What it does

  1. Scrapes Google Maps for restaurants matching your search query
  2. Enriches each restaurant with website data, emails, and social profiles
  3. Validates emails to ensure deliverability
  4. Scores and ranks leads using a restaurant-tuned scoring algorithm where reviews and social presence matter most

Why this exists

Restaurants live and die by reviews and social media. Generic lead scrapers weight phone and email equally, but in F&B, a restaurant with 500 reviews and active Instagram is a far better lead than one with just an email. This tool scores restaurants the way the industry actually works.

Input examples

{
"searchQuery": "restaurants in Austin TX",
"maxResults": 50,
"enrichWebsites": true,
"validateEmails": true,
"minRating": 3.5
}

More search queries that work well:

  • "Italian restaurants San Francisco"
  • "coffee shops Portland OR"
  • "sushi restaurants New York"
  • "Mexican restaurants Los Angeles"
  • "pizza places Chicago"
  • "fine dining restaurants Miami"

Output fields

FieldDescription
rankPosition in scored results (1 = best lead)
leadScore0-100 quality score tuned for restaurant vertical
restaurantNameRestaurant name
verticalAlways "restaurant"
categoryGoogle Maps category (cuisine type)
addressFull street address
phonePhone number
websiteRestaurant website URL
ratingGoogle Maps rating
reviewCountNumber of Google reviews (heavily weighted)
emailsArray of found emails with validation status
socialProfilesInstagram, Facebook, TikTok, etc.
enrichmentRaw website enrichment data
aiAnalysisAI-powered sales intelligence (optional)

Scoring algorithm (restaurant-tuned)

SignalPointsWhy
Has phone+15Reservations and orders
Has website+15Online presence baseline
Has email+15Outreach channel
Email validated+10Deliverable = actionable
Rating >= 4.0+20Rating is everything in F&B
Rating >= 4.5+5 bonusTop-tier restaurant
Reviews > 50+15Reviews are KING for restaurants
Reviews > 200+10 bonusHigh-volume established venue
Social profiles+10Social is critical for F&B marketing

Pricing

$25 per search (pay-per-event). Each search scrapes, enriches, validates, and scores up to your maxResults limit.

Who this is for

  • Restaurant marketing agencies
  • POS system sales teams (Toast, Square, Clover)
  • Delivery platform partnerships (DoorDash, UberEats, Grubhub)
  • Restaurant tech companies (reservation systems, loyalty apps)
  • Food photography and branding agencies
  • Restaurant supply companies

Architecture

graph TD
A[Search Query] --> B[Google Maps Scraper]
B --> C[Website Enricher]
C --> D[Email Validator]
D --> E[Restaurant Lead Scorer]
E --> F[Ranked Lead List]
F --> G[Optional: AI Analysis]