VOOZH about

URL: https://apify.com/parseforge/dbnomics-economic-series-scraper

โ‡ฑ DBnomics Economic Series Scraper ยท Apify


Pricing

from $9.00 / 1,000 results

Go to Apify Store

DBnomics Economic Series Scraper

Pull economic time series from DBnomics across providers like ECB, IMF, Eurostat, World Bank, and OECD. Every record carries provider, dataset, series code, frequency, unit, period, date, and a numeric value. Search by keyword or fetch a known series for macro panels and forecasting.

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿ“ˆ DBnomics Economic Series Scraper

๐Ÿš€ Pull economic time series in seconds. Turn any DBnomics series into clean dated observations with provider, dataset, frequency, unit, and value, ready for your model or dashboard.

๐Ÿ•’ Last updated: 2026-06-04 ยท ๐Ÿ“Š 11 fields per record ยท 93 providers ยท ECB, IMF, Eurostat, World Bank, OECD, BIS and more

DBnomics aggregates public economic statistics from 93 official providers into one consistent structure. This Actor reads that structure and hands you back one tidy row for every observation, so a 50 year GDP series becomes 50 dated rows you can chart, join, or load straight into a notebook.

Coverage spans exchange rates, inflation, GDP, unemployment, population, central bank policy rates, trade, and thousands of other indicators. Fetch a single known series by its ID, or run a keyword search that resolves matching datasets into their underlying series automatically.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
Economists and analystsBuild and refresh macro indicator panels
Data scientists and quantsFeed time series into forecasting and backtests
Fintech and research teamsTrack inflation, rates, and currency moves
Journalists and educatorsPull official figures with full provenance
Dashboard buildersPower live economic charts and reports

๐Ÿ“‹ What the DBnomics Economic Series Scraper does

This Actor talks to the public DBnomics API and returns economic observations as flat rows. For each series it zips the period array, the start day, and the value array into individual records, each carrying the provider, dataset, series code, series name, frequency, and unit. You can target one exact series, several known series from a curated list, or a free text search that pulls observations from the top matching datasets.

๐ŸŽฌ Full Demo (๐Ÿšง Coming soon)

โš™๏ธ Input

FieldTypeDescription
seriesIdselectA known series in the form provider/dataset/series_code. Defaults to the ECB USD/EUR exchange rate.
customSeriesIdstringAny DBnomics series as provider/dataset/series_code. Overrides seriesId when set.
searchQuerystringKeyword search such as inflation, GDP, or unemployment. Resolves matching datasets to their series.
maxItemsintegerCap on observations returned. Free plan is limited to 10.
maxSeriesPerSearchintegerHow many series to pull from each matched dataset during a search. Default 5.

Example 1, one known series

{
"seriesId":"IMF/WEO:2024-10/USA.NGDPD.us_dollars",
"maxItems":50
}

Example 2, a keyword search

{
"searchQuery":"inflation",
"maxSeriesPerSearch":3,
"maxItems":100
}

โš ๏ธ Good to Know: A search query takes priority over the seriesId dropdown, so use customSeriesId when you want a specific series alongside or instead of search. Daily series can be very long, for example the daily ECB USD/EUR rate has 6,742 observations, so set maxItems to keep runs focused.

๐Ÿ“Š Output

Each record is a single observation with full series provenance.

FieldTypeDescription
๐Ÿ› providerstringProvider code, for example IMF, ECB, OECD.
๐Ÿ—‚ datasetstringDataset code within the provider.
๐Ÿ“š datasetNamestringHuman readable dataset name.
๐Ÿ”– seriesCodestringDot separated series code.
๐Ÿ“Œ seriesNamestringHuman readable series name.
โฑ frequencystringSeries frequency, for example annual, monthly, daily.
๐Ÿ“ unitstringUnit of the value when the dataset defines one.
๐Ÿ—“ periodstringRaw period label, for example 1989 or 2020-01.
๐Ÿ“… datestringISO start date of the period.
๐Ÿ”ข valuenumberThe observation value.
๐Ÿ•’ scrapedAtstringISO timestamp when the row was collected.
โŒ errorstringNull on success, message on failure.

