- Sales intelligence: identify which companies are winning government contracts
- Prospecting: find new sales opportunities in the public sector
- Due diligence: verify a supplier’s contracting history
- Market research: analyze public spending by sector or region
Official sources by country
| Country | System | API | Coverage |
|---|---|---|---|
| Chile 🇨🇱 | Mercado Público | REST (requires a free ticket) | Tenders + awarded contracts |
| Brazil 🇧🇷 | PNCP | Public REST, no auth | Federal contracts since 2017 |
| Mexico 🇲🇽 | ComprasMX (OCDS) | Public REST, no auth | Federal APF since 2017 |
Use case: contracts where a company is the supplier
Given a company’s RUT, CNPJ, or RFC, retrieve all its government contracts:Use case: awarded contracts (Chile)
For Chile, the/tenders/awarded endpoint returns won contracts including amounts and the buying entity:
Use case: search active tenders by keyword
Find open tenders across any of the three countries:Use case: sales intelligence pipeline
Combine government contracts with company data to enrich a CRM:Technical notes
Mercado Público (Chile)
- Requires
MERCADOPUBLICO_TICKET— a free integration ticket, request it at mercadopublico.cl - Data updated in real time
- Covers tenders, purchase orders, and framework agreements
PNCP (Brazil)
- No authentication required — public REST API at
pncp.gov.br - Covers Federal Public Administration contracts
- Includes active contracts and historical records
ComprasMX (Mexico)
- No authentication required — standard OCDS format
- API at
api.datos.gob.mx/v2/contratacionesabiertas - Covers federal APF since 2017
- License: Decreto de Datos Abiertos 2015 (commercial use permitted with attribution)
Data attribution
| Source | Country | License |
|---|---|---|
| Mercado Público (mercadopublico.cl) | Chile 🇨🇱 | Public data — Ley 20.285 |
| PNCP (pncp.gov.br) | Brazil 🇧🇷 | CC BY-ND 3.0 |
| ComprasMX OCDS (api.datos.gob.mx) | Mexico 🇲🇽 | Decreto Datos Abiertos 2015 |