/me family of endpoints gives you programmatic access to everything NearIQ knows about your own business: your Google Business Profile data, tracked competitors, alert history, rating snapshots, reviews, and profile health score.
GET /api/v1/me
Returns your business profile, including your Google listing details, current rating, review count, and account plan.Response fields
Unique identifier for your business record.
Your business name.
Primary Google Business Profile category (e.g.,
"Pizza restaurant").Street address as stored on your Google listing.
Website URL from your Google listing.
Phone number from your Google listing.
Your Google Maps Place ID (e.g.,
"ChIJN1t_tDeuEmsRUsoyG83frY4").Current Google rating (1.0–5.0).
Total number of Google reviews.
Your NearIQ subscription plan (e.g.,
"growth", "trial", "expired").ISO 8601 timestamp of when your account was created.
ISO 8601 timestamp of the last profile update.
GET /api/v1/me/competitors
Returns your list of tracked competitors, sorted by health score by default.Request parameters
Sort order. One of
score_desc, score_asc, name, or rating_desc.Response fields
Total number of tracked competitors returned.
GET /api/v1/me/alerts
Returns recent alerts for your account, such as rating drops, review spikes, and competitor changes.Request parameters
Maximum number of alerts to return. Maximum value is
200.When
true, returns only alerts that have not been read.Filter by alert type, for example
rating_drop or hours_change. See the Alerts reference for all types.Response fields
Number of alerts returned.
GET /api/v1/me/snapshots
Returns historical rating and review-count snapshots for your business. Each snapshot is a point-in-time data capture by NearIQ.Request parameters
Number of most-recent snapshots to return. Maximum is
365.Inclusive start date filter. ISO date string (e.g.,
2025-01-01).Inclusive end date filter. ISO date string (e.g.,
2025-03-31).Response fields
Number of snapshots returned.
GET /api/v1/me/reviews
Returns your Google reviews along with AI sentiment analysis, rating distribution, and owner response rate. Reviews are served from NearIQ’s cache.Response fields
AI-generated sentiment analysis.
null if not available or plan does not support it.Map of star rating (1–5) to review count.
null if unavailable.Fraction of reviews with an owner response (0.0–1.0).
null if unavailable.Data source used:
serp, places, or cache.true when the response was served from NearIQ’s local cache.GET /api/v1/me/gbp-health
Returns a completeness score and pass/fail checklist for your Google Business Profile.Response fields
Overall health score from 0 to 100.