> ## 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.

# Dataforseo Domain Analytics Technologies Aggregation

> The Aggregation Technologies endpoint will provide you with a list of the most popular technologies websites use alongside the technologies you specify.

## Run in Enrichment Spreadsheet

<Info>
  Use this function as a column step in `deepline enrich`.
</Info>

```bash theme={null}
deepline enrich --input leads.csv --output leads.enriched.csv --with 'result=dataforseo_domain_analytics_technologies_aggregation_technologies_live:{}' --json
```

<Tip>
  Map payload values to spreadsheet columns with `{{column_name}}` placeholders.
</Tip>

## Input Schema

| Name                                       | Type      | Required | Default | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ------------------------------------------ | --------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `payload.group`                            | `string`  | No       |         | id of the target technology group required field if you don't specify technology , category or keyword at least one field ( group , category , keyword , technology ) must be set you can find the full list of technology group ids on this page example: "marketing"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `payload.category`                         | `string`  | No       |         | id of the target technology category required field if you don't specify group , keyword or technology at least one field ( group , category , keyword , technology ) must be set you can find the full list of technology category ids on this page example: "crm"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `payload.technology`                       | `string`  | No       |         | target technology required field if you don't specify group , keyword or category at least one field ( group , category , keyword , technology ) must be set you can find the full list of technologies on this page example: "Salesforce"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `payload.keyword`                          | `string`  | No       |         | target keyword in the domain's meta keywords required field if you don't specify group , category or technology at least one field ( group , category , keyword , technology ) must be set UTF-8 encoding example: "seo" learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `payload.mode`                             | `string`  | No       |         | search mode optional field possible search mode types: as\_is - search for results exactly matching the specified group ids, category ids, or technology names entry - search for results matching a part of the specified group ids, category ids, or technology names default value: as\_is                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `payload.filters`                          | `array`   | No       |         | array of results filtering parameters optional field you can add several filters at once (8 filters maximum) you should set a logical operator and , or between the conditions the following operators are supported: \< , \<= , > , >= , = , \<> , in , not\_in , like , not\_like you can use the % operator with like and not\_like to match any string of zero or more characters you can use the following parameters to filter the results: domain\_rank , last\_visited , country\_iso\_code , language\_code , content\_language\_code Note: all filtering parameters are taken from the domain\_technology\_item of the domain\_technologies endpoint; example: \[\["country\_iso\_code","=","US"], "and", \["domain\_rank",">",800]] for more information about filters, please refer to Domain Analytics Technologies API - Filters |
| `payload.order_by`                         | `array`   | No       |         | results sorting rules optional field you can use the following values to sort the results: groups\_count , categories\_count , technologies\_count possible sorting types: asc - results will be sorted in the ascending order desc - results will be sorted in the descending order you should use a comma to set up a sorting type example: \["groups\_count,desc"] note that you can set no more than three sorting rules in a single request you should use a comma to separate several sorting rules example: \["groups\_count,desc","technologies\_count,desc"] default value: \["groups\_count,desc","categories\_count,desc","technologies\_count,desc"]                                                                                                                                                                               |
| `payload.internal_groups_list_limit`       | `integer` | No       |         | maximum number of returned technology groups optional field you can use this field to limit the number of items with identical "group" in the results default value: 5 minimum value: 1 maximum value: 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `payload.internal_categories_list_limit`   | `integer` | No       |         | maximum number of returned technology categories within the same group optional field you can use this field to limit the number of items with identical "category" in the results default value: 5 minimum value: 1 maximum value: 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `payload.internal_technologies_list_limit` | `integer` | No       |         | maximum number of returned technologies within the same category optional field you can use this field to limit the number of items with identical "technology" in the results default value: 10 minimum value: 1 maximum value: 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `payload.internal_list_limit`              | `integer` | No       |         | maximum number of items with identical "category" , "group" , and "technology" optional field if you use this field, the values specified in internal\_groups\_list\_limit , internal\_categories\_list\_limit and internal\_technologies\_list\_limit will be ignored; you can use this field to limit the number of items with identical "category" , "group" , or "technology" default value: 10 minimum value: 1 maximum value: 10000                                                                                                                                                                                                                                                                                                                                                                                                      |
| `payload.limit`                            | `integer` | No       |         | the maximum number of returned technologies optional field default value: 100 maximum value: 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `payload.offset`                           | `integer` | No       |         | offset in the results array of returned domains optional field default value: 0 maximum value: 9999 if you specify the 10 value, the first ten technologies in the results array will be omitted and the data will be provided for the successive technologies                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `payload.tag`                              | `string`  | No       |         | user-defined task identifier optional field the character limit is 255 you can use this parameter to identify the task and match it with the result you will find the specified tag value in the data object of the response                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |

