Run in Enrichment Spreadsheet
Use this function as a column step in
deepline enrich.deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=amplemarket_post_people_search:{}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.person_name | string | No | ||
payload.person_titles | array | No | ||
payload.person_keywords | array | No | Keywords to search in the person’s profile summary (headline, about, etc.). Matches any keyword by default. | |
payload.person_exclude_keywords | array | No | Keywords to exclude from the person’s profile summary. | |
payload.company_keywords | array | No | Keywords to search in the person’s company description. Matches any keyword by default. | |
payload.company_exclude_keywords | array | No | Keywords to exclude from the person’s company description. | |
payload.person_title_exact_match | boolean | No | ||
payload.person_seniorities | array | No | ||
payload.person_departments | array | No | Available options: Supported departments | |
payload.person_job_functions | array | No | Available options: Supported job functions | |
payload.person_locations | array | No | ||
payload.person_exclude_locations | array | No | ||
payload.company_locations | array | No | ||
payload.company_exclude_locations | array | No | ||
payload.company_names | array | No | ||
payload.company_exclude_names | array | No | ||
payload.company_ids | array | No | ||
payload.company_exclude_ids | array | No | ||
payload.education_company_ids | array | No | ||
payload.education_company_names | array | No | ||
payload.company_domains | array | No | ||
payload.company_exclude_domains | array | No | ||
payload.company_linkedin_urls | array | No | ||
payload.company_exclude_linkedin_urls | array | No | ||
payload.company_domains_match_subsidiaries_and_affiliates | boolean | No | ||
payload.company_focuses | array | No | ||
payload.company_types | array | No | ||
payload.company_sizes | array | No | ||
payload.company_industries | array | No | Available options: Supported industries | |
payload.company_exclude_industries | array | No | Available options: Supported industries | |
payload.linkedin_networks | array | No | Array of user email addresses. The LinkedIn networks of these users will be used for filtering results. Use the special string all_networks to include all LinkedIn networks associated with the account’s users. | |
payload.exclude_linkedin_networks | array | No | Array of user email addresses. The LinkedIn networks of these users will be excluded from the results. Use the special string all_networks to exclude all LinkedIn networks associated with the account’s users. | |
payload.company_investors | array | No | Array of investor names. Filter for companies that have received investment by any of the specified investors. | |
payload.company_shares_investors_with | array | No | Array of company names. Filter for companies that share one or more common investors with the specified companies. | |
payload.company_revenue | array | No | Filter by the person’s company estimated revenue range. | |
payload.company_founded_date | object | No | Filter by the person’s company founding year range. | |
payload.company_web_traffic_rank | object | No | Filter by the person’s company web traffic rank. | |
payload.job_openings | object | No | Filter by the person’s company having matching open positions. | |
payload.news | object | No | Filter by the person’s company having recent news. | |
payload.headcount_growth | object | No | Filter by the person’s company total headcount growth percentage. | |
payload.crm_account_owner | array | No | Filter by the person’s company CRM account owner emails. Requires a connected CRM integration (Salesforce or HubSpot). Returns an error if no owners match the provided emails. | |
payload.company_last_funding | object | No | Filter by the person’s company last funding round. | |
payload.person_linkedin_presence | array | No | Filter by the person’s LinkedIn follower tier. Supported values: influencer — Influencer (10,000+ followers), micro_influencer — Micro Influencer (5,000 - 9,999 followers), large — Large following (500 - 4,999 followers), moderate — Moderate following (100 - 499 followers), limited — Limited following (1 - 99 followers), none — No following (0 followers). All ranges are inclusive. | |
payload.company_linkedin_presence | array | No | Filter by the person’s company LinkedIn follower tier. Supported values: massive — Massive following (100,000+ followers), large — Large following (10,000 - 99,999 followers), moderate — Moderate following (1,000 - 9,999 followers), limited — Limited following (1 - 999 followers), none — No following (0 followers). All ranges are inclusive. | |
payload.page | integer | No | 1 | |
payload.page_size | integer | No | 5 | Number of results per page. Values greater than 100 are accepted and capped at 100. |
Output Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
result.data | object | Yes | Provider response payload. | |
result.meta | object | No | Additional response metadata (status, paging). |
Advanced: Direct CLI
Use direct execution for single payload debugging.
deepline tools execute amplemarket_post_people_search --payload '{}' --json
CLI flags
| Flag | Description |
|---|---|
--json | Print machine-readable output. |
--wait | Wait for terminal provider status when supported. |
--debug | Enable wait mode with additional status/log output. |
--wait-timeout SECONDS | Max seconds to wait in wait mode. |
--poll-interval SECONDS | Polling interval in seconds during wait mode. |
--timeout SECONDS | Request timeout in seconds. |
--connect-timeout SECONDS | Connection timeout in seconds. |
Cost
- Pricing model:
fixed(per call). - Estimated Deepline credits:
0per pricing unit. - Provider-native pricing may still exist outside Deepline credit billing.
- Billing mode:
no_bill.