Like dig, but for the web. Comprehensive website intelligence and metadata extraction for Raycast.
Digger surfaces contextual information about any website without needing to open developer tools. Enter a URL and instantly see metadata, SEO signals, security info, DNS records, and more.
Configure these in Raycast preferences (⌘ ,):
| Option | Description |
|---|---|
| Auto Load from Clipboard | Automatically analyze URLs copied to clipboard |
| Auto Load from Selected Text | Analyze highlighted URLs in any app |
| Browser Extension Support | Analyze the current browser tab (requires Raycast Browser Extension) |
| macOS | Windows | Action |
|---|---|---|
↑ / ↓ | ↑ / ↓ | Navigate between sections |
⌘ R | Ctrl R | Refresh data |
⌘ ⇧ C | Ctrl ⇧ C | Copy URL |
⌘ ⇧ J | Ctrl ⇧ J | Copy as JSON |
⌘ ⇧ M | Ctrl ⇧ M | Copy as Markdown |
⌘ O | Ctrl O | Open in browser |
⌘ ⇧ W | Ctrl ⇧ W | Open in Wayback Machine |
⌘ ⇧ G | Ctrl ⇧ G | View on Google |
In the HTTP Headers list, ⌘ ⇧ C copies a header's value and ⌘ ⌥ C copies its
name. Press ⌘ K on any section to see every action available there.
Digger is useful for:
Digger fetches websites directly from your machine. No data is sent to third-party servers except:
Debug Logging (off by default, in preferences) writes detailed diagnostics to the
Raycast console. Those logs stay on your machine — nothing is uploaded — and credentials
are masked automatically: values under names like token, key, or api_key, and
Bearer tokens, are replaced with *** wherever they appear, including inside logged
objects. Masking is pattern-based, so a sensitive value under an unremarkable parameter
name — ?sid=, ?u=, a document id — can still appear in full.
Strict Redaction (also in preferences, off by default) closes that gap: every URL query
string and fragment is masked to ?*** / #***, including values no pattern can recognize.
It applies to lines written after you enable it — it cannot clean up console output that
already exists — so turn it on first, reproduce the problem, then share the new lines. It is off by default because the query string
is frequently the thing you are trying to diagnose.
Some websites use Cloudflare, Akamai, or similar services that may block or challenge automated requests. Digger will indicate when this happens.
Contributions are welcome! Please:
For bugs or feature requests, open an issue.
Built by Chris Messina and his robot helpers.
Uses:
MIT License — see LICENSE for details.