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.
Pricing
$1.50/1k leads + $0.50 start
Coverage
Global, location-aware
Type
Apollo.io alternative
What you get per lead
- Identity: business name, category, description, source (google or yelp), search_query
- Contact: website URL, emails extracted live from the homepage, phone number
- Location: address, city, state, country
- Trust signals: rating (1 to 5 stars), review_count
- Social: LinkedIn company URL when present in the SERP snippet
- Provenance: source_url for the SERP page, scraped_at timestamp
Primary use cases
- Cold outreach prospect lists. Build a list of digital marketing agencies in New York with email and phone for an outbound campaign
- Local business intelligence. Map every plumber, dentist or restaurant in a city with ratings and review counts
- CRM pipeline enrichment. Push search queries in, pre-enriched leads with emails out
- Apollo.io alternative. No subscription, no credit limits, no login. Pay only for the leads you keep
- Competitor research. Discover every business operating in your niche and location
- Partner discovery. Find prospective resellers, integrators or affiliates by service category
API example
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
}'
Integrations
- n8n, Make, Zapier: trigger runs and route leads to your CRM or outreach tool
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- HubSpot, Pipedrive, Salesforce: direct CRM push via Apify 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