从 Google 搜索结果与 Yelp 生成 B2B 与本地潜客。返回公司名、网站、邮箱、电话、地址、类别与客户评分。可选自动邮箱提取,会爬取每家公司主页与联系页。Apollo.io 替代,无需登录或 API key。
# 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
{
"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"
}