Company Reddit Reviews
GET/companies/reddit-reviews1 credit

Company Reddit Reviews

Curated Reddit reviews of a company: a sentiment meter, the standout "gem" + harshest "coal", and verbatim review snippets with permalinks. Serves the cached result instantly; for a known company with none cached it runs a live RSS + AI-curation pass and caches it. Look up by slug, domain, or name. 1 credit.

GEThttps://www.startuphub.ai/api/v1/companies/reddit-reviews

Request

curl "https://www.startuphub.ai/api/v1/companies/reddit-reviews?domain=ourdream.ai" \
  -H "Authorization: Bearer sk_live_..."

Parameters

slugstringoptional

Company slug. Pass slug, domain, or name.

domainstringoptional

Company domain or URL.

namestringoptional

Company name.

livebooleanoptionaldefault: false

Force a fresh curation pass

Response

json
{
  "data": {
    "company": { "name": "Ourdream", "slug": "ourdream-ai", "startuphub_url": "https://www.startuphub.ai/startups/ourdream-ai" },
    "sentiment": { "positive": 7, "negative": 2, "mixed": 1, "total": 10, "score": 50 },
    "reviews": [
      { "snippet": "Honestly the best one I've tried...", "sentiment": "positive", "subreddit": "r/...", "author": "u/...", "date": "2026-05-20", "permalink": "https://reddit.com/...", "badge": "gem" }
    ]
  },
  "credits": { "cost": 1, "remaining_period": 9999, "remaining_balance": 2000 }
}

Errors

400Pass slug, domain, or name
401Invalid or missing API key
429Insufficient credits