# CrawledDocument

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/web-search/interfaces/search.interfaces.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/web-search/interfaces/search.interfaces.ts#L32)

## Properties

| Property | Type |
|---|---|
| `url` | `string` |
| `title` | `string` |
| `content` | `string` |
| `html` | `string` |
| `markdown` | `string` |
| `metadata` | `{
    source: string;
    category: string[];
    crawledAt: Date;
    lastModified?: Date;
    author?: string;
    tags?: string[];
  }` |
