Integrate CashNiche niche intelligence into your own applications. Rate-limited, key-authenticated REST API.
Get API KeyAll API requests require a Bearer token in the Authorization header.
Authorization: Bearer cn_your_api_key| Param | Type | Default | Description |
|---|---|---|---|
limit | int | 20 | Results per page (max 50) |
offset | int | 0 | Pagination offset |
tag | string | — | Filter by tag (e.g. "SaaS") |
market_size | string | — | "Low" | "Medium" | "High" |
competition | string | — | "Low" | "Medium" | "High" |
min_score | int | — | Minimum opportunity score (0–100) |
curl -H "Authorization: Bearer cn_your_key" \ "https://cashniche.com/api/v1/niches?min_score=60&competition=Low"