German Energy Assets Scraper (MaStR) avatar

German Energy Assets Scraper (MaStR)

Pricing

Pay per usage

Go to Apify Store
German Energy Assets Scraper (MaStR)

German Energy Assets Scraper (MaStR)

Scrape German solar, wind, battery and other power units from the official Marktstammdatenregister: capacity, location, commissioning date, operator and grid operator.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Pohja Studio

Pohja Studio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape Germany's official energy-unit registry — the Marktstammdatenregister (MaStR) — for solar, wind, battery, biomass, hydro and conventional generation units. Every power-generating installation in Germany must be registered here by law, which makes it the complete picture of who generates electricity, where, at what capacity, and since when.

9.3 million registered units. No API key, no account.

What you get

FieldDescription
unitName, mastrNumberUnit designation and its registry number
energySourceSolar, wind, battery storage, biomass, hydro, natural gas, …
grossPowerKw, netPowerKwInstalled capacity
operationalStatusIn operation, planned, temporarily or permanently shut down
commissionedAt, plannedCommissioningAt, decommissionedAt, registeredAtFull lifecycle dates
postalCode, city, municipality, district, state, street, latitude, longitudeLocation
operatorName, operatorMastrNumber, operatorIsCompanyWho runs the unit
gridOperatorName, gridOperatorMastrNumberWhich grid it feeds
solarModuleCount, solarOrientation, solarInstallationTypeSolar-specific detail
eegInstalledPowerKw, eegNumberRenewable Energy Act registration
urlDirect link to the unit in the registry

Use cases

  • Solar, heat-pump and battery installers — find every commercial-scale system in your service area, with capacity, age and operator, to target maintenance, repowering and battery-retrofit offers.
  • Repowering and O&M providers — filter by commissioning date to find installations reaching end of subsidy or end of life.
  • Energy sales and PPA origination — locate operators above a capacity threshold in a given region.
  • Grid and market analysts — capacity build-out by technology, region and year.
  • M&A and asset scouting — portfolios by operator across municipalities.

Input

OptionDescription
citiesGerman city names, spelled as the registry stores them (München, not Munich).
municipalitiesMunicipality names, where the Gemeinde differs from the city.
energySourcessolar, wind, battery, biomass, hydro, naturalGas, geothermal, nuclear.
minPowerKw / maxPowerKwCapacity window. A domestic rooftop array is roughly 3–15 kW, a commercial rooftop 30–750 kW.
postalCodePrefixNarrow to part of a city, e.g. 20.
operationalStatusDefaults to units in operation.
commissionedAfter / commissionedBeforeCommissioning window.
registeredAfterMonitor newly registered units.
onlyCompanyOperatorsKeep only units run by a legal entity.
maxItems, pageSize, includeRawFieldsRun size, request size, raw payload.

Example: commercial rooftop solar in Hamburg

{
"cities": ["Hamburg"],
"energySources": ["solar"],
"minPowerKw": 30,
"onlyCompanyOperators": true,
"operationalStatus": "In Betrieb",
"maxItems": 500
}

Example: battery storage added this year across three cities

{
"cities": ["München", "Köln", "Stuttgart"],
"energySources": ["battery"],
"registeredAfter": "2026-01-01T00:00:00Z"
}

How filtering works

The registry only applies location filters on its side. Everything else — technology, capacity, dates, operator type — is applied by this Actor over the rows it reads, which is why a location is worth giving: with one it reads a city's few tens of thousands of rows, without one it starts at the top of all 9.3 million.

Capacity and status filters are strict: a unit with no capacity recorded does not pass a minPowerKw filter rather than slipping through.

Privacy

The registry pseudonymises units held by private individuals — they appear as natürliche Person (ABR…) with no name or street. This Actor keeps it that way: operatorName is only populated for legal entities, and onlyCompanyOperators restricts output to those. No attempt is made to re-identify private operators.

Pricing

Billed per unit delivered. Rows that are read but filtered out, and duplicates, are not charged.