# Track Sexual-Health Peptide Demand & Sentiment

**Use case:** 

Scrape sexual-health peptide conversation from Reddit and YouTube with compound disambiguation, sentiment, and intent classification.

## Input

```json
{
  "sources": [
    "reddit",
    "youtube"
  ],
  "compoundCategories": [
    "sexual"
  ],
  "customVocabulary": [],
  "maxItemsPerSource": 40,
  "enrichmentMode": "full",
  "includeAggregates": true,
  "autoDiscover": false,
  "datasetName": ""
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "compounds": {
    "label": "Compounds",
    "format": "array"
  },
  "compoundCategory": {
    "label": "Category",
    "format": "text"
  },
  "sentiment": {
    "label": "Sentiment"
  },
  "intent": {
    "label": "Intent",
    "format": "text"
  },
  "vendorMentions": {
    "label": "Vendors",
    "format": "array"
  },
  "brandMentions": {
    "label": "Brands",
    "format": "array"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "sourceUrl": {
    "label": "URL",
    "format": "link"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "createdAt": {
    "label": "Posted",
    "format": "date"
  },
  "enriched": {
    "label": "Enriched",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Peptide Market Intelligence Scraper](https://apify.com/constructive_calm/peptide-market-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/peptide-market-intel) to learn more, explore other use cases, and run it yourself.