> ## Documentation Index
> Fetch the complete documentation index at: https://docs.compliapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Screen Website

> Screen a website or domain across every enabled list

<ParamField query="address" type="string" required>
  The website URL or domain to screen.
</ParamField>

<ParamField query="lists" type="string">
  Comma-separated [list slugs](/api/screen/lists) to narrow the scope (default: all enabled lists; unknown slugs return `400`).
</ParamField>

Returns the shared [screening envelope](/api/screen).

```
GET /api/v1/screen/website?address=example.com
```
