Taiwan company profiles

Taiwan Company Profiles

Resolve a covered Taiwan company by Business ID and review a source-linked profile with explicit freshness, coverage, and interpretation limits.

Evidence path
  1. Business ID
  2. Official source record
  3. Normalized identity
  4. JSON company profile
Access modelInspect the response structure and field inventory before authorization. $0.01 USDC per company profile.
Evidence modelSource details, freshness, limitations and update identifiers remain attached to each response.
SettlementCheckout verifies the exact resource and Base USDC amount before wallet authorization.

Response contents

Free preview vs full company profile

Confirm the company identity and data freshness before authorization. The full response adds all available profile, risk, and public-signal fields for that exact Business ID.

  1. Business IDExact 8-digit Taiwan company identifier
  2. Identity checkCompany name, source, freshness and coverage
  3. Full profileAll available company, risk and public-signal fields

How to interpret this data: The preview and full profile use the same source record. Payment adds detail, not a guarantee, rating or recommendation.

Free preview vs full data
What’s includedFree previewPaid $0.01
Company identityIncludedIncluded
Source and update detailsIncludedIncluded
Field availabilityField names onlyComplete brief values
Risk and signal detailAvailability flagsConnected values when present
TSMC company preview — free

Confirm the company identity, source, freshness and available fields before payment.

View TSMC preview GET https://api.sourcestrand.com/v1/preview/tw-company/brief?business_id=22099131
Machine-readable product JSON

Endpoint, field, coverage and pricing details for developers and AI assistants.

View API details GET https://api.sourcestrand.com/data-products/tw-company.json
TSMC full company profile — $0.01 USDC

Checkout shows the exact company, price, and wallet request. Replace the example Business ID with the company record you intend to access.

Review TSMC profile
Research applications
  • Turns an 8-digit Taiwan Business ID into a compact, source-linked company profile.
  • Covers valid-ID TWSE-listed, TPEx OTC and emerging-market companies, plus the official MOEA top 500 by registered capital.
  • Useful for company research, counterparty context and profile enrichment.
  • Pairs with procurement data when you need public-sector award activity for the same company.
Interpretation limits
  • Factual company profile data only.
  • Coverage is curated and is not a complete Taiwan business or tax-registration registry.
  • Registered capital and the official top-500 ranking are not market capitalization.
  • Not legal advice, credit scoring, investment advice, supplier ranking, or a risk clearance.
  • Absence of loaded data is not proof of absence in official systems.
Recommended workflow
  • Start with the free preview to confirm the company, source, freshness and available fields.
  • Use a known 8-digit Taiwan Business ID for the full profile.
  • If you only know the company name, use company identity search before opening checkout.
Coverage exclusions
  • A complete registry-wide company-name search.
  • Richer official-source fields beyond the compact brief.
  • On-demand coverage for every valid Business ID outside the currently covered company set.
Machine-use guidance
  • Authorize access only after the free preview confirms the intended company and current data.
  • Keep the returned source, freshness, limitations and update identifier with downstream notes.
API endpoint

Send live requests to https://api.sourcestrand.com. Product JSON and OpenAPI describe the machine-readable contract.

Payment-intent example

This command uses a locally configured wallet. Signing stays local, and private keys or raw signatures are not printed.

$env:PAID_GATEWAY_BASE_URL="https://api.sourcestrand.com"; $env:X402_PRODUCT="company_brief"; $env:TEST_BUSINESS_ID="22099131"; $env:NETWORK="eip155:8453"; $env:X402_NETWORK="eip155:8453"; $env:ALLOW_MAINNET_PAYMENT="true"; $env:X402_MAX_PAYMENT_ATOMIC="10000"; $env:BUYER_HINT="web-company"; npm run x402:paid-gateway