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

Required Fields

NameTypeRequiredDefaultDescription
payload.pagesobjectYestarget URLs of pages required field you can set up to 20 pages in this object the pages should be specified with absolute URLs (including http:// or https://) example: “pages”: { “1”:“https://www.apple.com/mac/”, “2”:“https://dataforseo.com/”, “3”:“https://support.microsoft.com/” } if you specify a single page here, we will return results only for this page; you can also use a wildcard ('') character to specify the search pattern example: “example.com” search for the exact URL “example.com/eng/” search for the example.com page and all its related URLs which start with ‘/eng/’ , such as “example.com/eng/index.html” and “example.com/eng/help/” , etc. note: a wilcard should be placed after the slash (’/’) character in the end of the URL, it is not possible to place it after the domain in the following way: https://dataforseo.com * use https://dataforseo.com /* instead Note: this endpoint will not provide results if the number of intersecting keywords exceeds 10 million

Advanced: Direct CLI

Use direct execution for single payload debugging.
deepline tools execute dataforseo_dataforseo_labs_google_page_intersection_live --payload '{
  "pages": {}
}' --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.