# UK news The Guardian Article Search & Archive

**Use case:** 

Extract The Guardian Article Search & Archive data filtered by UK news. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "",
  "maxItems": 10,
  "section": "uk-news",
  "tag": "",
  "productionOffice": "any",
  "orderBy": "newest",
  "lang": "",
  "includeBodyText": true,
  "includeBlocks": false,
  "includeReferences": false,
  "includeRights": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image URL",
    "format": "image"
  },
  "id": {
    "label": "🆔 Article ID",
    "format": "text"
  },
  "webTitle": {
    "label": "📌 Web Title",
    "format": "text"
  },
  "headline": {
    "label": "📌 Headline",
    "format": "text"
  },
  "webUrl": {
    "label": "🔗 Web URL",
    "format": "link"
  },
  "type": {
    "label": "📂 Content Type",
    "format": "text"
  },
  "sectionId": {
    "label": "📂 Section ID",
    "format": "text"
  },
  "sectionName": {
    "label": "📂 Section Name",
    "format": "text"
  },
  "pillarId": {
    "label": "📂 Pillar ID",
    "format": "text"
  },
  "pillarName": {
    "label": "📂 Pillar Name",
    "format": "text"
  },
  "webPublicationDate": {
    "label": "📅 Publication Date",
    "format": "date"
  },
  "firstPublicationDate": {
    "label": "📅 First Publication Date",
    "format": "date"
  },
  "lastModified": {
    "label": "🕒 Last Modified",
    "format": "date"
  },
  "productionOffice": {
    "label": "🏢 Production Office",
    "format": "text"
  },
  "language": {
    "label": "🌍 Language",
    "format": "text"
  },
  "publication": {
    "label": "📰 Publication",
    "format": "text"
  },
  "byline": {
    "label": "👤 Byline",
    "format": "text"
  },
  "contributors": {
    "label": "👤 Contributors",
    "format": "array"
  },
  "wordCount": {
    "label": "🔢 Word Count",
    "format": "number"
  },
  "starRating": {
    "label": "⭐ Star Rating",
    "format": "number"
  },
  "liveBloggingNow": {
    "label": "📺 Live Blogging Now",
    "format": "boolean"
  },
  "standfirst": {
    "label": "📝 Standfirst",
    "format": "text"
  },
  "trailText": {
    "label": "📝 Trail Text",
    "format": "text"
  },
  "bodyText": {
    "label": "📝 Body Text",
    "format": "text"
  },
  "bodyHtml": {
    "label": "📝 Body HTML",
    "format": "text"
  },
  "keywords": {
    "label": "🏷️ Keywords",
    "format": "array"
  },
  "series": {
    "label": "📦 Series",
    "format": "array"
  },
  "tones": {
    "label": "🏷️ Tones",
    "format": "array"
  },
  "newspaperTags": {
    "label": "📰 Newspaper Tags",
    "format": "array"
  },
  "imageGallery": {
    "label": "📦 Image Gallery",
    "format": "array"
  },
  "blocks": {
    "label": "📦 Blocks",
    "format": "object"
  },
  "references": {
    "label": "📦 References",
    "format": "array"
  },
  "rights": {
    "label": "📜 Rights",
    "format": "object"
  },
  "snapshotTime": {
    "label": "🕒 Snapshot Time",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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