organization_search
Search for organizations by domain names and geographic locations to identify target companies for business development and market research.
Instructions
Use the Organization Search endpoint to find organizations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q_organization_domains_list | No | List of organization domains to search for | |
| organization_locations | No | List of organization locations to search for |
Input Schema (JSON Schema)
{
"properties": {
"organization_locations": {
"description": "List of organization locations to search for",
"items": {
"type": "string"
},
"type": "array"
},
"q_organization_domains_list": {
"description": "List of organization domains to search for",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}