# Samsung FDA De Novo Record Extractor

**Use case:** 

Extract FDA DEN230041 details, requester, regulation, product code, decision, and official PDF links.

## Input

```json
{
  "deNovoNumbers": [
    "DEN230041"
  ],
  "pccpAuthorized": "",
  "maxItems": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "deNovoNumber": {
    "label": "De Novo number",
    "format": "text"
  },
  "deviceName": {
    "label": "Device name",
    "format": "text"
  },
  "requester": {
    "label": "Requester",
    "format": "text"
  },
  "decisionDate": {
    "label": "Decision date",
    "format": "text"
  },
  "decision": {
    "label": "Decision",
    "format": "text"
  },
  "productCodes": {
    "label": "Product codes",
    "format": "array"
  },
  "regulationNumber": {
    "label": "Regulation number",
    "format": "text"
  },
  "submissionType": {
    "label": "Type",
    "format": "text"
  },
  "pccpAuthorized": {
    "label": "PCCP authorized",
    "format": "boolean"
  },
  "classificationOrderUrl": {
    "label": "Classification order",
    "format": "link"
  },
  "decisionSummaryUrl": {
    "label": "Decision summary",
    "format": "link"
  },
  "sourceUrl": {
    "label": "FDA source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA De Novo Device Decisions Scraper](https://apify.com/automation-lab/fda-de-novo-device-decisions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fda-de-novo-device-decisions-scraper) to learn more, explore other use cases, and run it yourself.