# NHS Find a Tender Notice Export

**Use case:** 

Scrape UK Find a Tender notices for an NHS buyer or authority with notice details, CPV/category fields, dates, and document links.

## Input

```json
{
  "keywords": "digital",
  "noticeStatus": "all",
  "noticeTypes": [
    "Tender",
    "Award"
  ],
  "buyer": "NHS",
  "maxResults": 75,
  "fetchDetails": true,
  "useApifyProxy": false,
  "startUrls": [
    {
      "url": "https://www.find-tender.service.gov.uk/Search/Results"
    }
  ]
}
```

## Output

```json
{
  "noticeId": {
    "label": "Notice ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyer": {
    "label": "Buyer",
    "format": "text"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "text"
  },
  "noticeType": {
    "label": "Notice type",
    "format": "text"
  },
  "noticeStatus": {
    "label": "Status",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "text"
  },
  "cpv": {
    "label": "CPV",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "supplier": {
    "label": "Supplier",
    "format": "text"
  },
  "awardData": {
    "label": "Award data",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "documentLinks": {
    "label": "Document links",
    "format": "array"
  }
}
```

## About this Actor

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