---
title: "Search companies in bulk"
method: POST
path: "/companies/bulk-searches"
tags: ["scores"]
---

# Search companies in bulk

`POST /companies/bulk-searches`

Search companies in bulk

## Request body

- object
  - `searches` string[], required — search text array
  - `maxSearches` integer — number of searches to perform

## Response `201`

bulk searches results

- object — bulk searches results
  - `scorecards` object[], required — list of domains found
    - `order` number
    - `id` string
    - `domain` string, required
    - `name` string
    - `follows` number
    - `searches` object — list of scorecard original searches
      - `original_query` string
      - `match_query` string
      - `result` string
      - `source` string
      - `reason` string
      - `category` string
      - `attempt` number
      - `confidence` number
      - `is_new` boolean
      - `is_already_using_slot` boolean
      - `is_new_tagged` boolean
      - `is_already_tagged` boolean
    - `contacts_count` number
    - `industry_id` string
    - `active` boolean
  - `not_found` object[], required — list of searches which has not found
    - `order` number, required
    - `attempts` object[], required
      - `query` string
      - `reason` string
      - `category` string
      - `attempt` number
      - `original_query` string
      - `match_query` string
      - `match_domain` string
      - `confidence` number
  - `repeated_domains` string[], required — list of domains found and repeated
  - `scorecards_repeated` object[] — list of scorecards repeated
    - `order` number
    - `id` string
    - `domain` string, required
    - `name` string
    - `follows` number
    - `searches` object — list of scorecard original searches
      - `original_query` string
      - `match_query` string
      - `result` string
      - `source` string
      - `reason` string
      - `category` string
      - `attempt` number
      - `confidence` number
      - `is_new` boolean
      - `is_already_using_slot` boolean
      - `is_new_tagged` boolean
      - `is_already_tagged` boolean
    - `contacts_count` number
    - `industry_id` string
    - `active` boolean
  - `not_found_repeated` object[] — list of searches which has not found and repeated
    - `order` number, required
    - `attempts` object[], required
      - `query` string
      - `reason` string
      - `category` string
      - `attempt` number
      - `original_query` string
      - `match_query` string
      - `match_domain` string
      - `confidence` number

---

[API](https://skmtc.dev/securityscorecard/apis/securityscorecard-api.md) · [All operations](https://skmtc.dev/securityscorecard/apis/securityscorecard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/securityscorecard/securityscorecard-api/revisions/b9f98b6fd37a/schema)
