Colombia SECOP Public Contracts Scraper
Scrape Colombia public procurement contracts from SECOP II on datos.gov.co. Extract buyer entity, supplier, NIT, contract value, amounts paid and invoiced, UNSPSC category, legal representative and bank details across all 33 departments. Export to JSON, CSV or Excel.
{ "entity": "SUBRED INTEGRADA DE SERVICIOS DE SALUD SUR E.S…", "entityNit": "900958564", "supplier": "Angely Yeribeth Calderon Acevedo", "supplierNit": "1090481700", "supplierDocType": "Cédula de Ciudadanía", "isPyme": false, "contractRef": "5611-2018", "contractId": "CO1.PCCNTR.371304", "object": "PRESTAR SERVICIOS DE APOYO A LA GESTIÓN ASISTE…" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Entity | Entity Nit | Supplier | Supplier Nit |
|---|---|---|---|
| SUBRED INTEGRADA DE SERVICIOS DE … | 900958564 | Angely Yeribeth Calderon Acevedo | 1090481700 |
| COLEGIO ECOLOGICO DE FLORIDABLANCA | 900118017 | comercializadora abc | 63527914 |
| GOBERNACIÓN DEL DEPARTAMENTO ARCH… | 892400038 | Sin Descripcion | No Definido |
| MINSALUD | 900474727 | Pedro Luis Araujo Zarate | 1048208567 |
| MINSALUD | 900474727 | FRANZ ENRIQUE BASTO CORTES | 11255453 |
{ "entity": "SUBRED INTEGRADA DE SERVICIOS DE SALUD SUR E.S…", "entityNit": "900958564", "supplier": "Angely Yeribeth Calderon Acevedo", "supplierNit": "1090481700", "supplierDocType": "Cédula de Ciudadanía", "isPyme": false, "contractRef": "5611-2018", "contractId": "CO1.PCCNTR.371304", "object": "PRESTAR SERVICIOS DE APOYO A LA GESTIÓN ASISTE…" }
常见问题
Which contracts does this cover?
It covers electronic contracts published on SECOP II, Colombia's official public-procurement platform, across every department from Bogotá to Amazonas. You can filter by contracting entity, supplier, department, contract type, status, signing date and minimum value.
Can I pull every contract for one supplier?
Yes. Set the supplier NIT or document number and the scraper returns that supplier's full contract history across all government entities, which is ideal for KYC and competitor intelligence. You can also search by supplier name when you do not have the document number.
How do I find all contracts from a specific government entity?
Filter by the entity NIT to get every contract that entity has signed, or use the entity name for a broader text match. Combine it with a date range or minimum value to focus on recent or high-value awards.
Does it include payment and supplier banking details?
Yes, when the entity has published them. Records carry amounts paid, invoiced and pending, the supplier bank name and account, the legal representative document number and nationality, and the supervisor and spending authority. These fields populate on contracts that are already in execution or payment; very recently signed contracts may leave them empty.
Do I need an API key or token?
No. The datos.gov.co open-data API is public and needs no key. You can optionally supply a free Socrata application token to raise the rate limit on very large runs, but it is not required.
Do I need a proxy to run this?
No. The open-data portal is globally accessible and responds from standard datacenter connections, so runs work out of the box. An optional proxy setting is available only if you ever hit rate limits.