name: kultuurkapital-grants-data description: Extract Estonian Cultural Endowment grant allocation records from round pages and embedded grant tables.
Kultuurkapital Grants Data
Use when
- You need award-level cultural grant allocations by round/year.
- You need recipient, purpose, and amount fields from official grant publications.
Avoid when
- You need applicant personal data not publicly listed.
Inputs
- Year/round.
- Optional target foundation or thematic area.
Outputs
- Grant allocation table with recipient, purpose, amount, and round metadata.
Access reality statement
- Access type:
UI copy-only. - Verified on 2026-02-24.
- Grant rounds are published as HTML pages with embedded tables.
Primary endpoints
- Rounds index: https://www.kulka.ee/avalik-teave/eraldused-voorude-kaupa
- Example round page: https://www.kulka.ee/avalik-teave/eraldused-voorude-kaupa/2025-a-4-taotlusvoor
Retrieval workflow (reproducible)
- Open rounds index and collect round URLs.
- Open target round page and identify grant tables.
- Parse rows into recipient, purpose, and amount fields.
- Normalize amount values (remove spaces/non-breaking spaces, preserve original string separately).
- Return records with round slug and source page URL.
Request/query contract
- No auth required.
- Data is HTML table content (no documented public API).
- Round pages follow stable slug pattern under
/avalik-teave/eraldused-voorude-kaupa/<slug>.
Output schema expectations
round_slugsource_page_urlrecipient_nameallocation_purposeamount_originalamount_numericfoundation_or_section(if inferable)
Limits and caveats
- Table structures can vary between round pages.
- Amount formatting uses localized separators/spaces.
- Some pages contain multiple sections/foundations in one document.
Verification hooks
- Index page contains many round links (for example
2025-a-4-taotlusvoor). - Example round page includes table columns
Eralduse saaja,Kasutamise eesmärk/Eralduse eesmärk, andSumma/Eraldatud summa.