Skip to main content
GET
/
wf
/
tiktok-niches-insight
cURL
curl --request GET \
  --url https://riona.ai/api/1.1/wf/tiktok-niches-insight \
  --header 'Authorization: Bearer <token>'
{
  "lastUpdate": "12-09-2025",
  "niches": [
    {
      "rank": 1,
      "niche": "Budgeting / Investing",
      "estAvgCPM": 15,
      "lowAvgCPM": 10,
      "highAvgCPM": 20,
      "currencyCPM": "USD"
    },
    {
      "rank": 2,
      "niche": "Crypto",
      "estAvgCPM": 15,
      "lowAvgCPM": 10,
      "highAvgCPM": 20,
      "currencyCPM": "USD"
    },
    {
      "rank": 3,
      "niche": "Side Hustles",
      "estAvgCPM": 15,
      "lowAvgCPM": 10,
      "highAvgCPM": 20,
      "currencyCPM": "USD"
    },
    {
      "rank": 4,
      "niche": "AI / Tech Reviews",
      "estAvgCPM": 8,
      "lowAvgCPM": 5,
      "highAvgCPM": 12,
      "currencyCPM": "USD"
    },
    {
      "rank": 5,
      "niche": "Fashion & Beauty",
      "estAvgCPM": 5,
      "lowAvgCPM": 3,
      "highAvgCPM": 8,
      "currencyCPM": "USD"
    },
    {
      "rank": 6,
      "niche": "Tips / How-To",
      "estAvgCPM": 3,
      "lowAvgCPM": 2,
      "highAvgCPM": 5,
      "currencyCPM": "USD"
    },
    {
      "rank": 7,
      "niche": "Health & Fitness",
      "estAvgCPM": 3,
      "lowAvgCPM": 2,
      "highAvgCPM": 5,
      "currencyCPM": "USD"
    },
    {
      "rank": 8,
      "niche": "Travel / Lifestyle",
      "estAvgCPM": 2,
      "lowAvgCPM": 1,
      "highAvgCPM": 3,
      "currencyCPM": "USD"
    },
    {
      "rank": 9,
      "niche": "Storytelling / Comedy",
      "estAvgCPM": 2,
      "lowAvgCPM": 1,
      "highAvgCPM": 3,
      "currencyCPM": "USD"
    }
  ]
}
{
  "lastUpdate": "12-09-2025",
  "niches": [
    {
      "rank": 1,
      "niche": "Budgeting / Investing",
      "estAvgCPM": 15,
      "lowAvgCPM": 10,
      "highAvgCPM": 20,
      "currencyCPM": "USD"
    },
    {
      "rank": 2,
      "niche": "Crypto",
      "estAvgCPM": 15,
      "lowAvgCPM": 10,
      "highAvgCPM": 20,
      "currencyCPM": "USD"
    },
    {
      "rank": 3,
      "niche": "Side Hustles",
      "estAvgCPM": 15,
      "lowAvgCPM": 10,
      "highAvgCPM": 20,
      "currencyCPM": "USD"
    },
    {
      "rank": 4,
      "niche": "AI / Tech Reviews",
      "estAvgCPM": 8,
      "lowAvgCPM": 5,
      "highAvgCPM": 12,
      "currencyCPM": "USD"
    },
    {
      "rank": 5,
      "niche": "Fashion & Beauty",
      "estAvgCPM": 5,
      "lowAvgCPM": 3,
      "highAvgCPM": 8,
      "currencyCPM": "USD"
    },
    {
      "rank": 6,
      "niche": "Tips / How-To",
      "estAvgCPM": 3,
      "lowAvgCPM": 2,
      "highAvgCPM": 5,
      "currencyCPM": "USD"
    },
    {
      "rank": 7,
      "niche": "Health & Fitness",
      "estAvgCPM": 3,
      "lowAvgCPM": 2,
      "highAvgCPM": 5,
      "currencyCPM": "USD"
    },
    {
      "rank": 8,
      "niche": "Travel / Lifestyle",
      "estAvgCPM": 2,
      "lowAvgCPM": 1,
      "highAvgCPM": 3,
      "currencyCPM": "USD"
    },
    {
      "rank": 9,
      "niche": "Storytelling / Comedy",
      "estAvgCPM": 2,
      "lowAvgCPM": 1,
      "highAvgCPM": 3,
      "currencyCPM": "USD"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

api_key
string
required

This is your account API Key. You can easily locate it in your account dashboard.

Response

200

OK