Argentina COMPR.AR Public Procurement & Tenders Scraper
Pricing
from $10.20 / 1,000 results
Argentina COMPR.AR Public Procurement & Tenders Scraper
Scrape Argentina national government procurement from the COMPR.AR portal: published tenders with process number, object, procedure type, buying agency, bid opening date and status. Filter by keywords. Export to JSON, CSV or Excel.
Pricing
from $10.20 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
4
Monthly active users
14 days ago
Last modified
Categories
Share
Argentina COMPR.AR Public Procurement & Tenders Scraper
Here is one real result, with every field the actor returns:
{"numeroProceso": "84/99-0817-LPR26","title": "SERVICIO DE MANTENIMIENTO PREVENTIVO Y/O CORRECTIVO DE EQUIPOS DE LABORATORIO (2DO LLAMADO)","procedureType": "Licitación Privada","openDate": "2026-08-14T07:00:00","openDateRaw": "14/08/2026 07:00 Hrs.","status": "Publicado","unidadEjecutora": "84/99 - Hospital Militar Regional Mendoza","servicioAdministrativoFinanciero": "374 - Estado Mayor General del Ejercito","estimatedAmount": null,"currency": "ARS","tenderUrl": "https://comprar.gob.ar/Compras.aspx","aiSummary": "The Argentine government is seeking bids for preventive and corrective maintenance services for laboratory equipment, issued by the Hospital Militar Regional Mendoza. This is the second call for tenders, with the opening date set for August 14, 2026.","aiExtract": {"buyer": "Hospital Militar Regional Mendoza","value": null,"deadline": "2026-08-14T07:00:00","category": "SERVICIO DE MANTENIMIENTO PREVENTIVO Y/O CORRECTIVO DE EQUIPOS DE LABORATORIO","eligibility": null},"aiTitleEn": "Service of Preventive and/or Corrective Maintenance of Laboratory Equipment (2nd Call)","aiTranslation": "Object: SERVICE OF PREVENTIVE AND/OR CORRECTIVE MAINTENANCE OF LABORATORY EQUIPMENT (2ND CALL)\nProcedure: Private Tender\nUnit: 84/99 - Regional Military Hospital Mendoza","source": "COMPR.AR Argentina","observedAt": "2026-08-14T06:23:26.587Z","error": null,"matchedKeyword": null}
The most complete Argentina COMPR.AR procurement scraper available. It returns every field the COMPR.AR portal exposes for each published tender, including process number, procedure type, buying agency, bid-opening date and status, plus three optional AI add-ons, and gives you a keyword filter to target exactly the tenders you need.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor reads Argentina's national government procurement portal COMPR.AR (comprar.gob.ar), applies the keyword filter you pass as input, paginates through the published tenders, and writes one normalized record per tender to the run's dataset. Bid-opening dates are normalized to ISO 8601 (with the original raw string kept), missing source values are returned as null, and each record identifies the process number, procedure type, executing unit and financial-administrative service.
Data covers Argentine national government published tenders. Three optional AI add-ons (aiSummary, aiExtract, aiTranslation) can enrich each record; they are opt-in, billed per enriched record, and disabled on free Apify plans.
Quickstart
Open the actor, paste this into the input, and press Run. It returns 3 tenders with the AI add-ons enabled.
{"maxTenders": 3,"withAiSummary": true,"withAiExtract": true,"withAiTranslate": true}
Every input field is optional. Leave the AI add-ons off (default) to get the raw tender fields. Add keywords to narrow the pull to specific objects or agencies.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
keywords | array | no | (none) | Terms matched against each tender's object, process number and agency. Keep only tenders that match any term. |
maxTenders | integer | no | 10 | Maximum tenders to return. Free Apify plans are capped at 10 per run. |
withAiSummary | boolean | no | false | Add a plain-English AI summary of each tender. Paid add-on, disabled on free plans. |
withAiExtract | boolean | no | false | Extract structured fields (buyer, value, deadline, category, eligibility) via AI. Paid add-on. |
withAiTranslate | boolean | no | false | Translate the Spanish tender title/text to English via AI. Paid add-on. |
Output reference
One dataset item per tender. Types: string, number, object, or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
numeroProceso | string | COMPR.AR process number (unique per tender). |
title | string | Tender object/title (Spanish). |
procedureType | string | Contracting procedure, for example Licitación Privada, Licitación Pública. |
openDate | string | Bid-opening date and time, normalized to ISO 8601. |
openDateRaw | string | Original bid-opening date string as shown on the portal. |
status | string | Tender status, for example Publicado. |
unidadEjecutora | string | Executing unit (buying agency). |
servicioAdministrativoFinanciero | string | Financial-administrative service (SAF). |
estimatedAmount | number | Estimated amount, or null when not published. |
currency | string | Currency code, normally ARS. |
tenderUrl | string | Public COMPR.AR tender URL. |
aiSummary | string | AI plain-English summary. Present only when withAiSummary is enabled. |
aiExtract | object | AI structured extract. Present only when withAiExtract is enabled. |
aiTitleEn | string | AI English translation of the title. Present with withAiTranslate. |
aiTranslation | string | AI English translation block. Present with withAiTranslate. |
source | string | Constant source tag (COMPR.AR Argentina). |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null on success. On a failed run, a single item with a populated error field is written instead. |
matchedKeyword | string | Which input keyword matched this record, or null. |
Example output record
Real record from a live run (input {"maxTenders": 3, "withAiSummary": true, "withAiExtract": true, "withAiTranslate": true}):
{"numeroProceso": "84/99-0817-LPR26","title": "SERVICIO DE MANTENIMIENTO PREVENTIVO Y/O CORRECTIVO DE EQUIPOS DE LABORATORIO (2DO LLAMADO)","procedureType": "Licitación Privada","openDate": "2026-08-14T07:00:00","openDateRaw": "14/08/2026 07:00 Hrs.","status": "Publicado","unidadEjecutora": "84/99 - Hospital Militar Regional Mendoza","servicioAdministrativoFinanciero": "374 - Estado Mayor General del Ejercito","estimatedAmount": null,"currency": "ARS","tenderUrl": "https://comprar.gob.ar/Compras.aspx","source": "COMPR.AR Argentina","observedAt": "2026-08-14T06:23:26.587Z","error": null,"matchedKeyword": null}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~comprar-argentina-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"keywords":["laboratorio"],"maxTenders":10}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~comprar-argentina-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"maxTenders":50,"withAiSummary":true}'
Apify CLI:
apify call scrapers_lat/comprar-argentina-scraper \--input '{"maxTenders":10}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per tender returned (
resultevent). See the pricing tab for the current per-result price. - AI add-ons billed separately.
withAiSummary,withAiExtractandwithAiTranslateeach charge their own event only when they produce output, and are disabled on free plans. - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 records per run. Upgrade for higher
maxTenders.
FAQ and troubleshooting
A run returned 0 records. Why?
The keyword filter matched nothing among the currently published tenders, or no tenders were published. Loosen or remove keywords. Zero-result runs are not charged.
Why is estimatedAmount null?
COMPR.AR does not publish an estimated amount for every tender. Missing source values are returned as null, never invented.
What is the difference between openDate and openDateRaw?
openDate is the normalized ISO 8601 timestamp; openDateRaw is the original string exactly as shown on the portal.
Do the AI add-ons work on a free plan? No. The AI add-ons require a paid Apify plan and are disabled automatically for free users. The base tender fields are always returned.
Is this an official government tool? No. This actor is independent and has no affiliation with the Argentine government or the COMPR.AR portal. It reads only data that is publicly available on comprar.gob.ar.
Related scrapers
- Argentina Boletín Oficial Scraper: Argentina official gazette notices.
- Argentina Companies Scraper: Argentine company registry records.
- Colombia SECOP Scraper: Colombia public procurement contracts.
- Mexico CompraNet Scraper: Mexico federal procurement.
- Chile Mercado Publico Scraper: Chile public procurement tenders.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with the Argentine government or the COMPR.AR portal. Accesses only publicly available procurement data.
