# HMRC Manual Section GOV.UK Content Search

**Use case:** 

Extract GOV.UK Content Search data filtered by HMRC Manual Section. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "",
  "format": "hmrc_manual_section",
  "organisation": "",
  "topicalEvent": "",
  "worldLocation": "",
  "person": "",
  "taxon": "",
  "partOfTaxonomyTree": "",
  "manual": "",
  "orderBy": "",
  "maxItems": 10
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "contentId": {
    "label": "🆔 Content ID",
    "format": "text"
  },
  "format": {
    "label": "📂 Format",
    "format": "text"
  },
  "documentType": {
    "label": "📂 Document Type",
    "format": "text"
  },
  "documentTypeRaw": {
    "label": "📂 Document Type (raw)",
    "format": "text"
  },
  "publishedAt": {
    "label": "📅 Published At",
    "format": "date"
  },
  "publishedDate": {
    "label": "📅 Published Date",
    "format": "text"
  },
  "relevanceScore": {
    "label": "📈 Relevance Score",
    "format": "number"
  },
  "totalAvailable": {
    "label": "🔢 Total Available",
    "format": "number"
  },
  "organisations": {
    "label": "🏛️ Organisations",
    "format": "array"
  },
  "worldLocations": {
    "label": "🌍 World Locations",
    "format": "array"
  },
  "topicalEvents": {
    "label": "🏷️ Topical Events",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GOV.UK Content Search Scraper](https://apify.com/parseforge/govuk-content-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/govuk-content-search-scraper) to learn more, explore other use cases, and run it yourself.