European Commission Scraper avatar

European Commission Scraper

Pricing

from $4.00 / 1,000 results

Go to Apify Store
European Commission Scraper

European Commission Scraper

Scrape the European Commission Press Corner, and extract press releases, statements, speeches, and background briefings on everything from tech regulation and defence to climate policy. Set your filters on the website, paste the URL, and let the scraper extract up to 150 full articles.

Pricing

from $4.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

7 days ago

Last modified

Categories

Share

🇪🇺 European Commission News Scraper

Official EU policy news moves fast. The European Commission Press corner publishes press releases, statements, speeches, and briefings on regulation, climate, funding, defence, and more.

This actor turns those pages into structured data. Apply filters on the website, paste the URL, set how many items you want (up to 250), and get titles, full text, PDF links, and press contacts.

European Commission Website

💡 Perfect for…

  • Regulatory & compliance teams: Capture official wording and PDF documents for audit trails.
  • Newsrooms & journalists: Track announcements by theme or commissioner and quote official text.
  • Public affairs: Monitor dossiers and share structured updates with stakeholders.
  • 📚 RAG & research: Index content so tools can answer what the Commission said — with citations.

✨ Why you'll love this scraper

  • 🎯 Paste your filtered search: Start from any Press corner URL after you filter in the browser.
  • 📄 PDF links included: Captures the downloadable PDF when available.
  • 👤 Press contacts: Name and phone number when listed on the page.
  • 📰 Full body text: Headline, date, document type, and article content.

📦 What's inside the data?

FieldDescription
urlPress corner detail URL
titleHeadline
categoryDocument type (e.g. Press release, Statement, Speech)
datePublication date as shown on the page
contentFull body text
content_pdfURL to the official PDF (when available)
contact_namePress contact name
contact_numberPress contact phone

🚀 Quick start

  1. Open the Press corner and apply any filters you want.
  2. Copy the browser URL and paste it into input_url. (Leave the default to scrape the latest general feed.)
  3. Set max_articles (up to 250).
  4. Click Start and export JSON, CSV, or Excel.

Example input

{
"input_url": "https://ec.europa.eu/commission/presscorner/home/en?dotyp=&commissioner=",
"max_articles": 25
}

Example output

{
"url": "https://ec.europa.eu/commission/presscorner/detail/en/ip_26_687",
"title": "Commission presents €115 million Programme for agile and rapid defence innovation (AGILE)",
"category": "Press release",
"date": "Mar 25, 2026",
"content": "The European Commission has adopted …",
"content_pdf": "https://ec.europa.eu/commission/presscorner/api/files/document/print/en/ip_26_687/IP_26_687_EN.pdf",
"contact_name": "Thomas REGNIER",
"contact_number": "+32 2 29 91099"
}
ParameterTypeRequiredDescription
input_urlstringNoPress corner URL after filters (or the default latest feed).
max_articlesintegerNoHow many items to collect. Min 10, max 250, default 100.