---
title: "Get Organization by Domain"
method: GET
path: "/v1/organization/search"
tags: ["chaos"]
---

# Get Organization by Domain

`GET /v1/organization/search`

## Query parameters

- `domain` string, required
- `limit` integer
- `offset` integer

## Response `200`

Organization Search Results

- object
  - `count` integer, required
  - `results` OrganizationFullInfo[], required
    - `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
    - `aliases` string[] — List of organization aliases
    - `category_groups` string[] — Macro level category groups (e.g. AI instead of generative_ai)
    - `created_at` string, date-time — Timestamp when the organization record was created
    - `description` string — Full description of the organization
    - `founded_on.value` string — Organization founding date (YYYY-MM-DD)
    - `rank` integer — Organization's rank
    - `subsidaries` OrganizationInfo[] — List of all subsidiary organizations
      - `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
    - `updated_at` string, date-time — Timestamp when the organization record was last updated
  - `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/organization/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)
