# EUDAMED issued certificates scraper

**Use case:** 

Export issued EUDAMED certificates with manufacturer, notified body, status, issue date, expiry date, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ec.europa.eu/tools/eudamed/api/certificates/search/?certificateStatus=refdata.certificate-status.issued&size=10&page=0"
    }
  ],
  "certificateNumber": "Z-25-052-S-IX-E",
  "certificateStatus": "issued",
  "notifiedBodySrn": "0633",
  "includeDetails": true,
  "maxItems": 100,
  "pageSize": 50,
  "startPage": 0
}
```

## Output

```json
{
  "certificateNumber": {
    "label": "Certificate number"
  },
  "certificateStatus": {
    "label": "Status"
  },
  "certificateType": {
    "label": "Type"
  },
  "issueDate": {
    "label": "Issue date"
  },
  "expiryDate": {
    "label": "Expiry date"
  },
  "notifiedBodySrn": {
    "label": "NB SRN"
  },
  "notifiedBodyName": {
    "label": "Notified body"
  },
  "actorSrn": {
    "label": "Manufacturer SRN"
  },
  "actorName": {
    "label": "Manufacturer"
  },
  "uuid": {
    "label": "UUID"
  },
  "rawDetailUrl": {
    "label": "Detail URL"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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