Company Insights
company_insightsRetrieve structured company insights—firmographics, size, revenue, industry—by submitting domains or company URLs for enrichment.
Instructions
Get structured company-level insight data from Outscraper.
Best for:
enriching known companies or domains
pulling structured company metadata instead of raw search results
larger async enrichment jobs that can be tracked later with requests_get
Prefer this tool when:
the user already has domains or company URLs
the goal is firmographics, company profile data, size, revenue, industry, or founding details
you want structured company enrichment rather than contact extraction
Use async mode when:
you send many companies at once
the endpoint is expected to do expensive enrichment work
Use emails_and_contacts instead when:
the user mainly wants emails, phones, socials, or people/contact data
company profile enrichment is secondary to lead/contact discovery
Returns:
direct response payload in sync mode
async request metadata in async mode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Deprecated compatibility flag. Prefer execution_mode. | |
| query | Yes | One or more company domains, company names, or URLs supported by Outscraper. | |
| fields | No | Specific company insight fields to return. Leave empty to receive the default payload. | |
| webhook | No | Optional webhook URL for async completion. | |
| enrichments | No | Optional enrichments supported by Outscraper for company insights. | |
| execution_mode | No | Execution strategy. Use auto to let the MCP server choose between sync and async. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| async | No |