Thailand Company Data — Directors, Financials & Firmographics avatar

Thailand Company Data — Directors, Financials & Firmographics

Pricing

from $25.00 / 1,000 results

Go to Apify Store
Thailand Company Data — Directors, Financials & Firmographics

Thailand Company Data — Directors, Financials & Firmographics

Look up any Thai company by 13-digit juristic ID: firmographics, 5-year financial statements (assets, revenue, net profit, equity), directors & shareholders — official DBD data as clean JSON for KYC, due diligence & B2B intelligence.

Pricing

from $25.00 / 1,000 results

Rating

0.0

(0)

Developer

Berkan Kaplan

Berkan Kaplan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Thailand Company Data — Directors, Financials & Firmographics

🏢 Thailand Company Data — Directors, Financials & Shareholders

Apify

Look up any Thai company by 13-digit juristic ID or by name and get deep business intelligence that other Thailand actors don't reach:

  • Search by company name — no ID needed; search DBD by Thai or Latin name and scrape every match
  • Board directors — names in Thai and English (where DBD has them) + nationality
  • Up to 5 years of financial statements — total assets, revenue, net profit, equity, liabilities, cash — from the official DBD DataWarehouse
  • Firmographics — Thai & English company name, entity type, status, registration date, TSIC industry, registered & paid-up capital, address
  • Shareholders — nationality / foreign-ownership breakdown (named partners where the public tier exposes them)

All from DBD — Thailand's Department of Business Development (Ministry of Commerce) official sources. No API key, no login, no account.

Part of the foXLabs B2B Intelligence Suite.

🆚 Why this actor is different

  • Official DBD data — straight from Thailand's company registry (the keyless DBD OpenAPI + the DBD DataWarehouse), not re-scraped aggregator HTML that breaks weekly.
  • Korea-grade depth — most Thai-company tools stop at a name and an address. This one returns the board, multi-year financials and capital structure in one clean record.
  • Zero setup — the DataWarehouse deep tier is encrypted (AES-GCM) behind a WAF; the actor handles the anonymous session and decryption for you. You just pass a juristic ID.

✨ What you get

CapabilityIncluded
Search by company name✅ keyword → every matching company (no juristic ID needed)
Board directorsname_th + name_en (where available) + nationality
Up to 5-year financials✅ assets, revenue, net profit, equity, liabilities, cash, gross profit
Official firmographics✅ TH/EN name, entity type, status, register date, TSIC, capital, address
Shareholders✅ nationality / foreign-ownership breakdown (named partners where exposed)
English company names✅ where DBD has registered them
Money formatting✅ raw number + compact ฿T/B/M string
Zero-setup access✅ no API key, no login — anonymous DBD tier

🚀 Quick Start

{
"juristicIds": ["0107544000108", "0107542000011", "0107536000102"],
"includeFinancials": true,
"financialYears": 5,
"includeDirectors": true
}

Run → get PTT, CP All, and Siam Commercial Bank (SCB) with 5 years of financials + the full board.

No juristic IDs? Search by name instead:

{
"searchKeywords": ["PTT", "ปูนซิเมนต์ไทย"],
"includeFinancials": true,
"maxResults": 20
}

Each keyword is searched on DBD and every match is scraped (capped by maxResults). Tip: DBD matches on the registered name — a Thai name or a distinctive Latin token (e.g. PTT) works best; long English phrases may miss.

A few well-known juristic IDs to try:

Juristic IDCompany
0107544000108PTT Public Company Limited
0107542000011CP All Public Company Limited
0107536000102The Siam Commercial Bank (SCB)

📥 Input

ParameterTypeDefaultDescription
juristicIdsarray(PTT / CP All / SCB)13-digit Thai juristic IDs, one per line. Exact match, fastest.
searchKeywordsarray(empty)Company-name keywords (Thai or Latin). Each is searched on DBD; matches are scraped. Use when you don't have IDs.
includeFinancialsbooleantrueMulti-year financial statements from the DBD DataWarehouse.
financialYearsinteger3How many recent fiscal years of financials to fetch (1–5).
includeDirectorsbooleantrueBoard directors / committee members (Thai + English where available) + nationality.
includeShareholdersbooleanfalseShareholder list + nationality breakdown. Best-effort — often empty on the public/anonymous tier.
maxResultsinteger100Hard cap on companies processed per run (up to 100,000).
maxConcurrencyinteger2Parallel firmographic lookups (1–4). The encrypted deep tier always runs sequentially.
proxyConfigurationobjectApify ProxyDatacenter is enough — DBD's bot protection passes from datacenter IPs (verified).

📤 Output

One record per juristic ID. Example record (abridged for readability):

