# House of Lords Hansard UK Parliament Debates

**Use case:** 

Extract Hansard UK Parliament Debates data filtered by House of Lords. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchTerm": "",
  "house": "Lords",
  "memberName": "",
  "department": "",
  "debateType": "",
  "includeFormer": false,
  "orderBy": "",
  "maxItems": 10
}
```

## Output

```json
{
  "contributionId": {
    "label": "🆔 Contribution ID",
    "format": "text"
  },
  "memberName": {
    "label": "👤 Member Name",
    "format": "text"
  },
  "attributedTo": {
    "label": "👤 Attributed To",
    "format": "text"
  },
  "memberId": {
    "label": "🆔 Member ID",
    "format": "number"
  },
  "house": {
    "label": "🏛️ House",
    "format": "text"
  },
  "section": {
    "label": "📂 Section",
    "format": "text"
  },
  "debateSection": {
    "label": "📂 Debate Section",
    "format": "text"
  },
  "debateSectionId": {
    "label": "🆔 Debate Section ID",
    "format": "text"
  },
  "hansardSection": {
    "label": "📂 Hansard Section",
    "format": "text"
  },
  "sittingDate": {
    "label": "📅 Sitting Date",
    "format": "date"
  },
  "timecode": {
    "label": "🕒 Timecode",
    "format": "text"
  },
  "text": {
    "label": "📝 Text",
    "format": "text"
  },
  "wordCount": {
    "label": "🔢 Word Count",
    "format": "number"
  },
  "orderInDebate": {
    "label": "🔢 Order In Debate",
    "format": "number"
  },
  "paragraphTag": {
    "label": "🏷️ Paragraph Tag",
    "format": "text"
  },
  "url": {
    "label": "🔗 Permalink",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hansard UK Parliament Debates Scraper](https://apify.com/parseforge/hansard-uk-debates-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hansard-uk-debates-scraper) to learn more, explore other use cases, and run it yourself.