# Monitor MHRA paracetamol product registrations UK

**Use case:** 

Track MHRA products database paracetamol search with PL numbers, dosage forms, and marketing authorisation holders.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://products.mhra.gov.uk/search/?search=Paracetamol"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "plNumber": {
    "label": "PL Number",
    "format": "text"
  },
  "activeSubstances": {
    "label": "Active Substances",
    "format": "text"
  },
  "territory": {
    "label": "Territory",
    "format": "text"
  },
  "fileUrl": {
    "label": "File URL",
    "format": "link"
  },
  "kvKey": {
    "label": "KV Key",
    "format": "text"
  },
  "searchScore": {
    "label": "Search Score",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK MHRA Medicine & Healthcare Products Scraper](https://apify.com/lexis-solutions/mhra-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/mhra-uk-scraper) to learn more, explore other use cases, and run it yourself.