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=aviato_company_enrich:{}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.id | string | No | ||
payload.linkedinID | string | No | ||
payload.linkedinNumID | string | No | ||
payload.linkedinURL | string | No | LinkedIn URL, accepts company URLs like linkedin.com/company/google or linkedin.com/company/1441 | |
payload.facebookID | string | No | ||
payload.twitterID | string | No | ||
payload.crunchbaseID | string | No | ||
payload.pitchbookID | string | No | ||
payload.producthuntID | string | No | ||
payload.dealroomID | string | No | ||
payload.goldenID | string | No | ||
payload.angellistID | string | No | ||
payload.wellfoundID | string | No | ||
payload.website | string | No | ||
payload.rescrape | boolean | No | Whether or not to automatically rescrape entities with stale data (specified by the maxDataAgeDays parameter). | |
payload.maxDataAgeDays | integer | No | The threshold / amount of days to consider data stale and trigger an automatic rescrape (if supplied but rescrape parameter is false, expect a bad request error). | |
payload.preview | boolean | No | When true, returns only minimal identification info (id, name, URLs) without charging a credit. | |
payload.full | boolean | No | When true, returns all relational data including funding rounds, investments, acquisitions, founders, and funds. | |
payload.require | array | No | List of top-level response fields that must each have a non-empty value, otherwise a 404 is returned and no credit is charged. Example: ?require=description&require=industryList. Ignored when preview=true. |
Output Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
result.data | object | Yes | Extended version of Company object that includes relational data such as funding rounds, investments, acquisitions, founders, and funds. | |
result.meta | object | No | Additional response metadata (status, paging). |
Advanced: Direct CLI
Use direct execution for single payload debugging.
deepline tools execute aviato_company_enrich --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.14per pricing unit. - Billing mode:
post_deduct.