# Preview latest NMPA UDI weekly package

**Use case:** 

Preview 100 records from the newest NMPA UDI weekly release after verifying the package checksum. Use this sample to check the fields for a weekly import, and change previewRecords if you need a different sample size.

## Input

```json
{
  "releaseType": "weekly",
  "latestOnly": true,
  "maxPackages": 1,
  "outputMode": "preview",
  "previewRecords": 100,
  "includeContactList": false
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "upload_type": {
    "label": "Add/Modify",
    "format": "text"
  },
  "udi_di": {
    "label": "UDI-DI",
    "format": "text"
  },
  "product_name": {
    "label": "Product name",
    "format": "text"
  },
  "trade_name": {
    "label": "Trade name",
    "format": "text"
  },
  "model_specification": {
    "label": "Model",
    "format": "text"
  },
  "registrant_name": {
    "label": "Registrant",
    "format": "text"
  },
  "registration_or_filing_number": {
    "label": "Reg/filing no.",
    "format": "text"
  },
  "release_filename": {
    "label": "Release file",
    "format": "text"
  },
  "output_scope": {
    "label": "Scope",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [China NMPA UDI Daily Updates API](https://apify.com/automa-flow/nmpa-udi-daily-updates.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automa-flow/nmpa-udi-daily-updates.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/automa-flow/nmpa-udi-daily-updates.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
