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=predictleads_discover_portfolio_company_connections:{}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.first_seen_at_from | string | No | Only return TechnologyDetections first seen after given date (ISO 8601). | |
payload.first_seen_at_until | string | No | Only return TechnologyDetections first seen before given date (ISO 8601). | |
payload.last_seen_at_from | string | No | Only return TechnologyDetections last seen after given date (ISO 8601). | |
payload.last_seen_at_until | string | No | Only return TechnologyDetections last seen before given date (ISO 8601). | |
payload.page | integer | No | 1 | Page number of shown items. NOTE: If the parameter is not provided, the meta property count will be omitted from response for performance reasons. |
payload.limit | integer | No | 30 | Limit the number of shown items per page. |
Output Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
result.data | object | Yes | Since 2019, PredictLeads has detected over 230 million business connections between companies globally. The Company Connections Dataset describes relationships between some 48 million companies. Connections are sourced from Case Study pages, Testimonials, Our Customers sections, and is done through image recognition of company logos. The Connections Dataset includes fields such as Connection Category, Source Category, Source URL, Context, First Seen At, Last Seen At, and other Connection information. | |
result.meta | object | No | Additional response metadata (status, paging). |
Advanced: Direct CLI
Use direct execution for single payload debugging.
deepline tools execute predictleads_discover_portfolio_company_connections --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.56per pricing unit. - Billing mode:
post_deduct.