# Reddit Mention Volume for Healthtech Brands

**Use case:** 

Find the subreddit for healthtech companies, measure how alive it is, and sample how often the brand is mentioned across Reddit.

## Input

```json
{
  "company_domain": "ro.co",
  "company_name": "Ro",
  "handle": "",
  "mentionQuery": "",
  "includeMentions": "true",
  "includeFollowerCounts": "true",
  "skipCache": "false",
  "redditClientId": "<YOUR_SECRET>",
  "redditClientSecret": "<YOUR_SECRET>",
  "source_tag": "reddit-brand-presence-mapper:reddit-mention-volume-for-healthtech-brands"
}
```

## Output

```json
{
  "degraded": {
    "label": "Degraded",
    "format": "boolean"
  },
  "degradation_reason": {
    "label": "Degradation Reason",
    "format": "string"
  },
  "company_domain": {
    "label": "Company Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "string"
  },
  "subreddit_url": {
    "label": "Subreddit URL",
    "format": "string"
  },
  "subreddit_title": {
    "label": "Subreddit Title",
    "format": "string"
  },
  "subreddit_description": {
    "label": "Subreddit Description",
    "format": "string"
  },
  "subreddit_subscribers": {
    "label": "Subscribers",
    "format": "integer"
  },
  "subreddit_subscribers_status": {
    "label": "Subscribers Status",
    "format": "string"
  },
  "last_post_at": {
    "label": "Last Post",
    "format": "string"
  },
  "days_since_last_post": {
    "label": "Days Since Last Post",
    "format": "number"
  },
  "recent_post_count": {
    "label": "Recent Posts Sampled",
    "format": "integer"
  },
  "posts_per_week": {
    "label": "Posts Per Week",
    "format": "number"
  },
  "distinct_recent_authors": {
    "label": "Distinct Recent Authors",
    "format": "integer"
  },
  "subreddit_status": {
    "label": "Subreddit Status",
    "format": "string"
  },
  "mention_query_used": {
    "label": "Mention Query Used",
    "format": "string"
  },
  "mention_sample_size": {
    "label": "Mentions Sampled",
    "format": "integer"
  },
  "mention_sample_capped": {
    "label": "Mention Sample Capped",
    "format": "boolean"
  },
  "mention_span_days": {
    "label": "Mention Span, Days",
    "format": "number"
  },
  "mentions_per_week": {
    "label": "Mentions Per Week",
    "format": "number"
  },
  "distinct_subreddits": {
    "label": "Distinct Subreddits",
    "format": "integer"
  },
  "top_subreddit": {
    "label": "Top Subreddit",
    "format": "string"
  },
  "latest_mention_at": {
    "label": "Latest Mention",
    "format": "string"
  },
  "mentions_status": {
    "label": "Mentions Status",
    "format": "string"
  },
  "run_date": {
    "label": "Run Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Brand Presence and Mention Monitor for Clay](https://apify.com/mambalabs/reddit-brand-presence-mapper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/reddit-brand-presence-mapper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/mambalabs/reddit-brand-presence-mapper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
