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=prospeo_search_company:{}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.company | object | No | Filter by company names or websites. | |
payload.company_industry | object | No | Filter by company industry. | |
payload.company_location_search | object | No | Filter by company HQ location. | |
payload.company_headcount_range | array | No | Filter by predefined employee count ranges. | |
payload.company_headcount_custom | object | No | Filter by custom headcount range. | |
payload.company_keywords | object | No | Filter by keywords in company data. | |
payload.company_attributes | object | No | Filter by company attributes. | |
payload.company_naics | object | No | Filter by NAICS codes. | |
payload.company_sics | object | No | Filter by SIC codes. | |
payload.company_revenue | object | No | Filter by revenue range. | |
payload.company_type | "Private" | "Public" | "Non Profit" | "Other" | No | Filter by company type value. | |
payload.company_funding | object | No | Filter by company funding stage/raises. | |
payload.company_technology | object | No | Filter by technologies used by company. | |
payload.company_founded | object | No | Filter by founding year range. | |
payload.company_headcount_growth | object | No | Filter by headcount growth values. | |
payload.company_job_posting_hiring_for | array | No | Filter by hiring titles in job postings. | |
payload.company_job_posting_quantity | object | No | Filter by number of job postings. | |
payload.company_headcount_by_department | array | No | Filter by department headcount. | |
payload.company_email_provider | array | No | Filter by MX provider. | |
payload.page | integer | No | 1 | Page number (min 1). |
Allowed values
| Field | Allowed values |
|---|---|
payload.company_type | Private, Public, Non Profit, Other |
Output Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
result.data | record | Yes | Provider response payload. | |
result.meta | record | No | Additional response metadata (status, paging). |
Advanced: Direct CLI
Use direct execution for single payload debugging.
deepline tools execute prospeo_search_company --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:
per_result(per result). - Estimated Deepline credits:
0.55per pricing unit. - Billing mode:
post_deduct.