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_amazon_product_keyword_intersections_live:{"asins":{}}' --json
Map payload values to spreadsheet columns with {{column_name}} placeholders.

Required Fields

NameTypeRequiredDefaultDescription
payload.asinsobjectYesasins of target products required field product IDs of the products for which you need to find keyword intersections; specify the ASINs as in the following example: “asins”: { “1”: “019005476X”, “2”: “0190074442” } the maximum number of ASINs you can specify in this object is 20; learn more about the parameter on this help center page

Advanced: Direct CLI

Use direct execution for single payload debugging.
deepline tools execute dataforseo_dataforseo_labs_amazon_product_keyword_intersections_live --payload '{
  "asins": {}
}' --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.01 per pricing unit.
  • Billing mode: post_deduct.