enrich_company
Extract comprehensive company details, including industry, description, and headquarters location, by inputting a domain. Simplify B2B data retrieval for efficient analysis and decision-making.
Instructions
Return all the information associated with a domain, such as the industry, the description, or headquarters' location.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "enrich_companyArguments",
"type": "object"
}