<details>
  <summary>Show raw input schema</summary>

  ### Input JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "The Aggregation Technologies endpoint will provide you with a list of the most popular technologies websites use alongside the technologies you specify. Alternatively, you can specify technology categories or groups to obtain wider stats.",
    "properties": {
      "group": {
        "type": "string",
        "description": "id of the target technology group required field if you don't specify technology , category or keyword at least one field ( group , category , keyword , technology ) must be set you can find the full list of technology group ids on this page example: \"marketing\""
      },
      "category": {
        "type": "string",
        "description": "id of the target technology category required field if you don't specify group , keyword or technology at least one field ( group , category , keyword , technology ) must be set you can find the full list of technology category ids on this page example: \"crm\""
      },
      "technology": {
        "type": "string",
        "description": "target technology required field if you don't specify group , keyword or category at least one field ( group , category , keyword , technology ) must be set you can find the full list of technologies on this page example: \"Salesforce\""
      },
      "keyword": {
        "type": "string",
        "description": "target keyword in the domain's meta keywords required field if you don't specify group , category or technology at least one field ( group , category , keyword , technology ) must be set UTF-8 encoding example: \"seo\" learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article"
      },
      "mode": {
        "type": "string",
        "description": "search mode optional field possible search mode types: as_is - search for results exactly matching the specified group ids, category ids, or technology names entry - search for results matching a part of the specified group ids, category ids, or technology names default value: as_is"
      },
      "filters": {
        "type": "array",
        "description": "array of results filtering parameters optional field you can add several filters at once (8 filters maximum) you should set a logical operator and , or between the conditions the following operators are supported: < , <= , > , >= , = , <> , in , not_in , like , not_like you can use the % operator with like and not_like to match any string of zero or more characters you can use the following parameters to filter the results: domain_rank , last_visited , country_iso_code , language_code , content_language_code Note: all filtering parameters are taken from the domain_technology_item of the domain_technologies endpoint; example: [[\"country_iso_code\",\"=\",\"US\"], \"and\", [\"domain_rank\",\">\",800]] for more information about filters, please refer to Domain Analytics Technologies API - Filters",
        "items": {}
      },
      "order_by": {
        "type": "array",
        "description": "results sorting rules optional field you can use the following values to sort the results: groups_count , categories_count , technologies_count possible sorting types: asc - results will be sorted in the ascending order desc - results will be sorted in the descending order you should use a comma to set up a sorting type example: [\"groups_count,desc\"] note that you can set no more than three sorting rules in a single request you should use a comma to separate several sorting rules example: [\"groups_count,desc\",\"technologies_count,desc\"] default value: [\"groups_count,desc\",\"categories_count,desc\",\"technologies_count,desc\"]",
        "items": {}
      },
      "internal_groups_list_limit": {
        "type": "integer",
        "description": "maximum number of returned technology groups optional field you can use this field to limit the number of items with identical \"group\" in the results default value: 5 minimum value: 1 maximum value: 10000"
      },
      "internal_categories_list_limit": {
        "type": "integer",
        "description": "maximum number of returned technology categories within the same group optional field you can use this field to limit the number of items with identical \"category\" in the results default value: 5 minimum value: 1 maximum value: 10000"
      },
      "internal_technologies_list_limit": {
        "type": "integer",
        "description": "maximum number of returned technologies within the same category optional field you can use this field to limit the number of items with identical \"technology\" in the results default value: 10 minimum value: 1 maximum value: 10000"
      },
      "internal_list_limit": {
        "type": "integer",
        "description": "maximum number of items with identical \"category\" , \"group\" , and \"technology\" optional field if you use this field, the values specified in internal_groups_list_limit , internal_categories_list_limit and internal_technologies_list_limit will be ignored; you can use this field to limit the number of items with identical \"category\" , \"group\" , or \"technology\" default value: 10 minimum value: 1 maximum value: 10000"
      },
      "limit": {
        "type": "integer",
        "description": "the maximum number of returned technologies optional field default value: 100 maximum value: 10000"
      },
      "offset": {
        "type": "integer",
        "description": "offset in the results array of returned domains optional field default value: 0 maximum value: 9999 if you specify the 10 value, the first ten technologies in the results array will be omitted and the data will be provided for the successive technologies"
      },
      "tag": {
        "type": "string",
        "description": "user-defined task identifier optional field the character limit is 255 you can use this parameter to identify the task and match it with the result you will find the specified tag value in the data object of the response"
      }
    },
    "additionalProperties": false
  }
  ```
</details>

## Output Schema

| Name                    | Type      | Required | Default | Description                                                                                                                                                                             |
| ----------------------- | --------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `result.version`        | `string`  | Yes      |         | the current version of the API                                                                                                                                                          |
| `result.status_code`    | `integer` | Yes      |         | general status code you can find the full list of the response codes here Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions |
| `result.status_message` | `string`  | Yes      |         | general informational message you can find the full list of general informational messages here                                                                                         |
| `result.time`           | `string`  | Yes      |         | execution time, seconds                                                                                                                                                                 |
| `result.tasks_count`    | `integer` | Yes      |         | the number of tasks in the tasks array                                                                                                                                                  |
| `result.tasks_error`    | `integer` | Yes      |         | the number of tasks in the tasks array returned with an error                                                                                                                           |
| `result.tasks`          | `array`   | Yes      |         | array of tasks                                                                                                                                                                          |

<details>
  <summary>Show raw output schema</summary>

  ### Output JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "Top-level response envelope for dataforseo_domain_analytics_technologies_aggregation_technologies_live.",
    "properties": {
      "version": {
        "type": "string",
        "description": "the current version of the API"
      },
      "status_code": {
        "type": "integer",
        "description": "general status code you can find the full list of the response codes here Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions"
      },
      "status_message": {
        "type": "string",
        "description": "general informational message you can find the full list of general informational messages here"
      },
      "time": {
        "type": "string",
        "description": "execution time, seconds"
      },
      "tasks_count": {
        "type": "integer",
        "description": "the number of tasks in the tasks array"
      },
      "tasks_error": {
        "type": "integer",
        "description": "the number of tasks in the tasks array returned with an error"
      },
      "tasks": {
        "type": "array",
        "description": "array of tasks",
        "items": {}
      }
    },
    "required": [
      "version",
      "status_code",
      "status_message",
      "time",
      "tasks_count",
      "tasks_error",
      "tasks"
    ],
    "additionalProperties": false
  }
  ```
</details>

## Advanced: Direct CLI

<Info>
  Use direct execution for single payload debugging.
</Info>

```bash theme={null}
deepline tools execute dataforseo_domain_analytics_technologies_aggregation_technologies_live --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.02` per pricing unit.
* Billing mode: `post_deduct`.
