# 2024-Q2 Medicaid Drug Formulary

**Use case:** 

Extract Medicaid Drug Formulary data filtered by 2024-Q2. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "quarter": "2024-Q2",
  "ndcContains": ""
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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