CodePulse API - Web Archive History Lookup is a paid API for AI agents from codepulse-api.hahavoid0.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15, last successful call 2026-08-04).
Retrieves the earliest or most relevant Wayback Machine snapshot URL and timestamp for a given web page
Queries historical website snapshots from the free Archive.org API.
Returns a JSON object with availability (boolean), the archive timestamp (e.g. '20061205213202'), a direct Wayback Machine snapshot URL, confidence level, warnings, and a disclaimer. Indicates whether the URL is supported for lookup and when the data was last updated.
POSThttps://codepulse-api.hahavoid0.workers.dev/web/historyUse this endpoint when you need to quickly retrieve the earliest or most notable Wayback Machine snapshot for a specific URL without managing API keys. Ideal for AI agents that need to verify historical web presence, find archived versions of pages, or confirm when a domain was first crawled. Priced at $0.001 USDC per call via x402 on Base, making it cost-effective for occasional lookups.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"result": {
"available": true,
"timestamp": "20061205213202",
"snapshot_url": "https://web.archive.org/web/20061205213202/http://example.com:80/"
},
"warnings": [],
"supported": true,
"confidence": "high",
"data_as_of": "2026-06",
"disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting."
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"