Deschave — Argentine Government Transparency Data
Pricing
$49.00/month + usage
Deschave — Argentine Government Transparency Data
Export risk-ranked vendors, officials, suspicious cases, and official gazette alerts from deschave.com — Argentina's government transparency platform. No configuration needed — just pick a dataset and run.
Export risk-ranked vendors, officials, suspicious cases, and official gazette alerts from deschave.com — Argentina's government transparency platform powered by open public data.
What is this?
Deschave processes millions of public procurement contracts, subsidies, asset declarations, and political donations to generate risk scores for companies and individuals that interact with the Argentine state. This actor gives you programmatic access to that data in structured, ready-to-use format.
No configuration required — just pick a dataset and run.
Available datasets
| Dataset | Description |
|---|---|
TOP_VENDORS | Companies ranked by procurement risk score. Includes apocryphal vendors, shell company patterns, sole-source concentration, and more. |
TOP_PEOPLE | Individuals ranked by risk. Includes government officials with conflict of interest signals, political donors, company directors. |
TOP_GOV_BODIES | Government bodies ranked by risk exposure. |
CASES | Detected suspicious cases: shell company clusters, kickback rings, regulatory capture patterns. |
BO_ACTS | Official Gazette (Boletín Oficial) alerts — flagged acts involving high-risk entities. |
ENTITY_LOOKUP | Look up any entity by CUIT/CUIL tax ID to get its full risk profile. |
Input
| Field | Type | Default | Description |
|---|---|---|---|
dataset | string | — | Required. One of the dataset values above. |
maxResults | number | 1000 | Maximum records to export (up to 100,000). |
search | string | Filter by name/keyword (TOP_VENDORS, TOP_PEOPLE, TOP_GOV_BODIES, CASES). | |
signalTypes | string[] | Filter by risk signal type (e.g. APOCRYPHAL_VENDOR, SOLE_SOURCE). | |
years | string[] | Filter by contract year (e.g. ["2023", "2024"]). | |
daysBack | number | 30 | Days back to fetch gazette alerts (BO_ACTS only). |
flaggedOnly | boolean | false | Return only flagged acts (BO_ACTS only). |
year | string | Filter gazette by specific year (BO_ACTS only, overrides daysBack). | |
cuits | string[] | List of CUIT/CUIL numbers to look up (ENTITY_LOOKUP only). |
Output
Each record pushed to the Apify dataset contains the full entity or case object. Key fields:
Vendors / People / Gov Bodies:
name— entity namecuit— Argentine tax IDtype—Company,Person, orGovernmentBodyriskScore— composite risk score 0–100properties.risk_summary— human-readable risk explanationproperties.contractCount— number of state contractsproperties.totalAmount— total contract value in ARSproperties.risk_signals_json— full array of detected risk signals with evidence
Cases:
hubEntityName— central entity in the casecaseType— e.g.SHELL_CLUSTER,SOLE_SOURCE_RINGmaxRiskScore— highest risk score among involved entitiestotalContractValue— total ARS involvedsummary— plain-language description of the case
Official Gazette Alerts:
title— act titleactType— type of act (contract, appointment, etc.)publishDate— publication dateamount— monetary value if presenturlDetalle— link to full text in the official gazette
Pricing
This actor uses pay-per-event pricing: $0.001 per exported record (= $1 per 1,000 records).
Exporting 10,000 vendors costs ~$10. The dataset is updated daily via the official gazette pipeline.
Example: Export top 500 high-risk vendors
{"dataset": "TOP_VENDORS","maxResults": 500}
Example: Look up entities by CUIT
{"dataset": "ENTITY_LOOKUP","cuits": ["30715589443", "20123456789"]}
Example: Flagged gazette acts from the last 7 days
{"dataset": "BO_ACTS","daysBack": 7,"flaggedOnly": true}
Data sources
All data is sourced from Argentine government open data portals:
- Contratar (public procurement) — contrataciones.gob.ar
- AFIP — tax registry and apocryphal vendor lists
- Boletín Oficial — official gazette
- Declaraciones juradas — public officials' asset declarations
- Aportes electorales — political donation records
About
Built and maintained by deschave.com. For questions or enterprise access, visit the site.