List opportunities
The team’s latest opportunities with filters and pagination. Requires an API
key. Sorted by created_at (recency).
Each row is either review-sourced or social-sourced: source says which
("review", "linkedin", or "reddit"), review is populated for the former
and mention for the latter. Social sources (LinkedIn, Reddit) require a Scale
plan or higher - they are simply absent from the response on lower plans.
Authorizations
A paid-team API key, sent as Authorization: Bearer rch_live_…. Create and
revoke keys in the app under Settings → API keys.
Query Parameters
Free-text match across the opportunity's review.
Filter by triage status. Only new is accepted as a filter.
new Restrict to opportunities whose review is for this product id (uuid).
Comma-separated review ratings, e.g. 4,5.
"4,5"
Comma-separated sources to include, at either level: a review site
(g2, capterra, trustpilot, trustradius, sourceforge) or a social
source (linkedin, reddit). Mix freely, e.g. g2,linkedin. Omit for
everything the team's plan entitles.
"g2,linkedin"
Comma-separated company industries.
Comma-separated company sizes.
Comma-separated company countries.
Inclusive lower bound on created_at (ISO 8601).
Inclusive upper bound on created_at (ISO 8601).
Sort order by creation time.
newest, oldest 1-indexed page number.
x >= 1Items per page (max 100).
1 <= x <= 100