# Catheter AccessGUDID Device Lookup

**Use case:** 

Look up catheter device DI values in AccessGUDID and extract manufacturer, brand, model, and package metadata.

## Input

```json
{
  "deviceIdentifiers": [
    "00860005855124",
    "00851424007140",
    "00851424007119"
  ],
  "identifiersText": "00860005855124\n00851424007140\n00851424007119",
  "maxItems": 50,
  "concurrency": 3,
  "includeRawPayload": true,
  "requestTimeoutSecs": 30
}
```

## Output

```json
{
  "inputIdentifier": {
    "label": "Input identifier"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "status": {
    "label": "Status"
  },
  "deviceId": {
    "label": "Primary DI"
  },
  "brandName": {
    "label": "Brand"
  },
  "versionModelNumber": {
    "label": "Model"
  },
  "companyName": {
    "label": "Company"
  },
  "deviceCommDistributionStatus": {
    "label": "Distribution"
  },
  "deviceRecordStatus": {
    "label": "Record status"
  },
  "gmdnTerms": {
    "label": "GMDN terms"
  },
  "productCodes": {
    "label": "Product codes"
  },
  "errorMessage": {
    "label": "Error"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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