Deschave — Argentine Government Transparency Data avatar

Deschave — Argentine Government Transparency Data

Pricing

$49.00/month + usage

Go to Apify Store
Deschave — Argentine Government Transparency Data

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.

Pricing

$49.00/month + usage

Rating

0.0

(0)

Developer

Deschave

Deschave

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

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

DatasetDescription
TOP_VENDORSCompanies ranked by procurement risk score. Includes apocryphal vendors, shell company patterns, sole-source concentration, and more.
TOP_PEOPLEIndividuals ranked by risk. Includes government officials with conflict of interest signals, political donors, company directors.
TOP_GOV_BODIESGovernment bodies ranked by risk exposure.
CASESDetected suspicious cases: shell company clusters, kickback rings, regulatory capture patterns.
BO_ACTSOfficial Gazette (Boletín Oficial) alerts — flagged acts involving high-risk entities.
ENTITY_LOOKUPLook up any entity by CUIT/CUIL tax ID to get its full risk profile.

Input

FieldTypeDefaultDescription
datasetstringRequired. One of the dataset values above.
maxResultsnumber1000Maximum records to export (up to 100,000).
searchstringFilter by name/keyword (TOP_VENDORS, TOP_PEOPLE, TOP_GOV_BODIES, CASES).
signalTypesstring[]Filter by risk signal type (e.g. APOCRYPHAL_VENDOR, SOLE_SOURCE).
yearsstring[]Filter by contract year (e.g. ["2023", "2024"]).
daysBacknumber30Days back to fetch gazette alerts (BO_ACTS only).
flaggedOnlybooleanfalseReturn only flagged acts (BO_ACTS only).
yearstringFilter gazette by specific year (BO_ACTS only, overrides daysBack).
cuitsstring[]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 name
  • cuit — Argentine tax ID
  • typeCompany, Person, or GovernmentBody
  • riskScore — composite risk score 0–100
  • properties.risk_summary — human-readable risk explanation
  • properties.contractCount — number of state contracts
  • properties.totalAmount — total contract value in ARS
  • properties.risk_signals_json — full array of detected risk signals with evidence

Cases:

  • hubEntityName — central entity in the case
  • caseType — e.g. SHELL_CLUSTER, SOLE_SOURCE_RING
  • maxRiskScore — highest risk score among involved entities
  • totalContractValue — total ARS involved
  • summary — plain-language description of the case

Official Gazette Alerts:

  • title — act title
  • actType — type of act (contract, appointment, etc.)
  • publishDate — publication date
  • amount — monetary value if present
  • urlDetalle — 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.