Leads Finder: B2B-Prospekt-Listen aus Google + Yelp

B2B- und lokale Lead-Generierung aus Google-Suchergebnissen und Yelp. Liefert Firmenname, Website, E-Mail, Telefon, Adresse, Kategorie und Kundenbewertungen. Optionale automatische E-Mail-Extraktion crawlt jede Firmen-Homepage und Kontaktseite. Apollo.io-Alternative, kein Login oder API-Key nötig.

Auf Apify öffnen → Jetzt testen
Preis
$1,50/1k Leads + $0,50 Start
RAM
128MB
Quellen
Google + Yelp
E-Mail-Extraktion
Integriert
Abdeckung
Global, ortsbasiert
Typ
Apollo.io-Alternative

Was Sie pro Lead erhalten

Hauptanwendungsfälle

API-Beispiel

# 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

Integrationen

Output-Beispiel

{
  "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"
}

Verwandte Actors

Auf Apify öffnen → Jetzt testen (Free-Tier verfügbar)