---
name: api.dentro.fyi
description: api.dentro.fyi provides access to the Dentro merchant directory, returning paginated lists of e-commerce merchant sites with metadata such as domain, business name, product category, country, and platform. It does not provide product-level data, pricing, or inventory. The two available skills expose the same underlying directory data through slightly different endpoint descriptions.
host: api.dentro.fyi
---

# api.dentro.fyi

Dentro is a merchant directory index covering e-commerce sites across platforms such as Shopify and WooCommerce. It serves agents that need to discover, enumerate, or look up merchants by domain, category, country, or platform. Both skills return site-level metadata only; neither provides storefront content or transactional data.

## When to use this host

Use api.dentro.fyi when an agent needs to discover or enumerate e-commerce merchants from the Dentro index — for example, to build a merchant lookup table, filter merchants by category or platform, or source domain and country metadata. Do not use this host for real-time product pricing, inventory levels, or any storefront-level content; those require direct merchant APIs or e-commerce data providers. Since both skills appear to return the same data structure, prefer whichever is more semantically aligned with the task description, but do not expect differentiated results between them.

## Capabilities

### Merchant Directory Lookup

Both skills return paginated merchant records from the Dentro directory, including domain, name, category, country, and e-commerce platform. They serve the same discovery and enumeration purpose and appear to expose the same underlying dataset.

- **`fetch-dentro-sites`** — Returns a paginated list of merchant site listings from Dentro, each with domain, name, category, country, and e-commerce platform.
- **`fetch-merchant-directory`** — Returns a paginated list of merchant records from the Dentro directory, each including domain, name, category, country, and e-commerce platform.

## Skill reference

### `fetch-dentro-sites`

**Dentro Sites** — Returns a paginated list of merchant site listings from Dentro, each with domain, name, category, country, and e-commerce platform.

*Use when:* Use when an agent needs to discover or look up merchant websites indexed by Dentro, including their domain, business name, product category, country, and platform (e.g. Shopify, WooCommerce).

*Not for:* Do not use for real-time product pricing or inventory data; this endpoint returns site-level merchant metadata only, not product-level details.

**Returns:** Returns a tier label, a count of 20 merchants, and an array of merchant objects each with domain, name, category, country, and platform, plus a data_fetched_at timestamp.

**Example:** `GET https://api.dentro.fyi/sites`

---

### `fetch-merchant-directory`

**Merchant Directory API** — Returns a paginated list of merchant records from the Dentro directory, each including domain, name, category, country, and e-commerce platform.

*Use when:* Use when an agent needs to discover or enumerate merchants from the Dentro directory, such as when building a merchant lookup, filtering by category or platform, or sourcing e-commerce merchant metadata.

*Not for:* Do not use for real-time inventory, pricing, or product data from individual merchants; this endpoint returns directory-level metadata only, not merchant storefront content.

**Returns:** Returns a JSON object with tier label, count of 20 merchants, an array of merchant records (domain, name, category, country, platform), and a data_fetched_at timestamp.

**Example:** `GET https://api.dentro.fyi/merchants`

---
