Horizon Europe Scraper - EU Grants, Calls & CORDIS Projects avatar

Horizon Europe Scraper - EU Grants, Calls & CORDIS Projects

Pricing

Pay per event

Go to Apify Store
Horizon Europe Scraper - EU Grants, Calls & CORDIS Projects

Horizon Europe Scraper - EU Grants, Calls & CORDIS Projects

Scrape EU research funding: open calls from Funding and Tenders portal and awarded projects from CORDIS. Filter by programme, status, topic code, country, and year. Extract budgets, deadlines, eligibility, coordinators, and consortium data for grant writers, universities, SMEs, and R&D managers.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Horizon Europe Scraper — EU Grants, Calls & CORDIS Projects

Structured EU research funding data in two modes: open calls from the Funding & Tenders portal, and awarded projects from CORDIS. Pick a programme, run the scraper, get the data. No account required.

What It Does

Open calls mode queries the EU SEDIA search API — the same backend the Funding & Tenders portal uses. Returns topic-level records covering call identifiers, deadlines, budgets, status (forthcoming / open / closed), funding type, and a direct portal URL.

Awarded projects mode queries the CORDIS project database. Returns granted project records with the coordinator institution, consortium country breakdown, EU contribution, start/end dates, and objectives.

Both modes support filtering by programme, keyword, country, and publication year. Set maxItems to cap the output size; leave it at 0 for a full-history pull (hundreds of thousands of records, use with care).

Programmes Covered

  • Horizon Europe (2021–2027, EUR 95B)
  • Horizon 2020 (2014–2020)
  • Digital Europe
  • Erasmus+
  • EU4Health
  • CEF Connecting Europe
  • Innovation Fund

Input

FieldTypeDescription
modeSelectopen_calls (Funding & Tenders) or awarded_projects (CORDIS)
programmeSelectEU funding programme to filter by. Default: Horizon Europe
queryStringKeyword search on title/description
callStatusSelectforthcoming, open, or closed — open calls mode only
topicCodeStringFilter by exact topic code (e.g. HORIZON-CL1-2026-STAYHLTH-01)
countryStringCoordinator country ISO-2 code (e.g. DE, FR) — awarded projects mode only
yearFromIntegerEarliest publication year or project start year (0 = no filter)
maxItemsIntegerMax records to return. Default 10; set 0 for unlimited

Output Schema

Fields vary by mode. Open calls records populate call-side fields; awarded project records populate project-side fields. Both share common structural columns so the dataset is schema-consistent.

Open Calls Fields

FieldDescription
call_idCall identifier (e.g. HORIZON-CL1-2026-STAYHLTH-01)
call_titleCall title
call_typeAction type (RIA, IA, CSA, EIC Accelerator, MSCA, etc.)
programmeEU programme abbreviation
topic_codeTopic identifier code
budget_total_eurTotal call budget in EUR
budget_per_project_eurPer-project budget in EUR
num_projects_expectedExpected number of funded projects
deadline_dateSubmission deadline (YYYY-MM-DD)
opening_dateCall opening date (YYYY-MM-DD)
statusOpen / Closed / Forthcoming
keywordsKeywords, pipe-separated
descriptionCall summary and objectives
call_urlDirect Funding & Tenders portal URL

Awarded Projects Fields

FieldDescription
project_idGrant agreement number
project_acronymProject acronym
project_titleFull project title
project_objectiveObjective text (first 2000 characters)
project_start_dateStart date (YYYY-MM-DD)
project_end_dateEnd date (YYYY-MM-DD)
project_total_cost_eurTotal project cost in EUR
project_ec_contribution_eurEU contribution in EUR
project_funding_schemeFunding scheme / status
coordinator_nameCoordinating institution legal name
coordinator_countryCoordinator country (ISO-2 code)
participant_namesConsortium participant names, pipe-separated
participant_countriesParticipant countries, pipe-separated
num_participantsNumber of consortium participants
topicsRelated topic codes, pipe-separated
cordis_urlCORDIS project page URL

Use Cases

Grant prospecting. Filter open calls by programme and status to build a live pipeline of fundable opportunities. Export to Excel, filter by deadline, attach to your CRM.

Beneficiary mapping. Pull awarded projects by coordinator country to see which institutions are winning EU funding in your sector. Useful for consortium scouting and competitive intelligence.

Portfolio analysis. Download full CORDIS history for a programme (Horizon 2020, Horizon Europe) and analyze funding patterns by country, institution type, or topic area.

Market research. EU grant consultancies charge significant fees for this data. The scraper pulls the same source they use, structured and ready for analysis.

Data Sources

  • Funding & Tenders portal: api.tech.ec.europa.eu/search-api — SEDIA full-text search API, public, no auth required
  • CORDIS: cordis.europa.eu/search — EC research project database, public JSON API

Both sources are official EU Commission infrastructure. No scraping involved — pure API calls.

Notes

  • No API key or authentication required
  • Datacenter proxy is optional; both APIs serve international traffic without geo-restriction
  • Rate limited to approximately 1 request/second by default courtesy delay
  • Full-history CORDIS pulls can take significant time for large datasets — use maxItems to sample first