VOOZH about

URL: https://apify.com/parseforge/argentina-datos-gob-ar-scraper

โ‡ฑ Argentina Open Data Scraper ยท Apify


Pricing

from $13.00 / 1,000 result items

Go to Apify Store

Argentina Open Data Scraper

Export datasets and rows from Argentina's national open-data portal (datos.gob.ar). Two modes: browse the full dataset catalog with metadata, or pull tabular rows from any datastore resource. Covers health, transport, economy, energy, justice, education.

Pricing

from $13.00 / 1,000 result items

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿ‡ฆ๐Ÿ‡ท Argentina Open Data Scraper

๐Ÿš€ Export Argentina's national open data in seconds. Browse the full datos.gob.ar catalog or pull rows from any dataset resource. Covers health, agriculture, transport, justice, energy, education, and economy. No login, no manual CSV stitching.

๐Ÿ•’ Last updated: 2026-05-22 ยท ๐Ÿ“Š Catalog + row modes ยท ๐Ÿ‡ฆ๐Ÿ‡ท Whole-of-government Argentina catalog ยท ๐Ÿ›๏ธ Hundreds of publishers

The Argentina Open Data Scraper taps the official datos.gob.ar portal and runs in two complementary modes. Catalog mode lists every dataset with title, organization, license, resources, and tags. Dataset mode streams every row from any chosen tabular resource.

Coverage spans national ministries, decentralized agencies, the Senate, the Chamber of Deputies, and provincial publishers, covering health, agriculture, transport, justice, energy, education, public spending, statistics, and demographics. This Actor returns clean structured records ready to download as CSV, Excel, JSON, or XML.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
LATAM economists, data journalists, policy analysts, NGOs, civic-tech builders, ML researchersPublic-spending audits, ag-export tracking, health-system research, election and demographic analysis, transparency dashboards

๐Ÿ“‹ What the Argentina Open Data Scraper does

Two workflows in a single run:

  • ๐Ÿ“š Catalog mode. List every dataset with publisher, license, tags, and resource list.
  • ๐Ÿ“Š Dataset mode. Stream every row from any tabular resource.
  • ๐Ÿ” Search the catalog. Filter datasets by keyword across title, description, and tags.
  • ๐Ÿ†” Auto-resolve resources. Provide just a dataset slug and the Actor picks the first usable resource for you.

Each record carries publisher metadata in catalog mode, or the original row schema preserved under data in dataset mode, plus the source identifiers and a timestamp.

๐Ÿ’ก Why it matters: Argentina's open data spans hundreds of publishers and dozens of formats. Stitching it into a usable pipeline takes parsers, pagination, and refresh logic. This Actor delivers both the catalog index and the row data in one run, so your dashboards and analyses stay fresh.


๐ŸŽฌ Full Demo

๐Ÿšง Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded Argentina dataset.


โš™๏ธ Input

InputTypeDefaultBehavior
maxItemsinteger10Records to return. Free plan caps at 10, paid plan at 1,000,000.
modestring"catalog"catalog lists datasets, dataset pulls rows.
datasetIdstring""Dataset slug for dataset mode.
resourceIdstring""Optional resource UUID inside the dataset.
searchQuerystring""Catalog keyword filter (title, description, tags).

Example: list the first 50 datasets that mention "energia".

{
"maxItems":50,
"mode":"catalog",
"searchQuery":"energia"
}

Example: pull rows from a specific dataset.

{
"maxItems":200,
"mode":"dataset",
"datasetId":"smn-pronostico"
}

โš ๏ธ Good to Know: not every dataset is published as queryable rows. If a dataset only ships static files, dataset mode returns a clear error so you can switch to catalog mode and inspect the resource list.


๐Ÿ“Š Output

Two record shapes depending on mode. Download the dataset as CSV, Excel, JSON, or XML.

๐Ÿงพ Catalog mode schema

