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=datagma_full_enrichment:{}' --json
Map payload values to spreadsheet columns with
{{column_name}} placeholders.Input Schema
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
payload.data | string | No | You can submit a professional email address or a LinkedIn profile URL to get info about a person and his company. A successful person response costs two credits. You can also submit a company name, a website, or a Siren if you only want information about the company with this parameter. Note: If you don’t have an email address or Linkedin Profile, and if you still want information about the person, you can use the couple Full Name + Company Name, see below) | |
payload.companyKeyword | string | No | When you are looking for company informations using the data parameter. If you think several companies with the same name exist, you can submit us a keyword (like a part of the address, the name of the founder, or the industry), and our AI will pick the most probable company. | |
payload.countryCode | string | No | Allow you to have accurate results. Indicate to Datagma crawler exactly where to search to reduce the risk of giving a namesake. | |
payload.firstName | string | No | Replace the data parameter if you don’t use it. (Must be used with lastName and company). | |
payload.lastName | string | No | Replace the data parameter if you don’t use it. (Must be used with firstName and company). | |
payload.fullName | string | No | Instead of input firstname, lastname. You can input full name here | |
payload.companyPremium | boolean | No | false | To get the LinkedIn information about the enriched person’s company. |
payload.companyFull | boolean | No | false | To get financial information about the company of the enriched person. |
payload.companyFrench | boolean | No | false | To get the information of the SIREN directory if the company is French. |
payload.personFull | boolean | No | To get the full profile of the person(education, past experiences…). | |
payload.phoneFull | boolean | No | Cell phone number. Please use this endpoint to find phones only if you do not have your prospect’s social profile or email. If you have them, please use the Search endpoint instead. | |
payload.deepTraffic | boolean | No | Give you information about the website’s traffic, (Traffic by country, similar websites, traffic by sources… ) | |
payload.debug | boolean | No | By defaut Datagma filters what we consider junk results, thanks to the debug mode, you can access to this junk result |
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 datagma_full_enrichment --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:
provider_usage(provider usage). - Estimated Deepline credits:
0.14per pricing unit. - Billing mode:
post_deduct.