SnoopScan
← The whole library

Company profiles for your agent

Company data from a domain: industry, headcount, founded year, phone, address, LinkedIn and published emails.

Company profiles

Live Companies · SnoopScan · Worldwide 3 credits

Give it a company's website and get back what the company publishes about itself, from its homepage, contact and about pages. Each email is marked as a shared inbox like sales@ or a named person's. Used to enrich CRM records and qualify leads.

What you get
  • Company name
  • Description
  • Industry
  • Headcount
  • Founded year
  • Phone
  • Address
  • LinkedIn
  • Social profiles
  • Emails
  • Contact form
Actions
Enrich a company
How to use it
An agent calls company on the same MCP connection as every other tool.
Your code calls POST /v1/company with your API key.
Try asking your agentUse SnoopScan to enrich stripe.com: industry, headcount, LinkedIn page and published contact emails.
Example response
{
  "domain": "acmeroofing.example",
  "company": {
    "name": "Acme Roofing",
    "industry": "Construction",
    "headcount": "11-50",
    "foundedYear": 1998,
    "phone": "+1 713-555-0199",
    "linkedin": "https://www.linkedin.com/company/acmeroofing-example"
  },
  "contacts": {
    "emails": [{ "email": "[email protected]", "role": true, "onDomain": true }],
    "social": { "facebook": "https://www.facebook.com/acmeroofing.example" }
  }
}