View Historical Websites
Look up how any website appeared at a specific point in time using Wayback Machine snapshots.
Historical snapshots of any website
Look back at how any website looked at any point in history. Check if a URL has been archived, browse captures across date ranges, or get year-by-year summaries. For competitive research, recovering lost content, and investigating website histories.
Check if a URL has been archived and get the closest snapshot to a given date. Returns the archived snapshot URL and metadata.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-archive",
"skill": "check_availability",
"input": {
"url": "https://example.com"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch capture history for a URL with date range filters. Shows how many times a page was archived and when, with viewable archive links.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-archive",
"skill": "search_captures",
"input": {
"url": "https://example.com",
"limit": 5
}
}' \
https://api.toolrouter.com/v1/tools/callGet a summary of how many times a domain or URL has been archived, with yearly capture counts. Useful for understanding a site's web presence over time.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-archive",
"skill": "site_history",
"input": {
"url": "example.com",
"from_year": 2020,
"to_year": 2020
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"web-archive","skill":"check_availability","input":{}}' \
https://api.toolrouter.com/v1/tools/callLook up how any website appeared at a specific point in time using Wayback Machine snapshots.
Track how competitor websites, pricing pages, and messaging have evolved over time using archived snapshots.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Research domain acquisition opportunities by searching availability, checking ownership, examining DNS, and reviewing domain history.
Build a comprehensive intelligence report on any domain using WHOIS, DNS, geolocation, and web archive data.
Audit a domain before purchase by reviewing registration history, DNS state, web archive history, and SEO reputation.
Archive web pages completely with archive checks, content extraction, and visual screenshots.
Yes. `check_availability` finds the closest archived snapshot to the date you want and returns a viewable archive URL.
Use `search_captures` to see the capture timeline, filter by dates, and open specific archived versions.
Yes. `site_history` shows total captures, first and last archived dates, and the year-by-year breakdown.
No. Both domains and full URLs are accepted, depending on how specific you want the archive search to be.