Leads Finder: B2B Prospect Lists from Google + Yelp

B2B and local lead generation from Google search results and Yelp. Returns business name, website, email, phone, address, category and customer ratings. Optional automatic email extraction crawls each company homepage and contact page. Apollo.io alternative, no login or API key required.

Open on Apify → Try it now
Pricing
$1.50/1k leads + $0.50 start
RAM
128MB
Sources
Google + Yelp
Email extraction
Built-in
Coverage
Global, location-aware
Type
Apollo.io alternative

What you get per lead

Primary use cases

API example

# 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

Integrations

Output sample

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

Related Actors

Open on Apify → Try it now (free tier available)