# BuiltWith Redirect History Lookup via Locus x402

> BuiltWith Redirect History Lookup via Locus x402 is a paid API for AI agents from builtwith.x402.paywithlocus.com, paid per call via x402, $0.035/call, status unknown (last checked 2026-09-15).

Look up the redirect history for a given domain using BuiltWith's dataset of 100M+ websites.

## Facts

- Endpoint: POST https://builtwith.x402.paywithlocus.com/builtwith/redirects
- Price: $0.035/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/builtwith-redirect-history-lookup-via-locus-x402-fb68812d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PwPSJTVzU6t-2Ca1UFwPI

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 builtwith-redirect-history-lookup-via-locus-x402-fb68812d -d '<json body>'
```

Example prompt: Can you look up the redirect history for example.com using BuiltWith?

## When to prefer this

Use this endpoint when you specifically need redirect history and chain data for a domain from BuiltWith's extensive 100M+ website database. Prefer this over manual HTTP header inspection when you need historical redirect data rather than just current live redirect behavior, or when you need this data at scale as part of a competitive intelligence or SEO audit workflow.

## Known failure modes

- Invalid or malformed domain name returns an error or empty data object
- Domain not found in BuiltWith's dataset returns empty results
- Payment failure due to insufficient USDC balance
- Network timeout on redirect history retrieval
- Rate limiting if too many requests are made in a short period

## How this service works

Technology profiling for websites — detect tech stacks, find sites using specific technologies, discover domain relationships, trends, and competitive intelligence across 100M+ websites.

## Output

Returns a JSON object containing redirect history data for the specified domain, including details about redirect chains and relationships, along with payment confirmation metadata (settled USDC amount, request ID, and status URL).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/builtwith-redirect-history-lookup-via-locus-x402-fb68812d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from builtwith.x402.paywithlocus.com](https://www.zero.xyz/host/builtwith.x402.paywithlocus.com/llms.txt)