FieldTypeExample
๐Ÿท๏ธ kindstring"dataset"
๐Ÿ†” datasetIdstring"smn-pronostico"
๐Ÿ“ titlestring"Pronostico del Tiempo"
๐Ÿ›๏ธ organizationstring"Servicio Meteorologico Nacional"
โš–๏ธ licensestring"Creative Commons Atribucion"
๐Ÿ•’ metadataModifiedISO 8601"2026-05-20T12:34:56"
๐Ÿ“ฆ resourcesarray[{ "id": "...", "name": "...", "format": "CSV", ... }]
๐Ÿท๏ธ tagsstring[]["clima","pronostico","meteorologia"]
๐Ÿ•’ scrapedAtISO 8601"2026-05-22T00:00:00.000Z"

๐Ÿงพ Dataset mode schema

FieldTypeExample
๐Ÿท๏ธ kindstring"row"
๐Ÿ†” datasetIdstring | null"smn-pronostico"
๐Ÿท๏ธ resourceIdstring"d8a8c2c0-..."
๐Ÿ”ข recordIdnumber1
๐Ÿ“ฆ dataobject{ "fecha": "2026-05-22", "ciudad": "Buenos Aires", "tmax": "22", "tmin": "11" }
๐Ÿ•’ scrapedAtISO 8601"2026-05-22T00:00:00.000Z"

๐Ÿ“ฆ Sample records


โœจ Why choose this Actor

Capability
๐Ÿ‡ฆ๐Ÿ‡ทWhole-of-government catalog. Hundreds of Argentine publishers in one Actor.
๐Ÿ”Two modes. Discover datasets in catalog mode, then drill into rows in dataset mode.
๐Ÿ†”Auto-resolve resources. Pass just a slug and the Actor picks the first usable resource.
๐Ÿ”Keyword search. Catalog mode filters by title, description, and tags.
๐Ÿ“šTag and license metadata. Each catalog row carries publisher, license, and tag context.
โšกFast. Pages of 100 rows, automatic retries on transient errors.
๐Ÿ“ฆExport anywhere. CSV, Excel, JSON, or XML straight from the Apify dataset.

๐Ÿ“Š Whether you are auditing public spending, modelling energy production, or tracking ag exports, the same Actor backs every workflow.


๐Ÿ“ˆ How it compares to alternatives

ApproachCostCoverageRefreshFiltersSetup
โญ Argentina Open Data Scraper (this Actor)$5 free credit, then pay-per-useWhole datos.gob.ar catalogLive per runsearch, dataset, resourceโšก 2 min
Manual CSV downloads from the portalFreeWhole catalogRe-download manuallyNone๐Ÿข Slow
Custom CKAN clientsFree + dev timeCatalogSelf-managedSelf-coded๐ŸŒ Days
Paid LATAM data vendors$$$ subscriptionCurated subsetVendor cadenceVendor schemaโณ Weeks

Pick this Actor when you want both discovery and download in one run with zero pipeline maintenance.


๐Ÿš€ How to use

  1. ๐Ÿ“ Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. ๐ŸŒ Open the Actor. Go to the Argentina Open Data Scraper page on the Apify Store.
  3. ๐ŸŽฏ Set input. Choose catalog or dataset mode and set the slug or search query.
  4. ๐Ÿš€ Run it. Click Start and let the Actor collect your records.
  5. ๐Ÿ“ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.

โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.


๐Ÿ’ผ Business use cases

๐Ÿ’ผ Economy & Public Finance

  • Public-spending audits by ministry
  • Tax-collection and macroeconomic trend tracking
  • Public-debt and bond-issuance monitoring
  • Inflation, CPI, and FX dashboards

๐ŸŒพ Agriculture & Energy

  • Crop yield and grain-export tracking
  • Livestock and dairy production analysis
  • Power generation and renewables mix
  • Hydrocarbon production by basin

