↑↓ navigate open esc close
🇻🇳
🤖 AI Agent Data Source

Feed AI Agents Vietnam Procurement Data

Vietnam's Muasamcong portal is the mandatory publication channel for all government procurement under the Bidding Law. Sell to State makes this data available as a structured API and MCP server — bilingual (Vietnamese and English) and schema-normalised for AI agent consumption.

Quick start

# Python — Vietnam tender monitoring agent
import selltostate
from datetime import datetime, timedelta

client = selltostate.Client(api_key="YOUR_KEY")

# Get tenders opened in the last 24 hours
new_tenders = client.tenders.search(
    country="vn",
    category="CNTT",  # Công nghệ thông tin (IT)
    opened_after=datetime.now() - timedelta(days=1),
    lang="en"  # Returns English translations
)

for tender in new_tenders:
    print(f"{tender.investor} | {tender.package_name_en}")
    print(f"  Value: {tender.value_vnd:,} VND | Closes: {tender.submission_deadline}")

Agent use cases

Investment Project Monitor

Vietnamese procurement is structured around investment projects (dự án). Sell to State lets agents track all procurement packages under a specific project — useful for large infrastructure or digital transformation programs where multiple contracts are let over time.

Ministry IT Spend Tracker

Analyse IT procurement patterns across Vietnamese ministries — BTTTT, MOF, MOH. Identify which ministries are active buyers in your category and build targeted account plans.

Provincial Government Agent

Track procurement from specific provinces or provincial People's Committees. Vietnam's 63 provinces each have significant procurement budgets — often less contested than central government tenders.

ODA-Linked Procurement Agent

Identify procurement linked to Official Development Assistance projects (World Bank, ADB, JICA). ODA-funded procurement follows international competitive bidding rules and is often open to foreign firms.

Data schema

Every tender record in the Sell to State API includes these fields. Consistent across all Vietnam procurement sources.

Field Description
so_tbmt Tender notice number (Số thông báo mời thầu)
investor Project investor / procuring authority
package_name_vn Package name in Vietnamese
package_name_en English translation of package name
value_vnd Contract value in Vietnamese Dong
bidding_method Open bidding, limited bidding, direct appointment
submission_deadline Deadline for bid submission
project_code Investment project code (if applicable)
funding_source State budget, ODA, other

FAQ

Does Sell to State cover ODA-funded procurement in Vietnam?

Yes. Sell to State indexes ODA-funded procurement on Muasamcong, including World Bank, ADB, and JICA-funded projects that follow international competitive bidding procedures.

How does Sell to State handle the Vietnamese Bidding Law structure?

Sell to State maps all Bidding Law procurement methods to consistent field values and extracts the key data fields required for compliance: investor, procuring entity, package name, value, and method.

Can I search across all 63 Vietnamese provinces?

Yes. Omit the province filter to search nationally, or use the province parameter to focus on specific provinces (e.g. "Hà Nội", "TP.HCM").

What is the typical data latency for Vietnam procurement?

Sell to State indexes Muasamcong continuously. New tender notices appear in the API within 20-40 minutes of publication on the portal.

3-day free trial

Singapore government contracts — start for free

The Singapore dataset is live. Create a free account to search every government award, set alerts, and export to CSV or via the API.

Free to browse · subscribe to unlock the full dataset

Start for free →
Sign Up