← Back to directory

On-demand LLM analysis of a Japanese government tender: extract structured biddi...

https://5.75.142.199.sslip.io/paid/analyze-now/Z292MTIvcmlueWEtbWFmZi10b2hva3UvMjAyNi8yMDI2MDUxOV8xMDI1Mwo%3D

Overview

On-demand LLM analysis of a Japanese government tender: extract structured bidding requirements (qualifications, rank, documents, deadlines) as validated JSON. 新規にClaude抽出を実行して返します。

Protocol x402
Price $0.30
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider 5
Source bazaar
Indexed 2026-07-04 02:07:03

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "method": "GET", "type": "http" }

Output Schema

{ "additionalProperties": false, "properties": { "bid_method": { "description": "入札方式(一般競争入札等)", "type": [ "string", "null" ] }, "contact": { "description": "問い合わせ先", "type": [ "string", "null" ] }, "deadlines": { "items": { "additionalProperties": false, "properties": { "label": { "description": "何の期限か(入札書提出、質問受付等)", "type": "string" }, "value": { "description": "日時(原文表記)", "type": "string" } }, "required": [ "label", "value" ], "type": "object" }, "type": "array" }, "performance_period": { "description": "履行期間(原文表記のまま)", "type": [ "string", "null" ] }, "qualifications": { "description": "応募資格・参加資格の要件一覧(全省庁統一資格の等級・地域要件を含む)", "items": { "type": "string" }, "type": "array" }, "required_certifications": { "description": "必須認証(ISO27001, ISMS, プライバシーマーク等)", "items": { "type": "string" }, "type": "array" }, "required_documents": { "description": "提出書類一覧", "items": { "type": "string" }, "type": "array" }, "unified_qualification_rank": { "description": "全省庁統一資格の等級要件(例: 'A,B,C' )。なければnull", "type": [ "string", "null" ] } }, "required": [ "qualifications", "unified_qualification_rank", "required_certifications", "required_documents", "performance_period", "deadlines", "contact", "bid_method" ], "type": "object" }