๐Ÿš‘ Health & Demographics

  • Vaccination and disease-surveillance dashboards
  • Hospital capacity and access mapping
  • Census-adjacent population analyses
  • Mortality and life-expectancy studies

๐Ÿš Transport & Mobility

  • Bus and rail ridership trends
  • Vehicle registrations and fleet composition
  • Road-safety and accident analytics
  • Air-traffic and port-throughput dashboards

๐Ÿ”Œ Automating Argentina Open Data Scraper

Control the scraper programmatically for scheduled runs and pipeline integrations:

  • ๐ŸŸข Node.js. Install the apify-client NPM package.
  • ๐Ÿ Python. Use the apify-client PyPI package.
  • ๐Ÿ“š See the Apify API documentation for full details.

The Apify Schedules feature lets you trigger this Actor on any cron interval. Daily, weekly, or monthly refreshes keep downstream warehouses in sync automatically.


๐ŸŒŸ Beyond business use cases

Argentina open data fuels more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

๐ŸŽ“ Research and academia

  • LATAM economic and development studies
  • Public-policy theses with national microdata
  • Health-system research using ministry datasets
  • Reproducible studies with cited dataset pulls

๐ŸŽจ Personal and creative

  • Indie data-journalism projects
  • Side projects exploring Argentine history and demographics
  • Personal portfolio dashboards on open data
  • Hobbyist transport and climate tracker tools

๐Ÿค Non-profit and civic

  • Anti-corruption transparency dashboards
  • NGO targeting using public-spending data
  • Election-adjacent civic analyses
  • Investigative journalism on ministry budgets

๐Ÿงช Experimentation

  • Train Spanish-language NLP on government text
  • Prototype civic-tech apps with real public data
  • Validate fintech product hypotheses with macro data
  • Build geospatial demos for Argentine provinces

๐Ÿค– Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge Actor in the AI of your choice:


โ“ Frequently Asked Questions

๐Ÿงฉ How does it work?

Pick catalog mode to discover datasets or dataset mode to stream rows. The Actor handles pagination, retries, and schema preservation for you.

๐Ÿ”Ž Where do I find a dataset slug?

Open the dataset page on the official Argentina open-data portal. The slug appears in the dataset URL after /dataset/, for example smn-pronostico.

๐Ÿ“ Does it cover every Argentine government dataset?

The Actor works with any dataset published to the central catalog by national ministries, decentralized agencies, and partner publishers. Some publishers post static files only; for those, use catalog mode to read metadata.

๐Ÿ” How fresh is the data?

Each run pulls the latest rows or catalog entries published at run time, so your dataset reflects the current portal state.

โฐ Can I schedule regular runs?

Yes. Use Apify Schedules to refresh your dataset on any cron interval and keep downstream pipelines current.

๐ŸŽฏ Can I filter the catalog?

Yes. Use searchQuery in catalog mode to match datasets by keyword across title, description, and tags.

๐Ÿ†” What if I only have a dataset slug?

In dataset mode, pass datasetId and leave resourceId empty. The Actor auto-selects the first row-enabled resource.

โš–๏ธ Is this data legal to use?

The Argentine open-data portal publishes under permissive licenses. Always review the specific dataset license for attribution requirements and downstream compliance.

๐Ÿ’ผ Can I use this data commercially?

Yes. Most datasets are published under permissive licenses that allow commercial reuse with attribution. You are responsible for downstream compliance in your own product.

๐Ÿ’ณ Do I need a paid Apify plan to use this Actor?

No. The free Apify plan is enough for testing and small runs (10 records per run). A paid plan lifts the limit and unlocks scheduling, higher concurrency, and bigger datasets.

๐Ÿ” What happens if a run fails or gets interrupted?

Apify automatically retries transient errors. Partial datasets are preserved so you never lose progress.

๐Ÿ†˜ What if I need help?

Our support team is here to help. Reach us through the Apify platform or via the Tally form linked below.


