---
title: "Get keyword roots for a Niche"
method: GET
path: "/v1/niches/{nicheId}/roots"
tags: ["v1"]
---

# Get keyword roots for a Niche

`GET /v1/niches/{nicheId}/roots`

Retrieves the keyword lexical roots for the specified Niche. Roots are individual words or word combinations extracted from the Master Keyword List. For example, "bluetooth headphones" contains roots: "bluetooth", "headphones", and "bluetooth headphones". This analysis helps identify the most impactful keywords and their search volume distribution.

## Path parameters

- `nicheId` string, required

## Other responses

- `400` — Invalid nicheId
- `401` — Api key is invalid
- `403` — Unauthorized to access the resource
- `404` — Resource not found
- `429` — Rate limit exceeded, either the per-client-IP limit or the per-API-key limit for this endpoint.
- `500` — Internal error

---

[API](https://skmtc.dev/datadive/apis/data-dive-developer-apis.md) · [All operations](https://skmtc.dev/datadive/apis/data-dive-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadive/data-dive-developer-apis/revisions/03207abc96ba/schema)
