recommendation that suggests a concrete action you can take in response.
Alerts are scoped to your user account and cover both your own business and any competitors you track.
GET /api/v1/me/alerts
Returns recent alerts triggered for your account. Alerts are returned in reverse-chronological order.Request parameters
Maximum number of alerts to return. Maximum value is
200.Set to
true to return only alerts that have not been read.Filter by alert type. See the full list of types below. Example:
type=rating_drop.Response fields
Number of alerts in this response.
Alert types
NearIQ generates alerts for the following event types. Use the exact type string in thetype query parameter to filter.
| Type | Description |
|---|---|
rating_drop | A tracked competitor’s rating fell since the last check |
rating_rise | A tracked competitor’s rating rose since the last check |
review_surge | A tracked competitor received an unusual spike in new reviews |
velocity_spike | A competitor’s review velocity (rate of new reviews) has accelerated significantly |
hours_change | A tracked competitor updated their opening hours |
website_change | A tracked competitor changed their website URL |
hiring_activity | A tracked competitor posted new job listings (signal of expansion) |
new_competitor | NearIQ detected a new business in your category and area |
own_rating_drop | Your own Google rating dropped since the last check |
own_rating_rise | Your own Google rating rose since the last check |
own_review_surge | Your own listing received an unusual spike in new reviews |
Severity levels
Every alert carries aseverity label that tells you how urgently you should act.
| Severity | Meaning |
|---|---|
info | Informational — awareness only, no immediate action required |
warning | Needs attention — something changed that may affect your competitive position |
opportunity | Competitive gap — a competitor is weakening while you have room to gain |
danger | Urgent — your own rating or reviews are declining and action is recommended immediately |
The recommendation field
When available, therecommendation field contains an AI-generated suggested action. For example, if a competitor’s rating drops, the recommendation might be: “This is a good time to promote your higher rating in local ads or on your homepage.”
Not all alerts include a recommendation. The field is null when NearIQ does not have enough context to generate a meaningful suggestion.