SnoopScan
← The whole library

Find Leads for your agent

Local business leads with phone, website, address, rating and contact emails, from Google Maps, BBB and Yellow Pages.

Find Leads

Live Businesses · SnoopScan · Worldwide 2 credits a lead

Give it a trade and a town, such as roofers in Houston, TX, and get back a list of businesses to contact. A business listed on more than one directory is merged into one lead, and its website is read for the emails and social profiles it publishes. Used to build sales prospect lists and map a local market.

What you get
  • Business name
  • Category
  • Phone
  • Website
  • Address
  • Rating and reviews
  • Years in business
  • Checked emails
  • Social profiles
  • Contact form
  • People by role
Actions
Find leadsFollow a run
How to use it
An agent calls findLeads, leadsStatus on the same MCP connection as every other tool.
Your code calls POST /v1/leads with your API key.
Try asking your agentUse SnoopScan to find 25 plumbers in Austin, TX with their phone numbers, websites and contact emails.
Example response
{
  "leads": [{
    "name": "Lone Star Plumbing",
    "category": "Plumber",
    "phone": "+1 512-555-0142",
    "website": "https://lonestarplumbing.example",
    "address": "4800 Burnet Rd, Austin, TX 78756",
    "rating": 4.8,
    "reviewCount": 212,
    "emails": [{ "email": "[email protected]", "status": "role" }],
    "sources": ["maps", "bbb"]
  }],
  "summary": { "leads": 25, "withPhone": 25, "withEmail": 17 }
}