Real sample records

{
"provider":"IMF",
"dataset":"WEO:2024-10",
"datasetName":"World Economic Outlook by countries",
"seriesCode":"USA.NGDPD.us_dollars",
"seriesName":"United States โ€“ Gross domestic product, current prices (NGDPD) โ€“ U.S. dollars",
"frequency":"annual",
"unit":"us_dollars",
"period":"1980",
"date":"1980-01-01",
"value":2857.325,
"scrapedAt":"2026-06-04T19:25:09.671Z",
"error":null
}
{
"provider":"IMF",
"dataset":"WEO:2024-10",
"datasetName":"World Economic Outlook by countries",
"seriesCode":"USA.NGDPD.us_dollars",
"seriesName":"United States โ€“ Gross domestic product, current prices (NGDPD) โ€“ U.S. dollars",
"frequency":"annual",
"unit":"us_dollars",
"period":"1982",
"date":"1982-01-01",
"value":3343.8,
"scrapedAt":"2026-06-04T19:25:09.844Z",
"error":null
}
{
"provider":"OECD",
"dataset":"DSD_REG_ECO_ROPI@DF_ECO_ROPI",
"datasetName":"Economic statistics ROPI-adjusted for inflation - Regions (for 'Developer API')",
"seriesCode":"A.CTRY.AUS._Z.EMP.A._Z.PS",
"seriesName":"Annual โ€“ Country โ€“ Australia โ€“ Not applicable โ€“ Employment โ€“ Agriculture, forestry and fishing โ€“ Not applicable โ€“ Persons",
"frequency":"annual",
"unit":"PS",
"period":"1989",
"date":"1989-01-01",
"value":425300,
"scrapedAt":"2026-06-04T19:24:35.558Z",
"error":null
}

โœจ Why choose this Actor

  • One row per observation, no nested arrays to unpack.
  • Full provenance on every row, so you always know the provider, dataset, and series.
  • Works keyless against the public DBnomics API, no account or token to manage on the source side.
  • Curated list of known good series plus free text search for discovery.
  • Clean numeric values with ISO dates, ready for charts and models.

๐Ÿ“ˆ How it compares to alternatives

ApproachProvenance per rowSearch to seriesSetup effort
This ActorYes, 7 metadata fieldsYes, automaticPick a series or type a query
Manual API callsYou build it yourselfYou build it yourselfWrite and maintain code
Spreadsheet downloadsOften lostNoManual and repetitive

๐Ÿš€ How to use

  1. Sign up for a free Apify account using this link.
  2. Open the DBnomics Economic Series Scraper in the Apify Console.
  3. Pick a series from the dropdown, paste a custom series ID, or type a search query.
  4. Set maxItems and, for searches, maxSeriesPerSearch, then click Start.
  5. Watch the run finish and open the results to view or pull your observations.

๐Ÿ’ผ Business use cases

Macro research

GoalHow this helps
Build indicator panelsPull GDP, inflation, and rate series into one table
Cross country comparisonCollect the same indicator across providers and regions

Quant and modeling

GoalHow this helps
Feature engineeringTurn long history series into dated training rows
BacktestingAlign observations by ISO date across series

Fintech and reporting

GoalHow this helps
Currency trackingFetch ECB exchange rate series at chosen frequency
Policy monitoringFollow central bank and inflation indicators

Content and education

GoalHow this helps
Data journalismCite official figures with provider and series names
TeachingHand students clean, sourced economic series

๐Ÿ”Œ Automating DBnomics Economic Series Scraper

Connect runs to Make, Zapier, Slack, Airbyte, GitHub, or Google Drive through the Apify integrations. Schedule a daily run to refresh an inflation panel, post new observations to a Slack channel, or sync results into a Google Sheet for a live dashboard.

๐ŸŒŸ Beyond business use cases

  • Research: assemble reproducible datasets with full provenance for papers.
  • Personal: track the indicators you care about in a private dashboard.
  • Non-profit: monitor development indicators from the World Bank and IMF.
  • Experimentation: prototype economic models without writing API plumbing.

