{
  "schema_version": "sourcestrand-product-offer-v1",
  "product_id": "tw_company_intelligence",
  "title": "Taiwan Company Intelligence",
  "service_name": "Taiwan Company Intelligence API",
  "buyer_summary": "Taiwan company brief snapshots packaged as compact JSON for counterparty checks, company profile enrichment, and AI-agent due diligence preflight.",
  "primary_buyer_jobs": [
    "Resolve a Taiwan business_id into a structured company brief.",
    "Give AI assistants source-linked company context before deeper procurement or supplier research.",
    "Keep lineage, limitations, generated_at, valid_until, and source_hash attached to downstream notes."
  ],
  "free_validation": {
    "sample_url": "https://api.sourcestrand.com/samples/tw-company-brief.json",
    "expected_sample_shape": [
      "product",
      "company",
      "signals",
      "data_lineage",
      "limitations",
      "generated_at",
      "valid_until",
      "source_hash"
    ]
  },
  "paid_endpoints": [
    {
      "method": "GET",
      "url_template": "https://api.sourcestrand.com/v1/paid/tw-company/brief?business_id={business_id}",
      "example_url": "https://api.sourcestrand.com/v1/paid/tw-company/brief?business_id=24888323",
      "price": "$0.01",
      "best_first_paid_step": true
    }
  ],
  "connected_products": [
    {
      "product_id": "tw_procurement_supplier_signals",
      "reason": "Use procurement company-activity or supplier-pack when the buyer has a business_id and wants public-sector activity context."
    }
  ],
  "x402_purchase": {
    "protocol": "x402",
    "buyer_hint_header": "x-buyer-hint: partner-or-campaign-name",
    "payment_header_behavior": "Paid routes return HTTP 402 with PAYMENT-REQUIRED and machine-readable x402 accepts when no valid payment header is provided.",
    "safety_note": "The buyer client signs locally. Do not send wallet private keys to this API."
  },
  "advice_boundary": "Factual company profile context only; not legal advice, credit scoring, investment advice, supplier recommendation, or a risk clearance."
}