query_lead_database
Query B2B lead database to find contacts with names, emails, phones, titles, and company details using filters for job title, industry, location, and company information.
Instructions
Query the B2B lead database directly (requires $649/mo plan). Returns contacts with names, emails, phones, titles, companies. 100 per request, paginate with page param.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Job title filter | |
| industry | No | Company industry | |
| country | No | Person country | |
| state | No | Person state | |
| city | No | Person city | |
| companyName | No | Company name | |
| companyDomain | No | Company domain | |
| seniority | No | e.g. "vp", "director", "c_suite" | |
| department | No | e.g. "sales", "engineering" | |
| hasEmail | No | Only contacts with email | |
| hasPhone | No | Only contacts with phone | |
| page | No | Page number (default 1) | |
| limit | No | Results per page (max 100) |