# BuiltWith Redirects

> BuiltWith Redirects is a paid API for AI agents from BuiltWith at builtwith.mpp.paywithlocus.com, paid per call via MPP, $0.035/call, status unknown (last checked 2026-09-14).

Looks up the redirect history for a given domain, revealing past redirect chains and URL changes tracked by BuiltWith.

## Facts

- Endpoint: POST https://builtwith.mpp.paywithlocus.com/builtwith/redirects
- Price: $0.035/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: BuiltWith
- Docs: https://api.builtwith.com
- Website: https://builtwith.com
- Tags: technology-profiling, tech-stack, competitive-intel, domains, data
- Canonical page: https://www.zero.xyz/c/builtwith-redirects-93c1887a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RlLXpVCUwYFYqANIsp4ha

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-redirects-93c1887a -d '<json body>'
```

Example prompt: Can you pull up the redirect history for shopify.com using BuiltWith — I want to see all the past redirects and URL chains associated with that domain?

## When to prefer this

Use this endpoint when you need to understand the redirect history of a specific domain — useful for SEO audits, competitive intelligence, tracking domain migrations, investigating brand changes, or verifying whether a domain has historically redirected traffic elsewhere. Choose this over the general Domain Lookup when redirect chain data is specifically needed.

## Known failure modes

- Domain not found in BuiltWith database — returns empty or minimal result
- Invalid domain format in LOOKUP field — may return error
- API authentication failure — unauthorized response
- Truncated response for domains with very large redirect histories
- Network timeout for complex redirect chain lookups

## How this service works

Redirect history for a domain — inbound and outbound redirects with first/last detected dates.

## Output

Returns historical redirect data for the queried domain, including the chain of redirects associated with it as tracked by BuiltWith across 100M+ websites. The response is a potentially large object containing redirect history records.

## Example request

```json
{
 "LOOKUP": "example.com"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "LOOKUP"
 ],
 "properties": {
  "LOOKUP": {
   "type": "string",
   "description": "Domain to look up redirect history for"
  }
 },
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/builtwith-redirects-93c1887a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from builtwith.mpp.paywithlocus.com](https://www.zero.xyz/host/builtwith.mpp.paywithlocus.com/llms.txt)
