404.
GET /api/v1/competitors/:id
Returns full details for a single tracked competitor.Path parameters
The competitor’s unique NearIQ ID. Retrieve this from
GET /api/v1/me/competitors.Response fields
Unique competitor ID.
Competitor business name.
Google Maps Place ID.
Street address.
Google Business category.
Website URL.
Phone number.
Current Google rating (1.0–5.0).
Total number of Google reviews.
NearIQ profile completeness score (0–100).
Google listing status. Common values:
OPERATIONAL, CLOSED_TEMPORARILY, CLOSED_PERMANENTLY.ISO 8601 timestamp of the most recent NearIQ data check.
ISO 8601 timestamp of when you added this competitor to NearIQ.
GET /api/v1/competitors/:id/snapshots
Returns historical rating and review-count snapshots for a competitor. Each snapshot is a point-in-time data capture by NearIQ. Snapshots are returned in reverse-chronological order.Path parameters
The competitor’s unique NearIQ ID.
Query 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-06-30).Response fields
Number of snapshots returned.
GET /api/v1/competitors/:id/reviews
Returns cached Google reviews for a competitor along with aggregated metadata. Reviews are served from NearIQ’s cache (up to 200 reviews per competitor).Path parameters
The competitor’s unique NearIQ ID.
Query parameters
Number of reviews to return. Maximum is
200.Sort order. One of
newest, oldest, highest, or lowest.