Leads Finder : listes de prospects B2B depuis Google + Yelp

Génération de leads B2B et locaux depuis Google et Yelp. Renvoie nom d'entreprise, site, email, téléphone, adresse, catégorie et notes clients. Extraction d'emails optionnelle qui crawle la page d'accueil et la page contact de chaque entreprise. Alternative Apollo.io, sans login ni clé API.

Ouvrir sur Apify → Essayer maintenant
Tarif
$1,50/1k leads + $0,50 start
RAM
128 Mo
Sources
Google + Yelp
Extraction email
Intégrée
Couverture
Globale, géo-aware
Type
Alternative Apollo.io

Ce que vous obtenez par lead

Cas d'usage principaux

Exemple API

# Find B2B leads from Google and Yelp in one run
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~leads-finder/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "queries": ["digital marketing agency", "web design company"],
    "location": "New York, NY",
    "sources": ["google", "yelp"],
    "maxLeadsPerQuery": 50,
    "extractEmails": true
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/leads-finder

Intégrations

Exemple de sortie

{
  "name": "Acme Digital Marketing",
  "website": "https://acmedigital.com",
  "emails": ["[email protected]"],
  "phone": "+1-212-555-0123",
  "address": "123 Madison Ave",
  "city": "New York",
  "state": "NY",
  "country": "US",
  "category": "Digital Marketing Agency",
  "rating": 4.8,
  "review_count": 127,
  "linkedin_url": "https://www.linkedin.com/company/acme-digital",
  "source": "google",
  "search_query": "digital marketing agency New York, NY",
  "scraped_at": "2026-06-13T10:00:00.000Z"
}

Actors associés

Ouvrir sur Apify → Essayer maintenant (offre gratuite disponible)