---
title: "Domain & Organization Name Search"
method: GET
path: "/v1/domain/search"
tags: ["chaos"]
---

# Domain & Organization Name Search

`GET /v1/domain/search`

## Query parameters

- `query` string, required
- `limit` integer
- `fields` string[]
- `scope` 'all' | 'domains' | 'orgs'

## Response `200`

Domain Search Results

- object
  - `count` integer, required
  - `results` DomainSearchItem[], required
    - `domain` RootDomainInfo — Root Domain Information
      - `domain` string — The root domain name
      - `image_url` string — URL to domain's image
      - `name` string — The domain name
      - `organization_slug` string — Slug identifier of the associated organization
      - `total_subdomains` integer — The total number of subdomains
    - `name` string, required — The display name for autocomplete
    - `organization` OrganizationInfo — Organization Information
      - `acquirer_slug` string — Slug of acquiring organization if applicable
      - `contact_email` string — Contact email address
      - `domain` string — Primary domain of the organization
      - `image_url` string — URL to organization's image
      - `industries` string[] — Industries of the organization
      - `legal_name` string — Legal name of the organization
      - `linkedin` string — LinkedIn profile URL
      - `name` string — The organization name
      - `num_employees_enum` string — Employee count range category
      - `org_status` string — Status of the organization
      - `short_description` string — Brief description of the organization
      - `slug` string — URL-friendly identifier
      - `subsidary_domains` string[] — List of subsidiary domains
      - `total_subdomains` integer — Total number of subdomains
      - `total_subsidaries` integer — Total number of subsidiaries
      - `total_subsidary_domains` integer — Total number of subsidiary domains
      - `total_subsidary_subdomains` integer — Total number of subdomains across all subsidiary domains
      - `twitter` string — Twitter profile URL
    - `search_score` number, required — The search score of the result
    - `type` 'organization' | 'domain', required — Indicates whether this is an organization or domain result
  - `total` integer, required

## Other responses

- `400` — Example response
- `401` — Example response
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/domain/search/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/projectdiscovery/apis/pdcp-api/revisions/24404c1dd282?raw)
