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_company_technology_detections:{"company_id_or_domain":"{{company_id_or_domain}}"}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.company_id_or_domain | string | Yes | Company’s ID or domain. | |
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 | 100 | Limit the number of shown items per page. |
Output Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
result.data | object | Yes | The Technology Detections Dataset provides insights into the tech stack of a given company. NOTE: If you’re searching for general information about technologies please check the ** Technologies Dataset ** section. Since 2018, PredictLeads has detected approximately 1,250 million technology adoptions for about 83 million companies. The Technology Detection Dataset includes fields such as Technology Name, Technology ID, Ticker, First Seen At, Last Seen At, Seen on Subpages Count and other Technology Detection information. | |
result.meta | object | No | Additional response metadata (status, paging). |
Advanced: Direct CLI
Use direct execution for single payload debugging.
deepline tools execute predictleads_company_technology_detections --payload '{
"company_id_or_domain": "string"
}' --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:
0.56per pricing unit. - Billing mode:
post_deduct.