Eurostat Publications Scraper avatar

Eurostat Publications Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Eurostat Publications Scraper

Eurostat Publications Scraper

Scrape Eurostat publications (books, papers, manuals, key figures, and more). Use structured filters or paste an input_url. Returns title, summary, product URL, and dates.

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

4 days ago

Last modified

Categories

Share

πŸ“š Eurostat Publications Scraper

Want Eurostat books, papers, and key figures without browsing the site? This scraper makes it easy.

Use structured filters (publication type, keywords, sort) β€” better for AI agents β€” or paste an input_url. Export clean CSV/JSON with titles, summaries, and product links.

πŸ’‘ Perfect for...

  • Researchers & librarians: Catalogue Eurostat publications by type.
  • Policy teams: Track flagship reports and key figures editions.
  • πŸ€– AI Agents: Search publications programmatically.
  • πŸ“š RAG Systems: Index titles and summaries.

✨ Why you'll love this scraper

  • πŸ”— Input URL or Filters: Paste a product or listing URL, or use filters.
  • 🎯 Website-Matched Filters: Full publication-type dropdown from Eurostat search.
  • 🧾 Clean fields: Title, type, code, URL, published/updated dates.

πŸš€ Quick start

  1. Pick a publication type (e.g. Key Figures).
  2. Optionally add keywords.
  3. Set max_items and start.

Tech details for developers πŸ§‘β€πŸ’»

Input Example:

{
"publication_type": "Key Figures",
"keywords": "Europe",
"sort_by": "Last update",
"max_items": 50
}

Output Example:

{
"id": "ks-01-26-035",
"code": "ks-01-26-035",
"title": "Key figures on Europe – 2026 edition",
"url": "https://ec.europa.eu/eurostat/product?code=ks-01-26-035",
"summary": "This publication provides a selection of interesting key statistics on the European Union (EU), its Member States as well as the countries of the European Free Trade Association (EFTA).",
"publication_type": "Key Figures",
"published_at": "2026-07-09",
"updated_at": "2026-07-09",
"source": "eurostat-publications"
}