# SearchResult

**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#L5)

Search-related interfaces for web search and competitor docs

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `url` | `string` |
| `content` | `string` |
| `snippet` | `string` |
| `category` | `string[]` |
| `source` | `string` |
| `lastCrawled` | `Date` |
| `score` | `number` |
