VOOZH about

URL: https://apify.com/jungle_synthesizer/e-stat-japan-statistics-scraper

โ‡ฑ e-Stat Japan Government Statistics API Scraper ยท Apify


Pricing

Pay per event

Go to Apify Store

e-Stat Japan Statistics Scraper

Extract official Japanese government statistics from the e-Stat API (api.e-stat.go.jp). Search 6,000+ datasets covering population, GDP, trade, employment, and more. Returns bilingual JP/EN labels with automatic wareki-to-Gregorian date conversion. Requires a free appId from e-stat.go.jp/api/.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

e-Stat Japan Government Statistics API Scraper

Pull official Japanese government statistics from the e-Stat API โ€” Japan's unified national statistics portal aggregating data from all major ministries. Covers 6,000+ survey tables across population, GDP, labour, trade, agriculture, and health, with bilingual Japanese/English labels. Registration for a free API key takes under two minutes at e-stat.go.jp/api โ€” there is no cost and no credit card required.

What does the e-Stat Japan Statistics Scraper do?

The scraper operates in two modes. In catalog mode, it searches the statistical table index by keyword, subject area, or publishing ministry, returning metadata you can use to discover table IDs. In data mode, it fetches the actual data cells for one or more table IDs you specify. Wareki (Japanese imperial era) dates are automatically converted to Gregorian equivalents so you don't need to handle era arithmetic downstream.

Example end-to-end workflow: Population by prefecture

  1. Run in catalog mode with searchWord: "population" and lang: "E" to find tables. Look for a record with stats_name_en matching the Census or Population Estimates survey โ€” copy its stats_data_id (e.g. 0003448237).
  2. Run in data mode with statsDataIds: ["0003448237"]. Each output record is one data cell: a prefecture (area_label_en), a year (time_gregorian), a category label (cat01_label_en), and a numeric value.

What data does it extract?

Catalog mode output fields:

FieldDescription
stats_data_idUnique e-Stat table ID (use in data mode)
stats_name / stats_name_enSurvey series name (JP/EN)
statistics_nameSpecific table name within the survey
title / title_enFull table title (JP/EN)
government_org / government_org_enPublishing ministry or agency (JP/EN)
cycleSurvey frequency (annual, quarterly, monthly, one-time)
survey_dateSurvey period code (e.g. 202400)
open_dateDate the table was published (YYYY-MM-DD)
small_areaTrue if the table contains municipality-level data
overall_totalTotal number of data cells in the table

Data mode output fields:

FieldDescription
area_code / area_label / area_label_enJIS area code and label (prefecture or municipality)
time_code / time_label / time_gregorianTime dimension โ€” raw label plus ISO 8601 Gregorian date
cat01_code / cat01_label / cat01_label_enCategory dimension 1 (JP/EN)
cat02_code / cat02_label / cat02_label_enCategory dimension 2 (JP/EN)
unit / unit_enMeasurement unit (JP/EN)
valueNumeric data value
annotationAnnotation flag (e.g. * for suppressed, - for not applicable)

How to use it

Required: A free appId from e-stat.go.jp/api. Registration is free and takes under two minutes โ€” name, email, and intended use. Paste your key into the appId field.

Catalog search example:

{
"appId":"YOUR_APP_ID",
"mode":"catalog",
"searchWord":"population",
"lang":"E",
"statsField":"02",
"maxItems":20
}

Data fetch example:

{
"appId":"YOUR_APP_ID",
"mode":"data",
"statsDataIds":["0003448237"],
"lang":"E",
"maxItems":1000
}
FieldTypeDescription
appIdstringYour e-Stat API application ID
modestringcatalog or data
searchWordstringKeyword search (catalog mode)
statsDataIdsarrayTable IDs to fetch (data mode)
langstringE for English, J for Japanese
statsFieldstringSubject area code: 02 = Population, 03 = Labour, 04 = Agriculture
governmentOrgstringMinistry code filter (e.g. 00200 for Statistics Bureau)
maxItemsintegerMaximum records to return

