VOOZH about

URL: https://apify.com/parseforge/inegi-mexico-indicators-scraper

⇱ INEGI Mexico Indicators Scraper Β· Apify


Pricing

from $7.50 / 1,000 results

Go to Apify Store

INEGI Mexico Indicators Scraper

Query the INEGI BIE catalog for any Mexican economic or demographic indicator and return indicator_id, name, value, period, geo_area, unit, source, and last_updated. Filter by geographic area code for national, state, or municipal coverage to power research and macro dashboards.

Pricing

from $7.50 / 1,000 results

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

πŸ“Š INEGI Mexico Indicators Scraper

πŸš€ Export official Mexico statistics from INEGI in seconds. Economic, demographic, employment and social indicators by geographic area.

πŸ•’ Last updated: 2026-05-29 Β· πŸ“Š 10 fields per record Β· INEGI BIE API Β· National and state coverage Β· Real-time

The INEGI Mexico Indicators Scraper turns the official INEGI BIE API into a clean dataset. Pass any indicator IDs and a geographic area, get back a flat row per observation.

🎯 Target AudienceπŸ’‘ Primary Use Cases
πŸ“Š AnalystsBuild clean datasets from the source
🏒 Business teamsPlug official data into internal tools
πŸ€– ML engineersTraining data ready for pandas and BigQuery
πŸ“° JournalistsVerify numbers in seconds
πŸŽ“ ResearchersReproducible historical pulls
πŸ‘©β€πŸ’» DevelopersSkip writing a client library

πŸ“‹ What the INEGI Mexico Indicators Scraper does

  • Calls the public INEGI BIE indicators endpoint.
  • Parses the response and flattens each record into a clean row.
  • Casts numeric fields and normalizes timestamps for downstream tools.
  • Surfaces upstream errors as a clean error record instead of crashing.
  • Exports as CSV, Excel, JSON, JSONL, XML, RSS, or HTML.

πŸ’‘ Why it matters: the source is public but its format is not analyst friendly. This actor returns a flat, tool-ready dataset.

🎬 Full Demo

🚧 Coming soon.

βš™οΈ Input

FieldTypeRequiredDescription
indicatorIdsarrayNoINEGI BIE indicator IDs.
geoAreastringNoINEGI geographic area code (default 0700 national).
tokenstringYesFree INEGI API token.
maxItemsintegerNoFree 10, paid up to 1,000,000.

Example 1:

{"indicatorIds":["628194"],"geoArea":"0700","token":"YOUR_TOKEN","maxItems":50}

Example 2:

{"indicatorIds":["6207067314"],"geoArea":"0700","token":"YOUR_TOKEN"}

⚠️ Good to Know: the upstream source enforces its own rate limits. Heavy pulls should be spread across runs.

πŸ“Š Output

Each record is a flat object. error is always last.

FieldTypeDescription
πŸ†” indicator_idstringINEGI indicator identifier
πŸ“ namestringIndicator name
πŸ’Ή valuenumberObservation value
πŸ“… periodstringReference period
πŸ—ΊοΈ geo_areastringGeographic area code
πŸ“ unitstringUnit of measurement
πŸ›οΈ sourcestringSource attribution
πŸ•’ last_updatedstringLast update timestamp
πŸ•’ scrapedAtstringWhen this row was fetched
❌ errorstringSet if the upstream returned an error

Sample record:

{
"indicator_id":"628194",
"name":"Tipo de cambio nominal",
"value":19.85,
"period":"2026-05",
"geo_area":"0700",
"unit":"Pesos por dolar",
"source":"INEGI BIE",
"last_updated":"2026-05-28",
"scrapedAt":"2026-05-29T10:00:00.000Z",
"error":null
}

✨ Why choose this Actor

| πŸ†“ | Calls the official INEGI API with your free token. | | 🧹 | Flattens nested SDMX output into clean rows. | | πŸ”’ | Numeric casting ready for analysis. | | πŸ›Ÿ | Errors surfaced as a clean record. | | πŸ“… | Time series ready for BI tools. | | πŸ’Ύ | Push to dataset, instant download. |

πŸ“ˆ How it compares to alternatives

ApproachSetup timeClean keysNumeric castingError handling
Roll your own fetch30 min plus❌❌❌
Manual downloadhours❌❌❌
This Actor5 sec, no installβœ…βœ…βœ…

πŸš€ How to use

  1. Click Try for free.
  2. Fill in the input fields (defaults work for a first run).
  3. Click Start. Your dataset is ready in seconds.

πŸ’Ό Business use cases

πŸ“Š Analytics dashboards. Pipe to a BI tool, refresh on a schedule.

πŸ’Ό Internal data products. Mirror the source into your own warehouse.

πŸ“° Newsroom fact-checking. Verify any number before publishing.

πŸ€– ML feature engineering. Use the clean dataset as model input.

