# Drugs.com Medications C-List Scraper

**Use case:** 

Scrape medications starting with C from Drugs.com. Get drug names, descriptions and detail links as structured JSON data.

## Input

```json
{
  "startLetter": "c",
  "maxItems": 5
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "genericName": {
    "label": "Generic Name",
    "format": "text"
  },
  "drugClass": {
    "label": "Drug Class",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "warningsSummary": {
    "label": "Warnings Summary",
    "format": "text"
  },
  "sideEffectsSummary": {
    "label": "Side Effects Summary",
    "format": "text"
  },
  "availableForms": {
    "label": "Available Forms",
    "format": "text"
  },
  "approvalStatus": {
    "label": "Approval Status",
    "format": "text"
  },
  "pregnancyCategory": {
    "label": "Pregnancy Category",
    "format": "text"
  },
  "csaSchedule": {
    "label": "Csa Schedule",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Drugs.com Scraper | Medication Database](https://apify.com/parseforge/drugs-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/drugs-com-scraper) to learn more, explore other use cases, and run it yourself.