# Japan Diet Budget Committee (予算委員会) Speeches

**Use case:** 

Extract Japan Diet budget committee speech records from the NDL Kokkai API — speaker, party, full Japanese text, wareki date, and NDL citation URL.

## Input

```json
{
  "sp_intended_usage": "Policy research on Japanese fiscal debates in the budget committee",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "searchQuery": "予算",
  "speakerName": "",
  "nameOfMeeting": "予算委員会",
  "chamber": "",
  "sessionNumber": 0,
  "dateFrom": "",
  "dateTo": "",
  "maxItems": 100
}
```

## Output

```json
{
  "meeting_date": {
    "label": "Meeting Date",
    "format": "string"
  },
  "chamber": {
    "label": "Chamber",
    "format": "string"
  },
  "committee": {
    "label": "Committee",
    "format": "string"
  },
  "session": {
    "label": "Session",
    "format": "integer"
  },
  "speaker": {
    "label": "Speaker",
    "format": "string"
  },
  "speaker_group": {
    "label": "Speaker Group",
    "format": "string"
  },
  "speaker_position": {
    "label": "Speaker Position",
    "format": "string"
  },
  "speech_text": {
    "label": "Speech Text",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Japan Kokkai Diet Proceedings Scraper - NDL Speech Records](https://apify.com/jungle_synthesizer/kokkai-diet-proceedings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/kokkai-diet-proceedings-scraper) to learn more, explore other use cases, and run it yourself.