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=bloomberry_get_current_customers:{}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.next_token | string | No | Pagination token from previous response (located in “pagination” > “next_token”) to fetch the next page. Leave blank for the first page | |
payload.limit | integer | No | 20 | companies per page. |
payload.category | string | No | The product category to get active customers for. All possible product categories are available at https://api.revealera.com/categories.txt. Pass “all” to get customers for all categories. Note: ONLY 1 of category OR vendor_name MUST be specified, but no more than 1. | |
payload.vendor_name | string | No | The name of the vendor to get current customers for. All possible vendor names can be found here: https://api.revealera.com/vendors.txt . Note: ONLY 1 of category OR vendor_name MUST be specified, but no more than 1. | |
payload.company_employee_size_range | string | No | Only show active customers from companies with number of employees that match the specified size ranges. Possible ranges are 1 employee, 2-10, 11-50, 51-200, 201-500, 501-1,000, 1,001-5,000, 5,001-10,000, 10,001+. Separate multiple values with semicolon. | |
payload.company_industry | string | No | Only show customers from companies in the industry passed in. We look at at the Linkedin company page to determine industries. All possible industries are in https://api.revealera.com/linkedin_industries.txt Separate multiple values with ’;’ default(all) | |
payload.company_country | string | No | Only show customers from companies headquartered in the country passed in. The country codes must be in ISO 3166-1 alpha-2 format. Separate multiple values with ’;’ default(all) | |
payload.omit_linkedin_data | string | No | false | true if you to omit linkedin-related fields from the response (ie for compliance reasons) |
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 bloomberry_get_current_customers --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:
2.11per pricing unit. - Billing mode:
post_deduct.