wayback_urls
Search the Wayback Machine for archived URLs of a domain to uncover old endpoints, hidden paths, and removed content. Returns unique URLs with timestamps and metadata.
Instructions
Search Wayback Machine for archived URLs of a domain. Returns unique URLs with timestamps, status codes, and MIME types. Useful for finding old endpoints, hidden paths, and removed content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to search archived URLs for | |
| match_type | No | CDX match type (exact, prefix, host, domain) | |
| filter | No | CDX filter (e.g. 'statuscode:200', 'mimetype:text/html') | |
| limit | No | Maximum URLs to return (default: 1000) |