Leads Finder:来自 Google + Yelp 的 B2B 潜客列表

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

在 Apify 打开 → 立即试用
定价
$1.50/千潜客 + $0.50 启动
内存
128MB
来源
Google + Yelp
邮箱提取
内建
覆盖
全球,按地点
类型
Apollo.io 替代

每条潜客可得

主要用例

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

集成

输出示例

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

相关 Actor

在 Apify 打开 → 立即试用 (提供免费额度)