Skip to main content

Documentation Index

Fetch the complete documentation index at: https://deepline.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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=dataforseo_dataforseo_labs_google_domain_metrics_by_categories_live:{"category_codes":"{{category_codes}}","first_date":"{{first_date}}","second_date":"{{second_date}}"}' --json
Map payload values to spreadsheet columns with {{column_name}} placeholders.

Required Fields

NameTypeRequiredDefaultDescription
payload.category_codesarrayYesproduct and service categories required field The maximum number of categories you can specify: 5 you can download the full list of possible categories
payload.first_datestringYesfirst date of comparison period required field first date for which domain metrics will be provided; date format: “yyyy-mm-dd” ; example: “2021-06-01” ; the list available dates is available through the available history endpoint ; Note: first_date cannot be greater than today’s date; Also note: the dates specified in first_date and second_date cannot point to the same month of the same year; you can specify the dates in any order: first_date can be greater than second_date and vice versa; minimum date: “2020-10-01”
payload.second_datestringYessecond date of comparison period required field second date for which domain metrics will be provided; date format: “yyyy-mm-dd” ; example: “2021-10-01” ; the list available dates is available through the available history endpoint ; Note: second_date cannot be greater than today’s date; Also note: the dates specified in first_date and second_date cannot point to the same month of the same year; you can specify the dates in any order: second_date can be greater than first_date and vice versa; minimum date: “2020-10-01”

Advanced: Direct CLI

Use direct execution for single payload debugging.
deepline tools execute dataforseo_dataforseo_labs_google_domain_metrics_by_categories_live --payload '{
  "category_codes": "array",
  "first_date": "string",
  "second_date": "string"
}' --json

CLI flags

FlagDescription
--jsonPrint machine-readable output.
--waitWait for terminal provider status when supported.
--debugEnable wait mode with additional status/log output.
--wait-timeout SECONDSMax seconds to wait in wait mode.
--poll-interval SECONDSPolling interval in seconds during wait mode.
--timeout SECONDSRequest timeout in seconds.
--connect-timeout SECONDSConnection timeout in seconds.

Cost

  • Pricing model: provider_usage (provider usage).
  • Estimated Deepline credits: 0.02 per pricing unit.
  • Billing mode: post_deduct.