# Openfda-drug-labels US Drug & Medical Reference Pro

**Use case:** 

Extract US Drug & Medical Reference Pro data filtered by openfda-drug-labels. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "diabetes",
  "sources": [
    "openfda-drug-labels"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [US Drug & Medical Reference Pro](https://apify.com/parseforge/us-drug-med-reference-pro-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/us-drug-med-reference-pro-scraper) to learn more, explore other use cases, and run it yourself.