list_people
Retrieve stored employees and leadership for a company from the local database. Filter by role or keyword to identify relevant contacts before outreach.
Instructions
List stored employees/leadership for a company from the local database.
This is instant (no Apify call). If the result is empty, call scrape_people() first to populate the database for this company.
Args: account: Slug (e.g. "acme-charging") or full LinkedIn company URL. Use list_accounts() to discover available slugs. role: Optional keyword to filter by — matched against name, headline, and job titles. Examples: "CEO", "founder", "sales", "engineer". Leave empty to return all stored people. limit: Max results to return (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ||
| limit | No | ||
| account | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |