---
title: "On demand scan"
method: POST
path: "/domain/scan"
tags: ["Domains"]
---

# On demand scan

`POST /domain/scan`

Use this method to request a domains crawl. You can scan up to 100 domains at a time. Scanning usually takes about 1 minute. Scan results can be obtained using the endpoints /domain, /domain/search or /bulk-search/domain.

## Request body

- BulkDomainRequest
  - `domain_list` string[], required — The list of domain names

## Response `200`

Operation successful

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

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