Spain Drought & Water Scarcity Monitor (Sequía/Escasez) avatar

Spain Drought & Water Scarcity Monitor (Sequía/Escasez)

Pricing

from $4.00 / 1,000 sequia-indicator-records

Go to Apify Store
Spain Drought & Water Scarcity Monitor (Sequía/Escasez)

Spain Drought & Water Scarcity Monitor (Sequía/Escasez)

Monthly Spanish drought (sequía prolongada) and water scarcity (escasez coyuntural) indicators per river basin unit (UTS/UTE) and district, parsed from the official MITECO Observatorio Nacional de la Sequía report.

Pricing

from $4.00 / 1,000 sequia-indicator-records

Rating

0.0

(0)

Developer

Dennis

Dennis

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Get Spain's official monthly drought (sequía prolongada) and water scarcity (escasez coyuntural) indicators, per river basin unit (UTS/UTE) and district (demarcación hidrográfica), parsed from the Ministry for the Ecological Transition's (MITECO) "Observatorio Nacional de la Sequía" report into one clean JSON schema.

When should an AI agent use this?

  • "What's the current drought status of the Júcar or Segura river basin in Spain?"
  • "Which Spanish water scarcity units (UTE) have worsened compared to last month?"
  • "Give me the 12-month drought trend for a specific Spanish irrigation district."
  • "Is water availability improving or declining in Guadalquivir compared to last month?"
  • "List all Spanish river basin districts currently reporting worsening water indicators."
  • "Build a risk dashboard for Spanish agri-insurance exposure using official drought data."

What this Actor does

  • Automatically finds and downloads the latest monthly report from MITECO's official drought observatory (no manual URL needed — the Actor scrapes the year-overview page itself).
  • Parses the official PDF's data tables (not a screenshot/OCR — a real text extraction) into one record per Unidad Territorial de Sequía (UTS, prolonged/meteorological drought) and per Unidad Territorial de Escasez (UTE, conjunctural/demand-related scarcity).
  • Also includes the aggregated per-demarcación (river basin district) "GLOBAL SEQUÍA"/"GLOBAL ESCASEZ" indicators.
  • Delivers the full published 12-month indicator series per unit, plus a computed month-over-month trend.
  • Supports filtering by region/basin name.

Input

FieldTypeDescription
incluirSequiaProlongadabooleanInclude the prolonged-drought (UTS) indicator. Default true.
incluirEscasezCoyunturalbooleanInclude the conjunctural-scarcity (UTE) indicator. Default true.
incluirIndicadoresGlobalesbooleanInclude the per-basin aggregated GLOBAL SEQUÍA/ESCASEZ indicators. Default true.
regionFilterstring[]Only return records whose basin district or unit name contains one of these terms (case-insensitive), e.g. ["jucar", "segura"]. Default: none (all of Spain).
maxResultsintegerMaximum number of records to return (1-3000). Default 1000.
reportUrlstringAdvanced: process a specific historical report PDF instead of the latest one.

Output

One flat JSON record per UTS/UTE or per-basin global indicator:

{
"land": "ES",
"tipo": "escasez_coyuntural",
"demarcacion": "Júcar",
"cod": "080.12",
"unidad": "Marina Baja",
"indicadorActual": 0.42,
"mesActual": "2026-05",
"indicadorMesAnterior": 0.47,
"tendencia": "empeoramiento",
"serie12Meses": {
"2025-06": 0.61,
"2026-05": 0.42
},
"bronDatum": "2026-05",
"bronUrl": "https://www.miteco.gob.es/.../Informe_SE_jun_2026.pdf",
"datumOpgehaald": "2026-07-18T12:00:00.000Z"
}

indicadorActual/serie12Meses are the official 0-1 indicator values as published (higher = wetter/more favorable, lower = drier/more stressed). tendencia (mejora/empeoramiento/estable — in Spanish, since that's the language of this Actor's audience) is calculated by comparing the two most recent published months.

Use cases

  • Agricultural credit/insurance risk screening for farms in specific Spanish irrigation districts.
  • Water infrastructure investment due diligence (desalination, reuse) by basin.
  • Portfolio-level water risk monitoring across multiple Spanish regions.
  • Feeding a scheduled monitoring pipeline that alerts on worsening drought trends.

Pricing

This Actor uses Apify's Pay-Per-Event (PPE) pricing model.

  • Actor Start: $0.00005 (Apify default)
  • sequia-indicator-record: $0.004 per delivered UTS/UTE/global indicator record
  • alerta-empeoramiento: $0.015 per record whose indicator meaningfully worsened vs. the previous published month

Data sourced exclusively from official Spanish government publications (Ministerio para la Transición Ecológica y el Reto Demográfico / MITECO). No personal data is processed. Important disclaimer: this Actor delivers the raw official 0-1 drought/scarcity indicator and a computed trend — it does not produce an official Normalidad/Prealerta/Alerta/Emergencia scenario classification, since the exact thresholds for that classification are defined per individual river basin's own Plan Especial de Sequía and are not published as a reusable table in the source report. Do not treat this data as a substitute for the official basin authority's own scenario declarations.

FAQ

Q: Does this include reservoir (embalses) fill levels? A: Not currently — the monthly report embeds reservoir charts as images (not text), which would require a separate data source. This may be added in a future version.

Q: How often is the source updated? A: MITECO publishes this report monthly (roughly one month behind, e.g. a report published in June covers May-end data).

Q: What happens if a report contains an unusual row (e.g. a water-transfer status instead of a numeric indicator)? A: Such rows are skipped with a logged warning rather than silently producing incorrect data — see the Actor's run log.

Q: Why is the tendencia field in Spanish rather than English? A: The people who actually read this data — Spanish farmers, insurers, and water authorities — read Spanish. Values are kept in Spanish rather than translated into a language they'd have to translate back.


Palabras clave: sequía España, escasez de agua, MITECO, Observatorio Nacional de la Sequía, indicador de sequía, cuenca hidrográfica, demarcación hidrográfica, restricciones de riego, embalses España.

Keywords

spain, drought, water-scarcity, sequia, escasez, miteco, river-basin, agriculture-risk, insurance-risk, climate-risk, water-data, open-data

Changelog

0.2.0

  • Changed tendencia field values from Dutch to Spanish (mejora/empeoramiento/estable) and renamed serie12Maanden to serie12Meses — this Actor's audience reads Spanish, not Dutch. Renamed the verslechtering-signaal event to alerta-empeoramiento.

0.1.0

  • Initial release: sequía prolongada + escasez coyuntural indicators per UTS/UTE and per-basin globals, parsed from the latest monthly MITECO Observatorio report.