VOOZH about

URL: https://apify.com/parseforge/chile-datos-gob-cl-scraper

โ‡ฑ Chile Open Data Scraper ยท Apify


Pricing

from $13.00 / 1,000 result items

Go to Apify Store

Chile Open Data 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.

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

๐Ÿ‡จ๐Ÿ‡ฑ Chile Open Data Scraper

๐Ÿš€ Export Chile's national open data in seconds. Browse the full datos.gob.cl catalog of 10,000+ datasets or pull rows from any dataset resource. Covers demographic, transport, ministry budget, climate, and health data. No login, no manual CSV stitching.

๐Ÿ•’ Last updated: 2026-05-22 ยท ๐Ÿ“Š Catalog + row modes ยท ๐Ÿ‡จ๐Ÿ‡ฑ 10,000+ Chilean datasets ยท ๐Ÿ›๏ธ Hundreds of publishers

The Chile Open Data Scraper taps the official datos.gob.cl 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, regional governments, and partner publishers, covering health, transport, climate, demographics, ministry budgets, education, economy, and public security. This Actor returns clean structured records ready to download as CSV, Excel, JSON, or XML.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
LATAM market researchers, climate scientists, policy analysts, NGOs, civic-tech builders, ML researchersBudget audits, climate trend research, transport-network analysis, demographic dashboards, transparency tools

๐Ÿ“‹ What the Chile Open Data Scraper does

Two complementary 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.

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: Chile's open-data catalog is one of the most comprehensive in Latin America, but the column schemas vary wildly across publishers. This Actor handles catalog discovery, pagination, and row streaming so your analysts and researchers can focus on the question, not the plumbing.


๐ŸŽฌ Full Demo

๐Ÿšง Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded Chile 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 "clima".

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

Example: pull rows from a specific dataset.

{
"maxItems":200,
"mode":"dataset",
"datasetId":"ejemplo-presupuesto"
}

โš ๏ธ 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"presupuesto-2026"
๐Ÿ“ titlestring"Presupuesto del Sector Publico"
๐Ÿ›๏ธ organizationstring"DIPRES"
โš–๏ธ licensestring"Creative Commons Atribucion"
๐Ÿ•’ metadataModifiedISO 8601"2026-05-18T10:00:00"
๐Ÿ“ฆ resourcesarray[{ "id": "...", "name": "...", "format": "CSV", ... }]
๐Ÿท๏ธ tagsstring[]["presupuesto","finanzas","gobierno"]
๐Ÿ•’ scrapedAtISO 8601"2026-05-22T00:00:00.000Z"

๐Ÿงพ Dataset mode schema

FieldTypeExample
๐Ÿท๏ธ kindstring"row"
๐Ÿ†” datasetIdstring | null"presupuesto-2026"
๐Ÿท๏ธ resourceIdstring"e6d8f5a0-..."
๐Ÿ”ข recordIdnumber1
๐Ÿ“ฆ dataobject{ "ministerio": "Salud", "programa": "Atencion Primaria", "monto": "1500000000" }
๐Ÿ•’ scrapedAtISO 8601"2026-05-22T00:00:00.000Z"

๐Ÿ“ฆ Sample records


โœจ Why choose this Actor

Capability
๐Ÿ‡จ๐Ÿ‡ฑWhole-of-government catalog. 10,000+ Chilean datasets 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 tracking ministry budgets, modelling climate trends, or analysing transport networks, the same Actor backs every workflow.


๐Ÿ“ˆ How it compares to alternatives

ApproachCostCoverageRefreshFiltersSetup
โญ Chile Open Data Scraper (this Actor)$5 free credit, then pay-per-use10,000+ CL datasetsLive 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 Chile 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

  • Ministry budget tracking via DIPRES datasets
  • Tax-collection and macroeconomic trend monitoring
  • Public-procurement audits
  • Inflation, CPI, and exchange-rate dashboards

๐ŸŒฆ๏ธ Climate & Environment

  • Rainfall and temperature trend research
  • Air-quality monitoring station analytics
  • Water-resource allocation studies
  • Renewable-energy generation tracking

๐Ÿš‘ Health & Demographics

  • Hospital capacity and access dashboards
  • Vaccination coverage monitoring
  • Census-adjacent population analyses
  • Mortality and life-expectancy studies

๐Ÿš Transport & Mobility

  • Transantiago and regional bus ridership
  • Vehicle registrations and fleet composition
  • Road-safety and accident analytics
  • Port-throughput and freight dashboards

๐Ÿ”Œ Automating Chile 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

Chile 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
  • Climate-science theses using DMC station data
  • Public-policy research with ministry microdata
  • Reproducible studies with cited dataset pulls

๐ŸŽจ Personal and creative

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

๐Ÿค Non-profit and civic

  • Transparency dashboards on ministry budgets
  • NGO targeting using health and education data
  • Election-adjacent civic analyses
  • Investigative journalism on public spending

๐Ÿงช Experimentation

  • Train Spanish-language NLP on government text
  • Prototype civic-tech apps with real public data
  • Validate climate-tech product hypotheses with real station data
  • Build geospatial demos for Chilean regions

๐Ÿค– 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 Chile open-data portal. The slug appears in the dataset URL after /dataset/.

๐Ÿ“ Does it cover every Chilean dataset?

The Actor works with any dataset published to the central catalog by national ministries, regional governments, decentralized agencies, and partner publishers. The portal hosts over 10,000 datasets.

๐Ÿ” 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 for you.

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

The datos.gob.cl catalog publishes under permissive open 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 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

Chile 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 Chile 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 Chile 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 Chile, the Chilean 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

Argentina Open Data Scraper

parseforge/argentina-datos-gob-ar-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.

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.

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.

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.

Sodimac & Easy Chile Price Tracker

sheshinmcfly/sodimac-easy-price-scraper

Monitor and extract product prices from Sodimac Chile and Easy Chile ๏ฟฝ two of the largest home improvement retailers in the country. Track sale prices, internet discounts, and product details. Export to CSV or JSON for price comparison and market analysis.

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.

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.