Skip to main content
GET
/
wf
/
twitter-niches-insight
cURL
curl --request GET \
  --url https://riona.ai/api/1.1/wf/twitter-niches-insight \
  --header 'Authorization: Bearer <token>'
{
  "lastUpdate": "16-09-2025",
  "niches": [
    {
      "rank": 1,
      "niche": "Personal Finance",
      "estAvgCPM": 10,
      "lowAvgCPM": 8,
      "highAvgCPM": 12,
      "currencyCPM": "USD"
    },
    {
      "rank": 2,
      "niche": "Crypto",
      "estAvgCPM": 10,
      "lowAvgCPM": 8,
      "highAvgCPM": 12,
      "currencyCPM": "USD"
    },
    {
      "rank": 3,
      "niche": "Tech / SaaS B2B",
      "estAvgCPM": 6.5,
      "lowAvgCPM": 5,
      "highAvgCPM": 8,
      "currencyCPM": "USD"
    },
    {
      "rank": 4,
      "niche": "Gaming / Comedy",
      "estAvgCPM": 4,
      "lowAvgCPM": 3,
      "highAvgCPM": 5,
      "currencyCPM": "USD"
    },
    {
      "rank": 5,
      "niche": "Lifestyle / Culture",
      "estAvgCPM": 4,
      "lowAvgCPM": 3,
      "highAvgCPM": 5,
      "currencyCPM": "USD"
    }
  ]
}
{
  "lastUpdate": "16-09-2025",
  "niches": [
    {
      "rank": 1,
      "niche": "Personal Finance",
      "estAvgCPM": 10,
      "lowAvgCPM": 8,
      "highAvgCPM": 12,
      "currencyCPM": "USD"
    },
    {
      "rank": 2,
      "niche": "Crypto",
      "estAvgCPM": 10,
      "lowAvgCPM": 8,
      "highAvgCPM": 12,
      "currencyCPM": "USD"
    },
    {
      "rank": 3,
      "niche": "Tech / SaaS B2B",
      "estAvgCPM": 6.5,
      "lowAvgCPM": 5,
      "highAvgCPM": 8,
      "currencyCPM": "USD"
    },
    {
      "rank": 4,
      "niche": "Gaming / Comedy",
      "estAvgCPM": 4,
      "lowAvgCPM": 3,
      "highAvgCPM": 5,
      "currencyCPM": "USD"
    },
    {
      "rank": 5,
      "niche": "Lifestyle / Culture",
      "estAvgCPM": 4,
      "lowAvgCPM": 3,
      "highAvgCPM": 5,
      "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