# crawlPage

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/web-crawler.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/web-crawler.ts#L32)

Crawl a single documentation page

## Signature

```ts
async function crawlPage(url: string): Promise<CrawledPage | null>
```

## Parameters

| Name | Type |
|---|---|
| `url` | `string` |

**Returns:** `Promise<CrawledPage | null>`
