# BuiltWith Technology Trends via Locus x402

> BuiltWith Technology Trends 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-13).

Retrieves adoption trends over time for a specific technology across 100M+ websites tracked by BuiltWith

## Facts

- Endpoint: POST https://builtwith.x402.paywithlocus.com/builtwith/trends
- Price: $0.035/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/builtwith-technology-trends-via-locus-x402-0aec63cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nAyRGUuBwHoMUGQfyNtuV

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-technology-trends-via-locus-x402-0aec63cc -d '<json body>'
```

Example prompt: Can you pull the adoption trends for Shopify from BuiltWith — I want to see how its usage across the web has been changing over time?

## When to prefer this

Use this endpoint when you need time-series or historical trend data showing how a specific technology's adoption has changed across the web — ideal for market research, competitive benchmarking, or investment analysis. Prefer this over the domain-lookup or tech-detection siblings when the goal is aggregate trend insight rather than profiling a specific website.

## Known failure modes

- Unknown or unrecognized technology name returns empty data or error
- Misspelled TECH parameter yields no results
- Rate limiting or payment failure blocks the request
- Technology name ambiguity (e.g. 'React' vs 'React Native') may return unexpected results
- Network timeout from upstream BuiltWith API

## 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 data object containing historical adoption trend data for the specified technology — likely including time-series usage counts or percentage share across the BuiltWith dataset of 100M+ websites — along with payment metadata confirming the $0.035 USDC charge and a request ID for status tracking.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "TECH": {
   "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-technology-trends-via-locus-x402-0aec63cc/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)
