# FDA regulation number scraper

**Use case:** 

Monitor FDA medical device classifications by CFR regulation number and export product codes, panels, and source URLs.

## Input

```json
{
  "productCodes": [
    "JMG"
  ],
  "keywords": [
    "ferritin"
  ],
  "regulationNumbers": [
    "866.5340"
  ],
  "maxItems": 50,
  "includeOpenFda": true
}
```

## Output

```json
{
  "productCode": {
    "label": "Product code"
  },
  "deviceName": {
    "label": "Device name"
  },
  "medicalSpecialtyDescription": {
    "label": "Specialty"
  },
  "deviceClass": {
    "label": "Class"
  },
  "regulationNumber": {
    "label": "Regulation"
  },
  "gmpExemptFlag": {
    "label": "GMP exempt"
  },
  "reviewPanel": {
    "label": "Panel"
  },
  "summaryMalfunctionReporting": {
    "label": "SMR"
  },
  "implantFlag": {
    "label": "Implant"
  },
  "lifeSustainSupportFlag": {
    "label": "Life support"
  },
  "openfdaKNumbers": {
    "label": "510(k) numbers"
  },
  "sourceApiUrl": {
    "label": "Source API URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [openFDA Device Classification Scraper](https://apify.com/automation-lab/openfda-device-classification-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/openfda-device-classification-scraper) to learn more, explore other use cases, and run it yourself.