Use cases

  • Academic and policy research โ€” Pull multi-year prefecture-level population, employment, or GDP data for quantitative analysis without manually downloading CSV files from the e-Stat web UI.
  • Business intelligence โ€” Track Japanese industry statistics (production indices, trade flows, corporate survey data) for market entry or competitive analysis.
  • Demographic modeling โ€” Use municipality-level (small_area: true) census tables to build population projections by age cohort and geography.
  • Automated reporting pipelines โ€” Schedule recurring data pulls for indicators that update monthly or quarterly (e.g. labour force survey, consumer price index).
  • Cross-ministry data joining โ€” Catalog mode lets you discover tables from multiple ministries (MHLW, MoF, MAFF) and pull them with consistent bilingual field names for cross-dataset joins.

FAQ

Is the e-Stat data free to use? Yes. e-Stat publishes official Japanese government statistics under a permissive open-data policy. The API key is free. Check the e-Stat terms of service for commercial use conditions.

What formats can I export the data in? Apify stores results as a dataset you can download as JSON, CSV, or Excel directly from the Apify console or via the API.

What is the statsField code for my topic? Common codes: 02 Population/Households, 03 Labour/Wages, 04 Agriculture/Forestry/Fisheries, 05 Mining/Manufacturing, 06 Commerce/Services, 07 Trade/International Balance, 08 National Accounts/GDP.

You might also like

Japan Statistics Scraper (e-Stat)

rationalistic_counsel/estat-japan-statistics

Extract official Japanese government statistics from e-Stat, Japan's national statistics portal. Search 6,000+ datasets covering population, GDP, trade, employment, agriculture, health, education, and more. Download data with English labels and automatic dimension code resolution.

Japan Government Statistics Analyzer

hassy/japan-statistics-analyzer-2

Extract and analyze comprehensive statistical data from Japan's official e-Stat government portal. This Actor provides automated access to population census, economic indicators, labor force surveys, and other official statistics with structured JSON output for easy analysis and research.

Bundesliga Stats Scraper

parseforge/bundesliga-stats-scraper

Pull Bundesliga player stats with rank, player, team, position, goals, assists, minutes, appearances, yellow cards, red cards, stat category, stat value, and season. Filter by stat category and season. Great for football analytics, fantasy tools, and scouting workflows.

JP On Scraper

styleindexamerica/jp-on-scraper

This actor is intended to extract data from on.com/en-jp/

๐Ÿ‘ User avatar

PopinBorder Castnet

4

D&D Creatures Scraper โ€” 5e SRD Monster Stat Blocks

compute-edge/open5e-creatures-scraper

Extract D&D 5e creature stat blocks. Filter by name, type, size, challenge rating, and source document (5e SRD, A5e Monstrous Menagerie, Tome of Beasts, etc.).

OECD.Stat Scraper | Macroeconomic Datasets Export

parseforge/oecd-stat-scraper

Export any OECD.Stat dataflow as structured rows: GDP, inflation, unemployment, trade, education, health and 200+ official OECD datasets via the SDMX API. Pick a dataflow ID and pull every observation. CSV, Excel, JSON or XML for economists, analysts and journalists.

GMGN Wallet Stat Scraper

muhammetakkurtt/gmgn-wallet-stat-scraper

GMGN Wallet Stat Scraper is an Apify actor that automatically extracts statistical data from crypto wallets on the GMGN.ai platform. Working across Ethereum, BSC, Base, Solana and Tron networks, it collects and analyzes trading statistics, profit/loss ratios and performance data from wallets.

๐Ÿ‘ User avatar

Muhammet Akkurt

415

5.0

JP Castnet Amazon Scraper

styleindexamerica/jp-amazon-scraper

This actor is intended to extract data from amazon.co.jp

๐Ÿ‘ User avatar

PopinBorder Castnet

40