NotiFlow
Real-time brand social listening - tap into live notification campaigns pushed by 1000s of brands. Conduct competitor analysis. Check brand mentions. Identify running discounts and offers. This API also includes trends, call-to-actions and emotional tone for the push campaigns.
NotiFlow endpoints
| Method | Endpoint | Description |
|---|---|---|
| apps | ||
| GET |
/apps/most-active /apps/most-active |
This endpoint returns a ranked list of brands (mapped from app names) that sent the highest number of notifications within the specified time range. It is useful for identifying… |
| content | ||
| GET |
/content/notification-length /content/notification-length |
This endpoint calculates the length of each notification’s text content and groups it into predefined length ranges: "0-49", "50-99", "100-149", and "150+" characters. It returns… |
| GET |
/content/call-to-emotion /content/call-to-emotion |
This endpoint analyzes the first value in the `call_to_emotion` array of each notification and returns a count of how often each emotional trigger (e.g. "Urgency", "Fear",… |
| GET |
/content/emotional-tone /content/emotional-tone |
This endpoint analyzes the first value in the `emotional_tone` array of each notification and returns a count of how often each emotional tone appears. Only documents with a… |
| experiments | ||
| GET |
/experiments/cte-variation /experiments/cte-variation |
This endpoint analyzes the `call_to_emotion` field to return the most common emotional tones(e.g., "Urgency", "Curiosity") along with their usage strength and top triggering… |
| search | ||
| GET |
/search/notification-text /search/notification-text |
Searches the text content of notifications. Returns matching notifications with basic metadata. Useful for tracking themes, campaign mentions, or specific keywords across mobile… |
| trends | ||
| GET |
/trends/discount-type /trends/discount-type |
This endpoint analyzes the first `discount_type` field in each notification’s `specific_promotion_details` and returns the count of each unique promotion type (e.g. "Flat… |
| GET |
/trends/daily-volume /trends/daily-volume |
This endpoint returns a time series of daily notification counts across all brands, optionally filtered by brand name, brand category, and date range. |
| GET |
/trends/volume-by-brand /trends/volume-by-brand |
This endpoint returns the total number of notifications sent by each brand (mapped to app name) within a specified time range. You can filter by app category. |
NotiFlow pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | $5 / month | 10 / minute |
|
| PRO | $25 / month | 100 / minute |
|