search_accounts
Find companies in the Apollo.io database by name, location, employee count, and other criteria to identify potential prospects and gather account information for sales and marketing activities.
Instructions
Search for accounts/companies in Apollo.io database.
This tool allows you to search for companies by name, location, employee count, and other criteria. Useful for finding potential prospects and account information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request | Yes |
Input Schema (JSON Schema)
{
"properties": {
"request": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "string"
}
],
"title": "Request"
}
},
"required": [
"request"
],
"type": "object"
}