↑↓ navigate open esc close
🇮🇩
🤖 AI Agent Data Source

Feed AI Agents Indonesia Procurement Data

Indonesia's 800+ LPSE units publish thousands of tenders daily across central and regional government. Sell to State aggregates all of them into a structured API — giving your AI agents a single source for the full Indonesian government procurement landscape.

Quick start

// JavaScript — query Indonesia tenders for a client agent
const response = await fetch(
  "https://api.selltostate.com/v1/tenders?country=id&category=Teknologi+Informasi&status=aktif",
  { headers: { "Authorization": "Bearer YOUR_KEY" } }
);

const { tenders } = await response.json();
// Returns: [{ id, unit_pengadaan, nama_paket, nilai_hps_idr,
//             tanggal_penutupan, metode_pengadaan, status }]

Agent use cases

Multi-Province Monitoring Agent

Monitor procurement across all 34 provinces simultaneously. When a tender matching your category appears in any province, the agent notifies the relevant regional sales manager with a pre-drafted qualification brief.

HPS Analysis Agent

Analyse Harga Perkiraan Sendiri (HPS — Owner's Estimate) patterns across historical awarded contracts to calibrate your bid pricing for Indonesia government tenders.

Regional Government Intelligence

Track procurement patterns at kabupaten and kota level for regional government sales strategy. Identify which local governments are spending in your category and when.

Vendor Registration Checker

Cross-reference tender requirements with your SIAK vendor registration data. Alert when new tenders match your registered categories and class qualifications.

Data schema

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

Field Description
id LPSE unique tender ID
unit_pengadaan Procuring unit (K/L/PD name)
nama_paket Tender package name in Indonesian
nama_paket_en English translation of package name
nilai_hps_idr Owner's Estimate (HPS) value in IDR
tanggal_penutupan Submission deadline
metode_pengadaan Procurement method (tender/seleksi/pengadaan langsung)
provinsi Province of the procuring unit
lpse_url Source LPSE unit URL

FAQ

How does Sell to State handle 800+ LPSE units?

Sell to State's crawlers monitor each LPSE unit independently and normalise all data into a single schema. Your agent queries one endpoint and gets complete national coverage.

Can agents filter by Indonesian province?

Yes. Use the province parameter with any valid Indonesian province name (e.g. "DKI Jakarta", "Jawa Timur") to scope results geographically.

What is the data latency for Indonesia procurement?

New tenders appear in the Sell to State API within 15-30 minutes of publication on the source LPSE unit. High-activity units (LKPP, major ministries) are indexed more frequently.

Is the API suitable for real-time agent use?

Yes. Sell to State supports long-polling and webhook delivery for real-time agent integration. For batch processing, use the export endpoint with incremental timestamps.

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