Argentina COMPR.AR Public Procurement & Tenders Scraper avatar

Argentina COMPR.AR Public Procurement & Tenders Scraper

Pricing

from $10.20 / 1,000 results

Go to Apify Store
Argentina COMPR.AR Public Procurement & Tenders Scraper

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

4

Monthly active users

14 days ago

Last modified

Share

Argentina COMPR.AR Public Procurement & Tenders Scraper

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
keywordsarrayno(none)Terms matched against each tender's object, process number and agency. Keep only tenders that match any term.
maxTendersintegerno10Maximum tenders to return. Free Apify plans are capped at 10 per run.
withAiSummarybooleannofalseAdd a plain-English AI summary of each tender. Paid add-on, disabled on free plans.
withAiExtractbooleannofalseExtract structured fields (buyer, value, deadline, category, eligibility) via AI. Paid add-on.
withAiTranslatebooleannofalseTranslate 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.

FieldTypeDescription
numeroProcesostringCOMPR.AR process number (unique per tender).
titlestringTender object/title (Spanish).
procedureTypestringContracting procedure, for example Licitación Privada, Licitación Pública.
openDatestringBid-opening date and time, normalized to ISO 8601.
openDateRawstringOriginal bid-opening date string as shown on the portal.
statusstringTender status, for example Publicado.
unidadEjecutorastringExecuting unit (buying agency).
servicioAdministrativoFinancierostringFinancial-administrative service (SAF).
estimatedAmountnumberEstimated amount, or null when not published.
currencystringCurrency code, normally ARS.
tenderUrlstringPublic COMPR.AR tender URL.
aiSummarystringAI plain-English summary. Present only when withAiSummary is enabled.
aiExtractobjectAI structured extract. Present only when withAiExtract is enabled.
aiTitleEnstringAI English translation of the title. Present with withAiTranslate.
aiTranslationstringAI English translation block. Present with withAiTranslate.
sourcestringConstant source tag (COMPR.AR Argentina).
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.
matchedKeywordstringWhich 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:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "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 (result event). See the pricing tab for the current per-result price.
  • AI add-ons billed separately. withAiSummary, withAiExtract and withAiTranslate each 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 error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on 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.

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.