๐Ÿค– Ask an AI assistant

Drop your results into ChatGPT, Claude, Perplexity, or Microsoft Copilot and ask it to summarize trends, compute growth rates, or compare series across providers.

โ“ Frequently Asked Questions

What is DBnomics? DBnomics is a public aggregator that gathers economic statistics from 93 official providers into one consistent API.

Do I need an API key or account on DBnomics? No. The DBnomics API is public and keyless. You only need an Apify account to run this Actor.

How do I find a series ID? Browse db.nomics.world, open a series, and read its provider, dataset, and code. Combine them as provider/dataset/series_code.

What format is a series ID? Three parts separated by slashes, for example ECB/EXR/A.USD.EUR.SP00.A. The dataset part may include a version tag like WEO:2024-10.

What does a search query return? It finds matching datasets and pulls observations from the top series in each, controlled by maxSeriesPerSearch.

Why was my chosen series skipped during a search? A search query takes priority over the dropdown. Use customSeriesId to force a specific series.

How many observations can I get? Free plans return up to 10. Paid plans can return up to 1,000,000 per run.

What date does the date field use? It uses the ISO start day of each period, for example 1980-01-01 for the year 1980.

Why is the unit field sometimes missing? Not every dataset defines a unit dimension. The field appears only when the source provides one.

Can I pull very long daily series? Yes, though they can be large. The daily ECB USD/EUR rate has 6,742 observations, so use maxItems to focus the run.

Is the value always numeric? Yes. Non numeric and missing entries are skipped so every value is a usable number.

Which providers are covered? All 93 DBnomics providers, including ECB, IMF, Eurostat, World Bank, OECD, BIS, and national statistics offices.

๐Ÿ”Œ Integrate with any app

Use the Apify API, webhooks, and scheduler to wire results into your own stack, or trigger downstream jobs whenever a run completes.

๐Ÿ”— Recommended Actors

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection.

๐Ÿ†˜ Need Help? Open our contact form

โš ๏ธ Disclaimer: independent tool, not affiliated with DBnomics or any data provider. Only publicly available data is collected.

You might also like

ECB Statistical Data Warehouse Scraper

parseforge/ecb-statistical-data-warehouse-scraper

Tap into the European Central Bank Statistical Data Warehouse to pull macro and FX series. Filter by dataflow code, series key, and start period to receive structured time series observations with values. Useful for euro area research, FX modeling, and macro dashboards.

FRED Economic Data

dash_authority/fred-economic-data

Search and retrieve economic data series from the Federal Reserve Economic Data (FRED) API. Fetch time series observations for thousands of economic indicators. Categories: economics, financial data, FRED, economic indicators.

๐Ÿ‘ User avatar

Dash Authority

1

IMF World Economic Outlook Scraper | WEO Indicators Data

parseforge/imf-weo-scraper

Export IMF World Economic Outlook indicators across countries and years: real GDP growth, inflation, unemployment, current account, government debt, and 40+ macro series. Pick any indicator code or country. CSV, Excel, JSON or XML for economic research, modeling and journalism.

IMF Data Scraper | Global Economic Indicators

parseforge/imf-data-scraper

Extract macroeconomic time series from the IMF including GDP, inflation, debt, balance of payments, exchange rates, and country statistics. Pull data from World Economic Outlook and IFS for any country and indicator to power dashboards, finance research, and economic modeling.

BCB Brazil Central Bank Series Scraper

parseforge/bcb-brazil-central-bank-scraper

Fetch any BCB SGS time series by ID, with optional last N window. Each observation returns seriesId, seriesName, date, value, unit, and frequency, covering rates like Selic, IPCA inflation, and USD BRL. Useful for macro dashboards, fintech models, and Brazilian economic research workflows.

FRED Federal Reserve Economic Data โ€” 800K+ Time Series

compute-edge/fred-economic-scraper

Extract economic time series from St. Louis Fed FRED API. 800K+ series including GDP, unemployment, CPI, treasury yields, mortgage rates, exchange rates. For macroeconomic dashboards, fintech apps, trading signals, and economic research. Free 32-char API key required.