# Dentro Merchant Directory Search

> Dentro Merchant Directory Search is a paid API for AI agents from api.dentro.fyi, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Search a directory of 22,000+ independent e-commerce stores by keyword, country, or category to discover merchants and their metadata

## Facts

- Endpoint: GET https://api.dentro.fyi/sites
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-dentro-fyi-e6adf19c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jA6IxpTThpRtYBabTn4Yv

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 api-dentro-fyi-e6adf19c
```

Example prompt: Can you find independent e-commerce stores in the UK that sell sustainable clothing — I need their domain names and what platform they're on so I can pull their product catalogs next.

## When to prefer this

Use this endpoint when an agent needs to discover independent e-commerce merchants by keyword, country, or category before fetching their product catalogs. Prefer this over generic web search when you need structured merchant metadata (domain, platform, merchant_id) from a curated, consented directory of 22,000+ brands across 16 countries.

## Known failure modes

- No stores match the given keyword/country/category combination — returns empty list
- Invalid or unsupported country code — returns error or empty result
- Malformed query parameters — returns 400-level error
- Payment not included or rejected — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429 Too Many Requests

## How this service works

Search the Dentro commerce-merchant directory. Query by keyword, country, or category and receive a list of consented independent e-commerce stores (domain, name, country, category, platform). Use this to discover stores before pulling their full catalog with /products/:merchant_id, or use /search to query products across all merchants in one call. 22,000+ brands across 16 countries; covers shopify, woocommerce, magento, custom storefronts. No API key required, pay per call.

## Output

A list of independent e-commerce stores matching the query, each with domain, store name, country, product category, platform (e.g. Shopify, WooCommerce, Magento), and a merchant_id for downstream catalog lookups.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-dentro-fyi-e6adf19c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.dentro.fyi](https://www.zero.xyz/host/api.dentro.fyi/llms.txt)
