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

# Builtwith Bulk Domain Job Result: Inputs, Cost & CLI

> Downloading the one-time result payload for a completed BuiltWith bulk domain job. Includes inputs, outputs, costs, and Deepline CLI examples.

## 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=builtwith_bulk_domain_job_result:{"job_id":"{{job_id}}"}' --json
```

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

## Input Schema

| Name             | Type     | Required | Default | Description                   |
| ---------------- | -------- | -------- | ------- | ----------------------------- |
| `payload.job_id` | `string` | Yes      |         | BuiltWith bulk domain job ID. |

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

  ### Input JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "Download the one-time result payload for a completed BuiltWith bulk domain job.",
    "properties": {
      "job_id": {
        "type": "string",
        "description": "BuiltWith bulk domain job ID."
      }
    },
    "required": [
      "job_id"
    ],
    "additionalProperties": false
  }
  ```
</details>

## Output Schema

| Name          | Type     | Required | Default | Description                                    |
| ------------- | -------- | -------- | ------- | ---------------------------------------------- |
| `result.data` | `object` | Yes      |         | Provider response payload.                     |
| `result.meta` | `record` | No       |         | Additional response metadata (status, paging). |

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

  ### Output JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "Standard tool result payload.",
    "properties": {
      "data": {
        "type": "object",
        "description": "Provider response payload.",
        "properties": {
          "job_id": {
            "type": "string"
          },
          "results": {
            "type": "array",
            "default": [],
            "items": {
              "type": "object",
              "properties": {
                "Result": {
                  "type": "object",
                  "properties": {
                    "SpendHistory": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "D": {
                            "type": "number"
                          },
                          "S": {
                            "type": "number"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "IsDB": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "boolean"
                        }
                      ]
                    },
                    "Spend": {
                      "type": "number"
                    },
                    "Paths": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Domain": {
                            "type": "string"
                          },
                          "Url": {
                            "type": "string"
                          },
                          "SubDomain": {
                            "type": "string"
                          },
                          "FirstIndexed": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "string"
                              }
                            ]
                          },
                          "LastIndexed": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "string"
                              }
                            ]
                          },
                          "Technologies": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "Name": {
                                  "type": "string"
                                },
                                "Parent": {
                                  "type": "string"
                                },
                                "Description": {
                                  "type": "string"
                                },
                                "Link": {
                                  "type": "string"
                                },
                                "Tag": {
                                  "type": "string"
                                },
                                "Categories": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "FirstDetected": {
                                  "anyOf": [
                                    {
                                      "type": "number"
                                    },
                                    {
                                      "type": "string"
                                    }
                                  ]
                                },
                                "LastDetected": {
                                  "anyOf": [
                                    {
                                      "type": "number"
                                    },
                                    {
                                      "type": "string"
                                    }
                                  ]
                                },
                                "IsPremium": {
                                  "anyOf": [
                                    {
                                      "type": "string"
                                    },
                                    {
                                      "type": "boolean"
                                    }
                                  ]
                                }
                              },
                              "additionalProperties": false
                            }
                          }
                        },
                        "additionalProperties": false
                      }
                    }
                  },
                  "additionalProperties": false
                },
                "Meta": {
                  "type": "object",
                  "properties": {
                    "CompanyName": {
                      "type": "string"
                    },
                    "City": {
                      "type": "string"
                    },
                    "State": {
                      "type": "string"
                    },
                    "Postcode": {
                      "type": "string"
                    },
                    "Country": {
                      "type": "string"
                    },
                    "Vertical": {
                      "type": "string"
                    },
                    "Social": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "Telephones": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "Emails": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "Names": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "Name": {
                            "type": "string"
                          },
                          "Type": {
                            "type": "number"
                          },
                          "Level": {
                            "type": "string"
                          },
                          "Email": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "ARank": {
                      "type": "number"
                    },
                    "QRank": {
                      "type": "number"
                    },
                    "Majestic": {
                      "type": "number"
                    },
                    "Umbrella": {
                      "type": "number"
                    }
                  },
                  "additionalProperties": false
                },
                "Attributes": {
                  "type": "object",
                  "additionalProperties": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      },
                      {},
                      {}
                    ]
                  }
                },
                "FirstIndexed": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "string"
                    }
                  ]
                },
                "LastIndexed": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "string"
                    }
                  ]
                },
                "Lookup": {
                  "type": "string"
                },
                "SalesRevenue": {
                  "type": "number"
                }
              },
              "additionalProperties": false
            }
          }
        },
        "required": [
          "job_id"
        ],
        "additionalProperties": false
      },
      "meta": {
        "type": "object",
        "description": "Additional response metadata (status, paging).",
        "additionalProperties": {}
      }
    },
    "required": [
      "data"
    ],
    "additionalProperties": false
  }
  ```
</details>

## Advanced: Direct CLI

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

```bash theme={null}
deepline tools execute builtwith_bulk_domain_job_result --payload '{
  "job_id": "string"
}' --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: `fixed` (per call).
* Estimated Deepline credits: `0` per pricing unit.
* Provider-native pricing may still exist outside Deepline credit billing.
* Billing mode: `no_bill`.
