search_people
Find and retrieve contact information for professionals by searching Apollo.io's database using criteria like job title, company domain, location, and seniority level.
Instructions
Search for people/contacts in Apollo.io database.
This tool allows you to search for people by job title, seniority, company domain, location, and other criteria. Returns contact information and employment details.
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"
}