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.
- Business ID
- Official source record
- Normalized identity
- JSON company profile
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.
- Business IDExact 8-digit Taiwan company identifier
- Identity checkCompany name, source, freshness and coverage
- 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.
| What’s included | Free preview | Paid $0.01 |
|---|---|---|
| Company identity | Included | Included |
| Source and update details | Included | Included |
| Field availability | Field names only | Complete brief values |
| Risk and signal detail | Availability flags | Connected values when present |
Confirm the company identity, source, freshness and available fields before payment.
View TSMC previewGET https://api.sourcestrand.com/v1/preview/tw-company/brief?business_id=22099131
Endpoint, field, coverage and pricing details for developers and AI assistants.
View API detailsGET https://api.sourcestrand.com/data-products/tw-company.json
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- 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.
- 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.
- 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.
- 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.
- 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.
Send live requests to https://api.sourcestrand.com. Product JSON and OpenAPI describe the machine-readable contract.
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