{
"juristic_id": "0107544000108",
"name_th": "บริษัท ปตท. จำกัด (มหาชน)",
"name_en": "PTT PUBLIC COMPANY LIMITED",
"entity_type": "บริษัทมหาชนจำกัด",
"status": "ยังดำเนินกิจการอยู่",
"register_date": "2001-10-01",
"tsic_code": "19200",
"tsic_en": "Manufacture of refined petroleum products",
"registered_capital": 28572457250,
"registered_capital_fmt": "฿28.57B",
"paidup_capital": 28562996250,
"address": "555 Vibhavadi Rangsit Rd, Chatuchak, Bangkok",
"financials": [
{
"fiscal_year": 2024,
"fiscal_year_be": "2567",
"total_assets": 3400000000000,
"total_assets_fmt": "฿3.40T",
"revenue": 3760000000000,
"revenue_fmt": "฿3.76T",
"net_profit": 90070000000,
"net_profit_fmt": "฿90.07B",
"equity": 1050000000000,
"equity_fmt": "฿1.05T"
}
],
"financials_text": "Revenue ฿3.76T · Net profit ฿90.07B · Assets ฿3.40T · FY2024",
"directors": [
{ "seq": 1, "name_th": "นาย กรรมการ ตัวอย่าง", "name_en": "Mr. Example Director", "nationality": "TH" }
],
"directors_count": 15,
"directors_text": "Mr. Example Director; …",
"shareholders": null,
"matched": true,
"source": "DBD — Department of Business Development, Ministry of Commerce (Thailand)",
"source_url": "https://datawarehouse.dbd.go.th/company/profile/5/0107544000108",
"scraped_at": "2026-06-27T00:00:00.000Z"
}

Each entry in financials also carries current_assets, cash, total_liabilities, current_liabilities, total_income, cost_of_sales, gross_profit, expenses and business_size. The most recent fiscal year is first.

Money fields

Every monetary value comes in two forms, in Thai Baht (THB):

  • Raw3760000000000 (number, for calculations)
  • Compact฿3.76T (string: T = trillion, B = billion, M = million)

DBD reports fiscal years in the Buddhist Era; the actor returns both fiscal_year (Gregorian/AD) and fiscal_year_be (BE = AD + 543).

🔍 How it works

Two official DBD sources, merged into one record, with no login:

  1. DBD OpenAPI (openapi.dbd.go.th) — keyless firmographics: Thai/English name, entity type, status, TSIC industry, registered & paid-up capital, address.
  2. DBD DataWarehouse (datawarehouse.dbd.go.th) — the deep tier: multi-year financials, directors, shareholders. Every response is AES-GCM encrypted behind an Incapsula WAF. The actor bootstraps an anonymous session (ROLE_ANONYMOUS — no account, no login) through a real browser, then decrypts each envelope in-process.

You supply juristic IDs or name keywords (resolved to companies via the DataWarehouse search endpoint); the actor returns clean, merged JSON. A datacenter proxy is sufficient.

👥 Who it's for

  • KYC & Due Diligence — verify Thai counterparties with official registry data, board composition and financial health before you sign.
  • B2B Lead Enrichment — augment Thai company records with firmographics, capital and revenue.
  • Supply-Chain Intelligence — map Thai suppliers and manufacturers with ownership, capital and size.
  • Investment & Credit Research — compare up to 5 years of DBD financials across companies.

All data is official, public information published by Thailand's Department of Business Development (DBD), Ministry of Commerce, via its Open Data program (openapi.dbd.go.th) and the public DBD DataWarehouse. This actor uses only the public, anonymous tier — no login, no account, no private data.

You are responsible for using the output in line with DBD's terms of service and applicable Thai law (including the PDPA). Verify the source ToS before commercial redistribution. Personal data of directors/shareholders is published by DBD itself; handle it accordingly.

🤖 Use it as an MCP tool (inside any AI agent)

Call this Actor directly from Claude, Cursor, ChatGPT agents, LangChain, Make, Zapier or n8n via the Model Context Protocol.

Hosted (zero setup) — point your MCP client at:

https://mcp.apify.com?tools=foxlabs/thailand-company-data

Self-hosted (stdio clients — Claude Desktop, Cursor, Cline, Continue):

$npx @apify/actors-mcp-server --tools foxlabs/thailand-company-data
{
"mcpServers": {
"thailand-company-data": {
"command": "npx",
"args": ["-y", "@apify/actors-mcp-server", "--tools", "foxlabs/thailand-company-data"],
"env": { "APIFY_TOKEN": "YOUR_APIFY_TOKEN" }
}
}
}

Your agent can then ask "Pull PTT's directors and 5-year financials" and get the record back inline.

📝 Changelog

0.1.1 — 2026-06-27

  • Search by company name (searchKeywords) — find and scrape companies without a juristic ID.
  • Shareholders: nationality / foreign-ownership breakdown surfaced even when named partners aren't public on the anonymous tier.
  • Reliability: navigation retry against intermittent WAF timeouts.

0.1.0 — 2026-06-27

  • Initial release on Apify Store.
  • DBD OpenAPI firmographics (keyless): TH/EN name, entity type, status, register date, TSIC, registered & paid-up capital, address.
  • DBD DataWarehouse deep tier via anonymous session + AES-GCM decryption: up to 5 years of financial statements, board directors, best-effort shareholders.
  • Money formatting: raw number + compact ฿T/B/M.
  • Buddhist Era → Gregorian fiscal-year mapping.
  • Datacenter-proxy compatible; deep tier runs sequentially for WAF-friendliness.

More foXLabs data tools

Built by foXLabs · B2B Intelligence Suite on Apify