πŸ”Œ Automating INEGI Mexico Indicators Scraper

  • Make and Zapier: trigger on a schedule, push to Airtable or Slack.
  • Cron schedule: native Apify scheduler.
  • Webhooks: receive a POST when a run finishes.
  • Pipe to BigQuery, Snowflake, Postgres: native Apify integrations.

🌟 Beyond business use cases

πŸŽ“ Education. Bring real public data into classrooms.

πŸ§ͺ Personal research. Track indicators or markets over time.

🀝 Non-profit and open data. Build public dashboards.

🧰 Tinkering. Prototype quickly with structured data.

πŸ€– Ask an AI assistant about this scraper

Paste this README into ChatGPT or Claude and ask it to map your workflow to the actor inputs. The schema, examples and field list above contain everything an LLM needs to design a working pipeline.

❓ Frequently Asked Questions

❓ Do I need an API key? No, the source is fully public.

❓ Is there a rate limit? The upstream enforces a soft limit. Avoid hammering.

❓ Can I schedule runs? Yes, via Apify scheduler, Make, Zapier or cron.

❓ Are values cast to numbers? Yes where applicable.

❓ How are errors handled? Pushed as a single record with error populated.

❓ Is this scraping or API? Public API or feed.

❓ Will the schema change? Core fields are stable.

❓ Can I filter the results? Yes, see the input schema above.

❓ What if the upstream changes? We update the actor.

❓ What format can I download? CSV, Excel, JSON, JSONL, XML, RSS, HTML straight from the Apify dataset UI.

πŸ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.

πŸ”— Recommended Actors

ActorWhat it does
ParseForge Alpha Vantage ScraperGlobal market data and FX.
ParseForge OurAirports ScraperGlobal airport database.
ParseForge NBA Stats ScraperPlayer and team stats.
ParseForge CurseForge Mods ScraperPublic mod metadata.

πŸ’‘ Pro Tip: browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


Disclaimer: This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

Mexico Business Directory Scraper (DENUE)

jungle_synthesizer/mexico-rfc-sat-company-scraper

Bulk scraper for Mexico's DENUE business registry β€” 5.5M+ establishments with geo coordinates, SCIAN industry codes, employee ranges, contact info, and addresses. Filter by state, activity keyword, and entity type. Requires a free INEGI API token (email registration at inegi.org.mx).

πŸ‘ User avatar

BowTiedRaccoon

1

TurkStat Turkey Statistics Scraper

parseforge/turkstat-turkey-statistics-scraper

Query TurkStat (TÜİK) categories and pull Turkish national statistics with indicator, value, period, region, category, unit, source, and release_date. Useful for inflation analysis, demographic research, and macroeconomic dashboards covering the Turkish lira, employment, and trade.

World Bank Indicators Scraper

parseforge/worldbank-indicators-scraper

Tap into the World Bank Open Data API for development indicators across every country. Provide an indicator code such as NY.GDP.MKTP.CD, a country code list, and a year range to receive country, indicator, year, and value. Useful for macro research and policy analysis.

IMF World Economic Outlook Scraper | WEO Indicators Data

parseforge/imf-weo-scraper

Export IMF World Economic Outlook indicators across countries and years: real GDP growth, inflation, unemployment, current account, government debt, and 40+ macro series. Pick any indicator code or country. CSV, Excel, JSON or XML for economic research, modeling and journalism.

Latvia CSB Statistics Scraper

parseforge/latvia-csb-statistics-scraper

Reach into the Central Statistical Bureau of Latvia and pull table rows by tablePath. Each record carries the indicator name, contents code, time period, category, unit, and numeric value. Useful for demographic, economic, and population analysis on Latvian official statistics.

IMF Data Scraper | Global Economic Indicators

parseforge/imf-data-scraper

Extract macroeconomic time series from the IMF including GDP, inflation, debt, balance of payments, exchange rates, and country statistics. Pull data from World Economic Outlook and IFS for any country and indicator to power dashboards, finance research, and economic modeling.

DANE Colombia Statistics Scraper

parseforge/dane-colombia-statistics-scraper

Pull Colombian national statistics from DANE landing pages, returning indicator, value, period, category, source, release_date, and url. Useful for inflation tracking, demographic studies, and macroeconomic dashboards covering Colombian GDP, employment, and household survey indicators.

Economic Indicators Mcp

ryanclinton/economic-indicators-mcp

Economic Indicators Mcp. Available on the Apify Store with pay-per-event pricing.

EMMA Municipal Bonds Scraper

jungle_synthesizer/emma-municipal-bonds-scraper

Scrape municipal bond securities from EMMA (Electronic Municipal Market Access) - the official SEC-designated source for municipal securities data. Extract issuer name, coupon rate, maturity date, offering yield, principal amount, and credit rating availability. Filter by US state.

πŸ‘ User avatar

BowTiedRaccoon

2