# OpenPrescribing NHS Spend Full Export

**Use case:** 

Full Export of OpenPrescribing NHS Spend. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchTerms": [
    "atorvastatin"
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "drugName": {
    "label": "💊 Drug",
    "format": "text"
  },
  "bnfCode": {
    "label": "🔢 BNF",
    "format": "text"
  },
  "section": {
    "label": "📂 Section",
    "format": "text"
  },
  "date": {
    "label": "📅 Month",
    "format": "text"
  },
  "items": {
    "label": "📦 Items",
    "format": "number"
  },
  "quantity": {
    "label": "🔬 Quantity",
    "format": "number"
  },
  "actualCost": {
    "label": "💷 Cost (£)",
    "format": "number"
  },
  "costPerItem": {
    "label": "🧮 £/item",
    "format": "number"
  },
  "spendingUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenPrescribing NHS Spend Scraper](https://apify.com/parseforge/openprescribing-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openprescribing-scraper) to learn more, explore other use cases, and run it yourself.