๐Ÿ”Œ Integrate with any app

Argentina Open Data Scraper connects to any cloud service via Apify integrations:

  • Make - Automate multi-step workflows
  • Zapier - Connect with 5,000+ apps
  • Slack - Get run notifications in your channels
  • Airbyte - Pipe Argentina datasets into your warehouse
  • GitHub - Trigger runs from commits and releases
  • Google Drive - Export datasets straight to Sheets

You can also use webhooks to trigger downstream actions when a run finishes. Push fresh Argentina rows into your product backend, or alert your team in Slack.


๐Ÿ”— Recommended Actors

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.


๐Ÿ†˜ Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.


โš ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by the Government of Argentina, the Argentine open-data portal, or any publishing agency. All trademarks mentioned are the property of their respective owners. Only publicly available open data is collected.

You might also like

Chile Open Data Scraper

parseforge/chile-datos-gob-cl-scraper

Export datasets and rows from Chile's national open-data portal (datos.gob.cl). Two modes: browse the full catalog with metadata, or pull tabular rows from any datastore resource. Covers health, transport, climate, demographics, economy.

Colombia Open Data Scraper

parseforge/colombia-datos-gov-co-scraper

Export records from datos.gov.co, Colombia's national open-data portal. Pull rows from any dataset resource: COVID cases, government contracts, education, transport, health, public salaries. Filter by field values, sort by column, paginate full datasets.

Chicago Open Data Portal Scraper

parseforge/data-cityofchicago-scraper

Export records from any City of Chicago Open Data Portal dataset. Browse catalog or pull rows by resource ID with filters and full-text search. Permits, crimes, businesses, transit, budget, salaries, 311, parks, and 600+ public datasets.

Datos.gob.es Spain Open Data Catalogue Scraper

parseforge/datos-gob-es-v2-scraper

Search the official Spanish open data portal datos.gob.es for public datasets across ministries and regions. Pass a free text query or list everything to receive dataset title, publisher, theme, identifier, and resource links. Great for research, journalism, and civic tech.

New York Open Data Scraper

parseforge/data-ny-gov-new-york-open-data-scraper

Query New York State open data catalog across thousands of datasets covering health, transport, education, finance, environment, and demographics. Filter by dataset, agency, or category and export rows to JSON, CSV, or Excel for civic research, journalism, and analytics dashboards.

CKAN Open Data Exporter: Government Datasets & Files

doggo/ckan-opendata-exporter

Search and download open data from any CKAN portal: data.gov, data.gov.uk, the EU Data Portal, and thousands of national and city catalogs. Find datasets by keyword and export their metadata and file-download links, or pull data rows, to Excel, CSV, or JSON.

Spain datos.gob.es Catalog Scraper

parseforge/spain-datos-gob-es-catalog-scraper

Tap the Spanish open data catalog at datos.gob.es and pull dataset records with id, title, publisher, theme, license, modified date, distribution URL, keywords, and territorial coverage. Filter by theme, publisher, or modified date for public sector research and analytics.

Canada Open Data Catalog Scraper

parseforge/canada-open-data-scraper

Export Canadian government open datasets from open.canada.ca. Browse 36k+ datasets across federal departments. Pull dataset metadata, resources, organization, license, tags, and publication dates. Catalog mode lists all datasets; dataset mode fetches one by ID.

Singapore Open Data Scraper

parseforge/singapore-data-gov-sg-scraper

Export records from data.gov.sg open datasets. Pull HDB resale prices, transport, demographics, climate, business, finance, and thousands more Singapore government datasets. Filter by field values or full-text search. Returns raw rows with all fields preserved.

Hong Kong Open Data Scraper

parseforge/data-gov-hk-hong-kong-scraper

Export datasets from data.gov.hk, the Hong Kong government open data portal. Browse the full catalog or fetch specific datasets. Pull titles, organizations, descriptions, tags, update frequency, resource files, formats, licences, and direct download links.