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_companies_search:{}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.company_names | array | No | ||
payload.company_exclude_names | array | No | ||
payload.company_ids | array | No | ||
payload.company_exclude_ids | array | No | ||
payload.company_locations | array | No | ||
payload.company_exclude_locations | 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.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_keywords | array | No | Keywords to search in the company description. Matches any keyword by default. | |
payload.company_exclude_keywords | array | No | Keywords to exclude from the company description. | |
payload.company_revenue | array | No | Filter by estimated revenue range. | |
payload.company_founded_date | object | No | Filter by founding year range. | |
payload.company_web_traffic_rank | object | No | Filter by web traffic rank. Lower rank means more traffic. | |
payload.job_openings | object | No | Filter by companies with matching open positions. | |
payload.news | object | No | Filter by recent company news. | |
payload.headcount_growth | object | No | Filter by total headcount growth percentage over a time period. | |
payload.crm_account_owner | array | No | Filter by 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 last funding round. | |
payload.company_linkedin_presence | array | No | Filter by the company’s 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 50 are accepted and capped at 50. |
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_companies_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.