Reddit Mentions

Monitor Reddit discussions to surface emerging product pain points, competitive comparisons, and category trends affecting your prospects.

Overview

Reddit Mentions surface authentic, unfiltered discussions about companies—what real users are saying when they're not talking to vendors.

We analyze 50k+ subreddits and search across 4M+ companies to surface mentions in threads and comments. For recent discussions, we analyze both the original post and the comment thread to produce one or more signals—multiple comments on the same topic can contribute to a single aggregated signal. Each mention is categorized into one of 15 subtypes (buying intent, churn risk, pain points, security concerns, etc.) and scored for relevance, confidence, and urgency.

Available Subtypes

Subtype EnumCategoryDescription
brandReputationsentimentDiscussions about overall brand perception and reputation
buyingIntentbuying-intentActive discussions about evaluating or purchasing solutions
churnRiskriskUsers expressing dissatisfaction or intent to switch providers
competitorMentioncompetitiveActive threads comparing the company to competitors
implementationHelpproductUsers seeking guidance on setup or integration
industryTrendmarketEmerging category or market trends being discussed
integrationNeedproductUsers discussing integration requirements or challenges
negativeReviewsentimentUsers criticizing or warning against the product
painPointpain-pointUsers discussing problems or frustrations with a product
positiveReviewsentimentUsers praising or recommending the product
pricingConcernriskDiscussions about pricing issues, value, or cost complaints
productFeedbackproductFeature requests, bugs, or improvement suggestions
securityConcernriskDiscussions about security, privacy, or data concerns
supportIssueproductCustomer support quality or responsiveness problems
useCasebuying-intentUsers sharing how they use the product or seeking advice

Schema

{
  "signal_id": "5a95c667-e7ef-4b0f-9184-9037409f164f",
  "batch_id": null,
  "signal_type": "reddit-mentions",
  "signal_subtype": "buyingIntent",
  "signal_name": "Reddit Mention",
  "signal_category": "buying-intent",
  "detected_at": "2026-03-24T09:30:54.407Z",
  "association": "company",
  "company": {
    "name": "Basketcase",
    "domain": "basketcase.gallery",
    "description": "Basketcase.gallery is a webstore and a portfolio focused on young art and streetwear out of Southern California.",
    "industries": [
      "Retail Apparel and Fashion"
    ],
    "linkedin_url": "linkedin.com/company/basketcasegallery",
    "employee_count_low": 2,
    "employee_count_high": 10
  },
  "data": {
    "summary": "There is strong buying intent for Basketcase Gallery products, with one user explicitly stating they want to buy a specific item (Bruisers Zip-Up Hoodie). Another user positively showcased a shirt from the brand as part of a styled outfit, indicating customer satisfaction and brand adoption.",
    "sentiment": "positive",
    "confidence_score": 0.95,
    "salience_score": 0.85,
    "recency_score": 0.9,
    "moderation_score": 0.1,
    "urgency": "medium",
    "buying_stage": "decision",
    "objection_type": null,
    "audience_type": [
      "current customer",
      "potential customer",
      "fashion enthusiast"
    ],
    "evidence": [
      "https://www.reddit.com/r/BasketcaseGallery/comments/1rv2wsz/wtb_basketcase_gallery_bruisers_zipup_hoodie/",
      "https://www.reddit.com/r/OUTFITS/comments/1rsb7x4/fit_from_a_night_out/"
    ],
    "source_urls": [
      "https://www.reddit.com/r/BasketcaseGallery/comments/1rv2wsz/wtb_basketcase_gallery_bruisers_zipup_hoodie/",
      "https://www.reddit.com/r/OUTFITS/comments/1rsb7x4/fit_from_a_night_out/"
    ],
    "competitors_mentioned": [
      "Chrome Hearts",
      "Zara",
      "Dr.Marten"
    ],
    "topics_tags": [
      "WTB",
      "Basketcase Gallery",
      "Hoodie",
      "Outfit"
    ],
    "topics": [
      "Demand for Bruisers Zip-Up Hoodie",
      "Customer Outfit Showcase"
    ],
    "subreddits": [
      "BasketcaseGallery",
      "OUTFITS"
    ],
    "total_upvotes": 7,
    "total_comments": 3,
    "post_text": "Went out with friends the other night and got some fit pics\nHat: Chrome Hearts\nJacket: Zara\nShirt: Basketcase Gallery\nPants: Zara\nShoes: Dr.Marten",
    "post_count": 2,
    "post_date": "2026-03-16T07:29:42.000Z",
    "post_author": "aydwayn",
    "post_flair": [
      "No Advice Wanted 🚫"
    ],
    "upvote_ratio": 0.74
  }
}

Field Reference

Core Fields

FieldTypeRequiredDescription
signal_idstring (UUID)Unique identifier for this signal
batch_idstring | nullBatch identifier for the processing run (null if not batched)
signal_typestringAlways "reddit-mentions"
signal_subtypestringSpecific signal subtype (see subtypes table above)
signal_namestringHuman-readable signal label (e.g. "Reddit Mention")
signal_categorystringHigh-level category derived from subtype (see subtypes table)
detected_atstring (ISO 8601)When this signal was detected
associationstringEntity association type — always "company"

Company Object

FieldTypeRequiredDescription
company.namestringCompany being discussed
company.domainstringCompany domain
company.descriptionstringCompany description
company.industriesarray[string]Industry classifications
company.linkedin_urlstring (URL)Company LinkedIn URL
company.employee_count_lowintegerLower bound of employee count range
company.employee_count_highintegerUpper bound of employee count range

Data Object

FieldTypeRequiredDescription
data.summarystringAI-generated summary of discussions
data.sentimentstringOverall sentiment (positive, negative, mixed, neutral)
data.confidence_scorefloatConfidence in signal accuracy (0.0–1.0)
data.salience_scorefloatHow relevant/actionable the signal is (0.0–1.0)
data.recency_scorefloatHow recent the discussions are (0.0–1.0)
data.moderation_scorefloatContent safety score — lower is safer for professional use (0.0–1.0)
data.urgencystringSignal urgency level (critical, high, medium, low)
data.buying_stagestringBuyer journey stage (unaware, problemAware, solutionAware, evaluating, deciding, decided, implementing, churnRisk)
data.objection_typestring | nullType of objection raised (price, features, support, security, integration, performance, complexity, availability)
data.audience_typearray[string]Target audience types (endUser, smallBusinessOwner, enterprise, etc.)
data.evidencearray[string]Key quotes or URLs from discussions
data.source_urlsarray[string]Links to source Reddit threads
data.competitors_mentionedarray[string]Competitors mentioned in discussion
data.topics_tagsarray[string]Keyword tags extracted from the discussion
data.topicsarray[string]Higher-level topic summaries
data.subredditsarray[string]Subreddits where the discussion occurred
data.total_upvotesintegerTotal upvotes across source posts
data.total_commentsintegerTotal comments across source posts
data.post_countintegerNumber of posts analyzed for this signal
data.post_textstringFull text of the source Reddit post. For multi-post signals, contains the primary post body
data.post_datestring (ISO 8601)Date of the primary source post
data.post_authorstringReddit username of the post author
data.post_flairarray[string]Reddit post flair/tags
data.upvote_ratiofloatUpvote ratio of the primary post (0.0–1.0)

Coverage

  • Refresh: Monthly
  • Coverage: 2,000,000 companies

Next: Data Activation Guide — Playbooks for turning Reddit signals into sales opportunities, competitive intelligence, and churn alerts.