Eurostat Datasets Scraper avatar

Eurostat Datasets Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Eurostat Datasets Scraper

Eurostat Datasets Scraper

Scrape Eurostat datasets and tables. Use structured filters (keywords, theme, record type) or paste an input_url. Returns code, title, databrowser URL, and update 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 Datasets Scraper

Want Eurostat datasets without clicking through the catalogue? This scraper makes it easy.

Use structured filters (keywords, theme, record type) โ€” better for AI agents โ€” or paste an input_url. Get clean CSV/JSON with codes, titles, databrowser links, and update dates.

๐Ÿ’ก Perfect for...

  • Researchers & analysts: Find datasets by theme or keyword.
  • Data engineers: Build catalogues of Eurostat codes and URLs.
  • ๐Ÿค– AI Agents: Power bots with live Eurostat dataset search.
  • ๐Ÿ“š RAG Systems: Feed titles and codes into retrieval pipelines.

โœจ Why you'll love this scraper

  • ๐Ÿ”— Input URL or Filters: Paste a databrowser/product URL, or use structured filters.
  • ๐ŸŽฏ Website-Matched Filters: Keywords, theme, datasets vs tables, sort.
  • ๐Ÿ“ฆ Rich fields: Code, title, databrowser URL, last update, time coverage.

๐Ÿš€ Quick start

Option A โ€” Filters

  1. Set keywords (e.g. asylum) and/or a theme.
  2. Set max_items and click Start.

Option B โ€” Input URL

  1. Open a dataset in Eurostat Data Browser or search.
  2. Paste the URL into input_url.
  3. Start the run.

Tech details for developers ๐Ÿง‘โ€๐Ÿ’ป

Input Example:

{
"keywords": "asylum",
"theme": "",
"record_type": "Datasets and tables",
"sort_by": "Publication date",
"max_items": 50
}

Output Example:

{
"id": "tps00190",
"code": "tps00190",
"title": "Persons subject of asylum applications pending at the end of the month - monthly data",
"url": "https://ec.europa.eu/eurostat/web/products-datasets/-/tps00190",
"databrowser_url": "https://ec.europa.eu/eurostat/databrowser/product/view/tps00190?lang=en",
"product_url": "https://ec.europa.eu/eurostat/product?code=tps00190",
"summary": "Persons, third-country nationals or stateless persons, whose applications for international protection are under consideration by the relevant national authority at the end of the reference month.",
"record_type": "dataset",
"updated_at": "2026-08-14",
"published_at": "2026-08-14",
"source": "eurostat-datasets"
}