Paraguay DNCP Public Procurement Scraper
Scrape Paraguay public procurement from the official DNCP OCDS API at contrataciones.gov.py. Extract tenders, awards, suppliers with RUC, buyer and supplier emails and phones, line items with UNSPSC, bids, budgets and contracts. Export to JSON, CSV or Excel.
{ "title": "Provisión de Combustible para maquinarias de l…", "ocid": "ocds-03ad3f-489164-1", "status": "En Evaluacion (Cerrada)", "buyer": "Municipalidad de General Artigas", "buyerId": "142", "procurementMethod": "Menor cuantía nacional", "category": "services", "value": 214633700, "currency": "PYG" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Title | Ocid | Status | Buyer |
|---|---|---|---|
| Provisión de Combustible para maq… | ocds-03ad3f-489164-1 | En Evaluacion (Cerrada) | Municipalidad de General Artigas |
| ADQUISICION DE COMBUSTIBLE PARA L… | ocds-03ad3f-487691-1 | En Convocatoria (Abierta) | Municipalidad de Carayaó |
| Adquisición De Combustible Para U… | ocds-03ad3f-488156-1 | En Evaluacion (Cerrada) | Municipalidad de Santa Fé del Par… |
{ "title": "Provisión de Combustible para maquinarias de l…", "ocid": "ocds-03ad3f-489164-1", "status": "En Evaluacion (Cerrada)", "buyer": "Municipalidad de General Artigas", "buyerId": "142", "procurementMethod": "Menor cuantía nacional", "category": "services", "value": 214633700, "currency": "PYG" }
常见问题
Which procurement does this cover?
It covers public procurement processes published on Paraguay's DNCP, the national contracting authority, following the Open Contracting Data Standard (OCDS). You can filter by buyer entity, awarded supplier, procurement method, category, tender object keyword and award, publication or contract-signing date range.
Can I pull every process won by one supplier?
Yes. Set the supplier RUC and the scraper returns that supplier's full awarded-process 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 RUC.
How do I find all processes from a specific government entity?
Filter by the buyer SICP code to get every process that entity has published, or use the buyer name for a broader text match. Combine it with a date range to focus on recent awards.
Do I need an API key or token?
No. The DNCP OCDS API is public and needs no key. The scraper reads only data that the agency publishes as open data.
Do I need a proxy to run this?
No. The DNCP open-data API is publicly 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.