Erasmus+ Projects Scraper avatar

Erasmus+ Projects Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Erasmus+ Projects Scraper

Erasmus+ Projects Scraper

Scrape Erasmus+ project results from the EU platform. Use filters (keywords, country, call year, good practice) or paste a search/details URL — returns grant, dates, topics, coordinator, and partners.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

🇪🇺 Erasmus+ Projects Scraper

Want funded project results from the Erasmus+ Project Results Platform without clicking through pages? This scraper makes it easy.

Use structured filters (keywords, coordinator/partner country, call year, good practice) — better for AI agents — or paste an input_url. Either way, you get clean CSV/JSON with titles, EU grants, dates, topics, coordinators, and partners.

💡 Perfect for...

  • Researchers & NGOs: Find projects by topic, country, or call year.
  • National agencies: Monitor good-practice projects and grant amounts.
  • Market / policy analysis: Track Erasmus+, Solidarity Corps, or Creative Europe results.
  • 🤖 AI Agents: Power bots and OpenClaw workflows with live project search.
  • 📚 RAG Systems: Feed titles, descriptions, and objectives into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a search or project details URL (input_url), or use structured filters (better for AI agents).
  • 🎯 Website-Matched Filters: Keywords, programme, status (ongoing/completed), field (SCH/VET/YOU/…), topic, action type, organisation type, coordinator/partner country, call year, and good-practice flag.
  • 💶 Rich project fields: EU grant, action type, topics, coordinator PIC/city, partner list, and key description sections.
  • 🇪🇺 Multi-programme: Erasmus+ 2021–2027, European Solidarity Corps, and Creative Europe.

📦 What's inside the data?

For every project, you will get:

  • Core: id, url, code, title, description, objectives, background, implementation, results_text
  • Funding / status: eu_grant, currency, call_year, status, good_practice, success_story
  • Timeline: start_date, end_date, published_at, updated_at
  • Classification: programme, domain, field, field_label, action_type, action_type_code, action_detail, topics, topic_codes, countries
  • Organisations: coordinator_name, coordinator_country, coordinator_city, coordinator_pic, coordinator_type, coordinator_type_label, coordinator, partners, partner_count
  • Links: website

🚀 Quick start

Option A — Filters

  1. Set keywords (e.g. climate or a project code).
  2. Optionally pick coordinator country, call year, or good practice only.
  3. Set max_projects and click Start.

Option B — Input URL

  1. Open the project search or a project details page.
  2. Paste the URL into input_url.
  3. Start the run.

Export CSV, Excel, or JSON when done.


Tech details for developers 🧑‍💻

Input Example (filters):

{
"keywords": "climate",
"domain": "eplus2021",
"status": "completed",
"field": "31047627",
"topic": "31047495",
"organisation_type": "31045415",
"organisation_role": "COORDINATOR",
"coordinator_country": "DE",
"call_year": "2023",
"good_practice_only": false,
"max_projects": 100
}

Input Example (project URL):

{
"input_url": "https://erasmus-plus.ec.europa.eu/projects/search/details/b0641a53-ffd9-4721-a8b3-1d8e23d92855"
}

Output Example:

{
"id": "b0641a53-ffd9-4721-a8b3-1d8e23d92855",
"url": "https://erasmus-plus.ec.europa.eu/projects/search/details/b0641a53-ffd9-4721-a8b3-1d8e23d92855",
"code": "2022-1-DE03-KA122-SCH-000075335",
"title": "Go Green, Go Europe - Nachhaltigkeit im Schulalltag leben",
"eu_grant": 25271.0,
"call_year": "2022",
"status": "finalized",
"coordinator_name": "Franziskanergymnasium Kreuzburg gGmbh",
"coordinator_country": "DE",
"topics": ["Environment and climate change", "Green skills", "Key competences development"],
"source": "erasmus-plus"
}