Full-text search the official Japanese (JP) Diet proceedings archive (国会会議録, sou
Full-text search the official Japanese (JP) Diet proceedings archive (国会会議録, sourced from the National Diet Library), filterable by date range, house, committee, and speaker. Returns meeting metadata and matching snippets. Dynamic pricing: a base fee plus a small per-result fee. Use to find when and where a topic was debated.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
140 msmedian answer time
$0.012listed price per call
$0.012price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://diet.agentic-jp.com/minutes/search
| Category | Search and research |
|---|---|
| Provider host | diet.agentic-jp.com |
| Networks | eip155:137, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.012 | 140 ms |
Example input (from the provider)
{
"body": {
"limit": 20,
"query": "\u30b9\u30c6\u30fc\u30d6\u30eb\u30b3\u30a4\u30f3"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"from_date": {
"description": "YYYY-MM-DD",
"type": "string"
},
"house": {
"enum": [
"shugiin",
"sangiin"
],
"type": "string"
},
"limit": {
"description": "Max results, 1\u2013100",
"maximum": 100,
"minimum": 1,
"type": "number"
},
"query": {
"description": "Full-text query for Diet minutes (\u56fd\u4f1a\u4f1a\u8b70\u9332). The field `q` is also accepted as an alias.",
"maxLength": 200,
"type": "string"
},
"to_date": {
"description": "YYYY-MM-DD",
"type": "string"
}
},
"required": [
"query"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}