OECD Statistics Tracker avatar

OECD Statistics Tracker

Pricing

from $1.00 / 1,000 item trackeds

Go to Apify Store
OECD Statistics Tracker

OECD Statistics Tracker

Collect official OECD macroeconomic data for 38 member countries via the free SDMX-JSON API. Covers GDP, unemployment (monthly/quarterly), employment, CPI, and balance of payments. Filter by country and year range. No API key required. Ideal for economic research and country benchmarking.

Pricing

from $1.00 / 1,000 item trackeds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

What does OECD Statistics Tracker do?

OECD statistics tracker collects official macroeconomic and labour market data for all 38 OECD member countries via the free OECD SDMX-JSON API — no API key, no registration required. Choose from GDP, unemployment, CPI, employment, and balance of payments datasets; specify your countries and year range; and receive flat, analysis-ready observation records covering annual, quarterly, and monthly frequencies. This international economic data pipeline eliminates manual OECD.stat downloads and delivers structured OECD economic indicators directly to your dataset.

Why use OECD Statistics Tracker?

  • Country benchmarking — compare GDP growth, unemployment, and inflation across G7, G20, or all OECD members in a single run to build peer-group economic scorecards.
  • Labour market analysis — pull monthly unemployment rates for every OECD member and feed them into workforce planning models or macro strategy research.
  • Trade and balance-of-payments research — extract structured balance-of-payments data for trade analysis without navigating the OECD.stat web interface.
  • Automated policy datasets — build reproducible macro dashboards with scheduled runs that always reflect the latest OECD economic indicators API data.
  • Multi-indicator correlation studies — combine GDP, CPI, and employment data in a single run using the datasets parameter to power cross-indicator econometric analysis.

How to use OECD Statistics Tracker

  1. Open the actor on Apify and click Try for free.
  2. Set the dataset field to the dataset you want (e.g. GDP, UNEMPLOYMENT, CPI).
  3. Add ISO 3-letter countries codes (e.g. ["USA", "DEU", "JPN"]), or leave empty for all OECD members.
  4. Set startYear and endYear to define your time range.
  5. Optionally add extra datasets to the datasets array to fetch multiple indicators in one run.
  6. Click Start and export results as JSON or CSV.

Input

ParameterTypeDefaultDescription
datasetstringGDPPrimary dataset ID (see available datasets below)
datasetsstring[][]Additional dataset IDs to fetch in parallel
countriesstring[][]ISO 3-letter country codes (empty = all 38 OECD members)
startYearinteger2015First year to include (inclusive)
endYearinteger2023Last year to include (inclusive)
maxRecordsinteger1000Record cap per dataset (set to 0 for no limit)

Available datasets:

Dataset IDDescriptionFrequency
GDPGDP and components — expenditure approachAnnual
UNEMPLOYMENTUnemployment rate (% of labour force)Monthly
UNEMPLOYMENT_QUnemployment rate (% of labour force)Quarterly
EMPLOYMENTEmployment levels and ratesAnnual
CPIConsumer Price IndexMonthly
BOPBalance of payments by transactionAnnual

OECD member country codes: AUS, AUT, BEL, CAN, CHL, COL, CRI, CZE, DNK, EST, FIN, FRA, DEU, GRC, HUN, ISL, IRL, ISR, ITA, JPN, KOR, LVA, LTU, LUX, MEX, NLD, NZL, NOR, POL, PRT, SVK, SVN, ESP, SWE, CHE, TUR, GBR, USA

Output

One flat observation record per country-indicator-period combination:

[
{
"dataset": "GDP",
"dataset_name": "GDP and Components (Expenditure Approach)",
"country": "USA",
"country_name": "United States",
"indicator": "B1GQ",
"indicator_name": "Gross domestic product",
"frequency": "A",
"year": 2022,
"quarter": null,
"month": null,
"value": 25462700.0,
"unit": "USD_EXC",
"unit_name": "US Dollar, exchanged",
"source": "OECD"
},
{
"dataset": "UNEMPLOYMENT",
"dataset_name": "Monthly Unemployment Rate",
"country": "DEU",
"country_name": "Germany",
"indicator": "UNR",
"indicator_name": "Unemployment rate",
"frequency": "M",
"year": 2023,
"quarter": null,
"month": "03",
"value": 3.1,
"unit": "PC_LF",
"unit_name": "Percentage of labour force",
"source": "OECD"
}
]

Data fields

FieldTypeDescription
datasetstringDataset ID (e.g. GDP, CPI)
dataset_namestringHuman-readable dataset label
countrystringISO 3-letter country code
country_namestringFull country name
indicatorstringSDMX indicator code
indicator_namestringHuman-readable indicator name
frequencystringA (annual), Q (quarterly), or M (monthly)
yearintegerObservation year
quarterstring | nullQuarter (e.g. Q1) for quarterly datasets
monthstring | nullMonth (e.g. 03) for monthly datasets
valuefloatNumeric observation value
unitstringSDMX unit code
unit_namestringHuman-readable unit description
sourcestringAlways OECD

Cost estimation

Pricing is Pay-Per-Event (PPE) — one fixed charge per run plus $0.001 per observation.

ScenarioRecordsCost
GDP for 10 countries × 8 years~80$0.005 + $0.08 = $0.085
Unemployment (monthly) × 38 countries × 5 years~2,280$0.005 + $2.28 = $2.29
3 datasets × 38 countries × 8 years~4,000$0.005 + $4.00 = $4.01

Set maxRecords to 0 to remove the record cap when you need complete dataset coverage.

FAQ

Do I need an OECD API key? No. The OECD SDMX-JSON REST API is fully public and requires no authentication or registration.

How current is the OECD data? Data freshness depends on each dataset's publication schedule — monthly datasets (CPI, UNEMPLOYMENT) are typically updated within weeks of the reference period; annual datasets (GDP, BOP, EMPLOYMENT) are updated annually. This OECD statistics tracker fetches the latest available data on each run.

Can I fetch multiple datasets in one run? Yes. Populate the datasets array with additional dataset IDs alongside the primary dataset field. All datasets are fetched in parallel to minimize runtime.


Disclaimer: Data is sourced from the publicly available OECD SDMX-JSON API. This actor is not affiliated with or endorsed by the OECD. Values reflect official OECD statistics and are subject to revision. Verify data against primary OECD publications before use in policy, regulatory, or investment contexts.


Feedback

If this actor powers your macro research, a review helps others find it: Leave a review on Apify Store


Keywords: OECD statistics tracker, OECD GDP data, OECD employment data, OECD trade statistics, OECD API scraper, macroeconomic indicators, OECD member countries, economic comparison tool, OECD data extractor, international economic data, GDP growth rate, unemployment rate OECD, inflation data OECD, OECD economic outlook, cross-country macro data