# Wayback Machine Intelligence Lookup

> Wayback Machine Intelligence Lookup is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Retrieves archived web snapshots and historical page data from the Internet Archive's Wayback Machine for a given URL and optional target date.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/wayback-intel
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wayback-machine-intelligence-lookup-a65426d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KFBFUphTF7Ahv6lqPbAJi

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability wayback-machine-intelligence-lookup-a65426d4
```

Example prompt: Can you pull up what sec.gov/edgar looked like on January 1st 2020 using the Wayback Machine, and also show me a list of up to 10 snapshots around that time so I can see how the page changed?

## When to prefer this

Use this endpoint when you need to retrieve historical or archived versions of a specific web page, verify past content of a URL, investigate how a site has changed over time, or recover content from pages that have since been deleted or modified. Ideal for research, fact-checking, compliance auditing, and competitive intelligence tasks requiring historical web context.

## Known failure modes

- URL has never been archived — returns no snapshot found
- Requested timestamp predates any archived version — returns nearest available or error
- Malformed URL input — returns validation error
- Wayback Machine API unavailable — upstream timeout or 5xx
- Private or excluded domain (robots.txt exclusion) — no snapshots available

## How this service works

Queries the Internet Archive Wayback Machine for historical snapshots of any public URL. Returns the closest archived snapshot URL, capture timestamp (ISO 8601), and HTTP status code at the time of capture. Optionally lists up to 10 recent snapshots to trace how a site evolved over time. Covers 800B+ archived pages spanning 27+ years of web history. Useful for due diligence (when was this domain first archived?), fact-checking, competitor tracking, and retrieving archived regulatory or financia

## Output

Returns the archived snapshot closest to the requested date for the given URL, including the archive URL, actual snapshot timestamp, and HTTP status. If list_snapshots is true, also returns up to 10 historical snapshots with their timestamps, HTTP statuses, and direct Wayback Machine archive URLs, enabling change-over-time analysis.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "url": "example.com",
   "timestamp": "20200101",
   "list_snapshots": true
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wayback-machine-intelligence-lookup-a65426d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
