---
title: "Multi-page crawl a website streaming issues on found"
method: POST
path: "/crawl"
tags: ["reports"]
---

# Multi-page crawl a website streaming issues on found

`POST /crawl`

## Headers

- `Transfer-Encoding` string, required

## Request body

- WebsiteInput
  - `url` string
  - `mobile` boolean
  - `pageInsights` boolean
  - `ua` string
  - `standard` string
  - `robots` string
  - `subdomains` boolean
  - `tld` boolean
  - `customHeaders` string[]

## Response `200`

successful operation

- object
  - `data` Report[]
    - `_id` integer
    - `domain` string
    - `pageUrl` string
    - `issues` PageIssue[]
      - `recurrence` integer
      - `typeCode` integer
      - `code` string
      - `message` string
      - `context` string
      - `selector` string
      - `runner` string
      - `type` string
    - `issuesInfo` IssuesInfo
      - `accessScoreAverage` integer
      - `possibleIssuesFixedByCdn` integer
      - `totalIssues` integer
      - `issuesFixedByCdn` integer
      - `errorCount` integer
      - `warningCount` integer
      - `noticeCount` integer
      - `pageCount` integer

## Other responses

- `405` — Invalid input

## Changes

- **2026-07-17** `83861b057739` — 1 breaking, 8 warning
  - the `data/items/issues` response's property type/format changed from ``/`` to `array`/`` for status `200`
  - removed the optional property `data/items/issues/code` from the response with the `200` status
  - removed the optional property `data/items/issues/context` from the response with the `200` status
  - removed the optional property `data/items/issues/message` from the response with the `200` status
  - …5 more
- **2023-01-15** `ce9cb8170318` — 1 warning, 1 info
  - removed the optional property `data/items/issuesInfo/adaScoreAverage` from the response with the `200` status
  - added the optional property `data/items/issuesInfo/accessScoreAverage` to the response with the `200` status
- **2023-01-03** `3bb4c57b4660` — 1 breaking, 1 info
  - added the new required `header` request parameter `Transfer-Encoding`
  - api operation id `crawlWebsite` removed and replaced with `crawlWebsiteStream`
- **2022-07-06** `3abdf8ec2b20` — 2 info
  - added the new optional request property `subdomains`
  - added the new optional request property `tld`
- **2022-06-14** `dbb7bce5ffbe` — 1 warning, 7 info
  - removed the request property `domain`
  - added the new optional request property `customHeaders`
  - added the new optional request property `mobile`
  - added the new optional request property `pageInsights`
  - …4 more

[Full history](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/changes/crawl/post.md)

---

[API](https://skmtc.dev/a11ywatch/apis/a11ywatch-client.md) · [All operations](https://skmtc.dev/a11ywatch/apis/a11ywatch-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/a11ywatch/a11ywatch-client/revisions/83861b057739/schema)
