Apprise is an open-source notification library and API service that enables developers to send alerts to a wide variety of services, including email, chat platforms, and SMS providers. It utilizes a universal URL format to standardize integration across over 137 supported endpoints, eliminating the need to manage disparate APIs. The platform offers flexibility through a Python library, command-line interface, and a self-hosted stateless API gateway for infrastructure automation.

LLM mention score The LLM mention score is the total number of mentions of this brand in different LLM chatbots, normalized to the scale from 0 to 100. You can get actual, non-normalized numbers via the LLM Mention API from DataForSEO.

Normalized 0–100 · last 8 weeks

DataForSEO API

Get LLM mention data of any company via DataForSEO API

Get access to the structured data on keyword, brand, and website mentions in LLMs, including metrics like AI search volume, impressions, and mentions count. 

How to get LLM mention data →
// Fetch Apprise mentions
POST v3/ai_optimization/llm_mentions/search/live
[
    {
        "target": [
            {
                "keyword": "Apprise",
                "search_scope": ["any"]
            }
        ],
        "platform": "chat_gpt",
        "order_by" : ["ai_search_volume,desc"]
    }
]