IAEA PRIS Nuclear Reactor Scraper - Global Reactor Registry
Pricing
Pay per event
IAEA PRIS Nuclear Reactor Scraper - Global Reactor Registry
Extract every nuclear reactor in the IAEA Power Reactor Information System — operating, under construction, shutdown, and decommissioned. Capacity (MWe / MWt), reactor type and model, owner/operator, key dates, and lifetime load factors across ~40 countries.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
23 days ago
Last modified
Categories
Share
IAEA PRIS Nuclear Reactor Scraper — Global Reactor Registry
Extract every nuclear reactor in the IAEA Power Reactor Information System (PRIS) — the authoritative global registry of all nuclear power reactors, operating, under construction, in long-term shutdown, and permanently decommissioned. Covers approximately 720 reactors across 40 countries.
What does the IAEA PRIS Nuclear Reactor Scraper do?
PRIS (Power Reactor Information System) is the IAEA's public database of nuclear power unit data. This actor queries each reactor's detail page and returns a structured record with capacity, operator, reactor type and model, key lifecycle dates, and current performance data. Filters are available for reactor status and country.
Coverage spans all reactors currently listed in PRIS — including every US, French, Chinese, and Japanese unit, plus historical reactors that have been permanently shut down. No login or API key is required.
What data does it extract?
Each reactor record contains:
| Field | Description |
|---|---|
reactor_name | Reactor unit name (e.g. VOGTLE-4) |
country | Country name from IAEA PRIS |
country_code | ISO-2 country code (e.g. US, FR, JP) |
operator | Operating organization name |
owner | Owner/licensee organization name |
reactor_type | Type code: PWR, BWR, PHWR, AGR, RBMK, FBR, HTGR |
reactor_model | Specific model (e.g. AP1000, VVER-1200, EPR) |
status | Lifecycle status: Operational, Under Construction, Suspended Operation, Permanent Shutdown, Decommissioning Completed |
construction_start_date | Construction start date (ISO 8601) |
first_grid_connection_date | Date of first electricity grid connection |
commercial_operation_date | Commercial operation start date |
permanent_shutdown_date | Shutdown date (empty if still operating) |
reference_unit_power_mwe | Reference net electrical capacity in MWe |
design_net_capacity_mwe | Design net capacity in MWe |
thermal_power_mwt | Thermal capacity in MWt |
load_factor_lifetime_pct | Lifetime load factor as a percentage |
load_factor_annual_pct | Latest annual load factor as a percentage (not currently published — empty) |
electricity_supplied_gwh_lifetime | Total lifetime electricity generated in GWh |
electricity_supplied_gwh_annual | Latest annual generation in GWh (not currently published — empty) |
operational_age_years | Years since commercial operation date |
reactor_supplier | Reactor (NSSS) supplier name |
construction_supplier | Not available from the source — returns empty |
turbine_supplier | Turbine supplier name |
source_url | Canonical PRIS reactor detail page URL |
How to use it
All input fields are optional. Running with defaults returns the first 5 reactors across all statuses globally.
{"reactorStatus": "operating","countryCode": "US","maxItems": 0}
This returns all currently operating US reactors (approximately 93 units as of 2025).
{"reactorStatus": "under_construction","countryCode": "","maxItems": 0}
This returns all reactors globally that are currently under construction.
| Field | Type | Default | Description |
|---|---|---|---|
reactorStatus | string | all | Filter: all, operating, under_construction, long_term_shutdown, permanent_shutdown |
countryCode | string | (blank) | Optional ISO-2 code (US, FR, JP, CN). Leave blank for global |
maxItems | integer | 5 | Max records to return. Set to 0 for all matching reactors |
Use cases
- Uranium equity research — track operating capacity, construction pipeline, and decommissioning timelines by country and reactor type
- Energy policy analysis — benchmark national load factors, model capacity additions from units under construction, assess retirement timelines
- ESG and climate data — map carbon-free baseload capacity by country; track net nuclear additions and retirements
- Academic research — build lifecycle datasets for nuclear energy studies covering reactors from the 1950s onward
- Grid and market modelling — feed MWe capacity and load factor data into power market or capacity factor models
FAQ
How many reactors does this cover?
PRIS lists approximately 720 reactors that have historical or current operational records. The actor covers all of them — there is no need to know specific reactor IDs or names to get full coverage.
Are annual load factors always populated?
load_factor_annual_pct and electricity_supplied_gwh_annual are currently empty for every reactor — the source no longer publishes a per-reactor annual breakdown outside its interactive dashboards. Lifetime-cumulative figures (load_factor_lifetime_pct, electricity_supplied_gwh_lifetime) remain fully populated.
Results can be exported as JSON, CSV, or Excel from the Apify dataset view.