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

# URLScan

> Reference for the Tracecat URLScan integration: registered actions, required secrets, expected inputs, and example workflow usage.

## Lookup URL

Action ID: `tools.urlscan.lookup_url`

Lookup a URL using URLScan.

Reference: [https://urlscan.io/docs/result/](https://urlscan.io/docs/result/)

### Secrets

Required secrets:

* `urlscan`: required values `URLSCAN_API_KEY`.

### Input fields

<ParamField path="url" type="string" required>
  URL to lookup.
</ParamField>

<ParamField path="visibility" type="string">
  Visibility of the scan.

  Default: `"private"`.
</ParamField>
