EU Natura 2000 Site Records — EEA Protected Sites avatar

EU Natura 2000 Site Records — EEA Protected Sites

Pricing

from $33.50 / 1,000 site records

Go to Apify Store
EU Natura 2000 Site Records — EEA Protected Sites

EU Natura 2000 Site Records — EEA Protected Sites

Keyless, pay-per-record EEA/BISE protected-site data. One row per site — code, name, country, type, designation, ecosystem, area, protected habitat/species counts. Site grain; EEA acknowledge; no person data.

Pricing

from $33.50 / 1,000 site records

Rating

0.0

(0)

Developer

NexGen Signal

NexGen Signal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 minutes ago

Last modified

Share

Keyless. Pay per record. Every protected nature site in Europe, as one clean table.

This actor turns the European Environment Agency (EEA) BISE protected-sites dataset into clean, per-site records — the register of Natura 2000 and related protected sites across Europe. Each run reads the EEA's keyless DiscoData SQL service and delivers one row per site: its code and name, the country, the site type and designation, the major ecosystem type, the area, the year established, and the counts of protected habitat types and species. Protected-site grain, structured for engineering use, reusable with acknowledgement of the EEA, with no personal data of any kind.

What this is, in one paragraph

Natura 2000 is the EU's network of protected nature sites, and the EEA's Biodiversity Information System for Europe (BISE) publishes the site register. This actor reads that register and flattens each protected site into a single analysis-ready record: the site code and name, the country, the site type and designation (with the national-language designation), the major ecosystem type, the area in square kilometres and hectares, the year established, the number of protected habitat types and species, the regions, whether a management plan exists, and the site description. It is the protected-area layer of Europe's environmental map — the published constraints on where development is restricted. Values are exactly as published. You are billed only for records actually delivered.

Who buys this and for what job

  • Environmental due-diligence, planning, and infrastructure teams checking whether a location intersects a protected site before siting or development.
  • ESG, renewable-energy, and land-use products screening portfolios against protected-area constraints by country and ecosystem.
  • Researchers and conservation NGOs studying the coverage, designation, and biodiversity of the protected-site network.
  • Data engineers who want the protected-site register as clean rows without writing SQL against the EEA service or paging a large table.

EEA licence — reuse with acknowledgement

One licence rider travels on every record. EEA data may be reused, including commercially, provided the source is acknowledged: "Source: European Environment Agency (EEA)." Where third-party content is marked, it keeps its own terms. This rider is carried in this README and on every single record. The data is a site register of published designations — facts as published, never a development or planning verdict: the presence of a site record states a designation exists, not that any specific project is permitted or barred.

Site grain — no person data

The unit of every record is a protected site. The site_name and country_name are place names, not people; the register carries no natural-person fields, and this actor emits none. A person-key guard runs on every record as a pure backstop. The site, its designation, its area, and its biodiversity counts are the entire payload.

Sample output

Sample output — EU Natura 2000 Site Records — EEA Protected Sites

Real rows from a live run of this actor (first 5 rows, selected columns).

One full record from the same run, exactly as delivered:

{
"record_id": "100037",
"site_code": "100037",
"site_name": "Matka Canyon",
"country_name": "Macedonia (FYR)",
"site_type": "NATDA",
"designation": "Designated area not yet reviewed",
"designation_national_language": "Zastiteni podracja koi seuste ne se revidirani",
"major_ecosystem_type": "terrestrial",
"area_km2": 65,
"area_ha": 6575,
"year_established": "1994",
"number_protected_habitat_types": null,
"number_protected_species": null,
"regions": null,
"management_plan": null,
"site_description": null,
"source": "European Environment Agency (EEA) / BISE protected sites",
"source_url": "https://discodata.eea.europa.eu/",
"licence": "European Environment Agency (EEA) / BISE Natura 2000 & protected-site data. Reuse is permitted, including for commercial purposes, provided the source is acknowledged: 'Source: European Environment Agency (EEA)'. Third-party content, where marked, keeps its own terms.",
"attribution": "Source: European Environment Agency (EEA), Biodiversity Information System for Europe (BISE) — protected sites.",
"disclaimer": "Protected-site register records (Natura 2000 and related designations) as published by the EEA/BISE. Site grain — no natural-person data. Site attributes, designations, area, and protected habitat/species counts are as published; this is a site register of published constraints, never a development or planning verdict.",
"observed_at": "2026-09-25T17:21:21Z"
}

Pricing

EventFree planBronzeSilverGold / Platinum / Diamond
site_record$0.05$0.045$0.04$0.0335

Delivered before charged. Blocked runs and empty results cost nothing.

Input

FieldTypeDefaultDescription
countryNamestring—Optional. Keep only sites whose country name contains this text (e.g. Germany, France).
siteTypestring—Optional. Keep only sites of this type/designation code.
maxRecordsinteger500Ceiling on records delivered and billed.

Output

One JSON object per protected site. Real example (values as published):

{
"record_id": "102224",
"site_code": "102224",
"site_name": "Unteres Odertal",
"country_name": "Germany",
"site_type": "NATDA",
"designation": "National Park",
"designation_national_language": "Nationalpark",
"major_ecosystem_type": "terrestrial",
"area_km2": 105.4,
"area_ha": 10540.0,
"year_established": "1995",
"number_protected_habitat_types": 20,
"number_protected_species": 45,
"regions": "Brandenburg",
"management_plan": "Yes",
"source": "European Environment Agency (EEA) / BISE protected sites",
"licence": "European Environment Agency (EEA) ... provided the source is acknowledged ...",
"disclaimer": "Protected-site register records ... site register of published constraints, never a development ... verdict ...",
"observed_at": "2026-08-22T00:00:00Z"
}

An unbilled RUN_RECEIPT records the robots check, the filters, rows seen and delivered, and whether charged equals delivered.

Field reference

Each record is one protected site. Identity: record_id / site_code, site_name, and country_name. Designation: site_type, designation, and designation_national_language. Character: major_ecosystem_type, area_km2, area_ha, and year_established. Biodiversity: number_protected_habitat_types and number_protected_species. Context: regions, management_plan, and site_description. Provenance: source, source_url, licence, attribution, disclaimer, and observed_at.

How a run works

A run first re-reads the source host's robots posture from your runtime — the EEA DiscoData host — and stops at the door if that ever changes. It then queries the BISE protected-sites table through the DiscoData SQL service, pushing your optional countryName and siteType filters into the query so the dataset is bounded server-side, and pages through the results. Each site is flattened to one record — reading only site attributes, never a person — delivered before it is charged, so a blocked or empty run costs you nothing. The actor stops at your maxRecords ceiling and records charge_equals_delivered in the receipt.

Coverage and scope

The protected-sites table holds on the order of 130,000+ sites across reporting countries. Because each record carries country_name, site_type, and the area and biodiversity counts, segmenting by country or designation and filtering by size is straightforward. Pass a countryName to scope to one country, or pull the whole table to build a Europe-wide protected-area layer for screening.

Working with the site register

The register is a screening layer, not a verdict engine. Each site_code is the stable identifier the wider Natura 2000 and BISE ecosystem uses, so a site record pulled here joins cleanly to habitat, species, and boundary datasets keyed on the same code. The country_name and site_type fields let you narrow to a jurisdiction and a designation class before any spatial work, and the area_km2 / area_ha pair plus the protected-habitat and protected-species counts give a first-pass sense of a site's scale and sensitivity without opening the full designation dossier. Because designations change slowly, a periodic pull keeps a downstream screening table current with a small refresh — and every record carries the explicit reminder that a designation existing is a published fact, never a determination about any particular project.

Cost guidance

One site_record per delivered site: cost = sites delivered × your plan's per-record price. Scope with countryName or siteType to keep runs bounded — one country is typically a few thousand to tens of thousands of sites. 1,000 sites is $50 (Free) / $33.50 (Gold). Pull one country for a focused screen; the full ~130,000-site table is a larger one-time seed.

Honest limitations

  • A register, not a verdict. These are protected-site records as published — the designation exists as stated, but this is not a planning permission, an environmental-impact assessment, or a development determination.
  • As published. Site attributes, designations, and counts are exactly as the EEA distributes them; this actor reformats, it does not interpret.
  • Acknowledge the EEA. Reuse requires acknowledging the EEA as the source; the acknowledgement travels on every record.
  • No person data of any kind.

Differentiation

This is a net-new category for the NexGenData fleet — no existing fleet actor covers the European protected-site network. It is distinct from the fleet's emissions, waste-water, and industrial-facility cells (which carry pollution, treatment, or installation data, not protected-area designations). Its specific job is the EEA/BISE protected-site register — the Natura 2000 and related designations, site by site, that environmental-screening and land-use systems check locations against.

The NexGen Signal family

Part of the NexGen Signal family of pay-per-record data products:

Source: European Environment Agency (EEA), Biodiversity Information System for Europe (BISE) protected sites (discodata.eea.europa.eu). EEA data may be reused, including commercially, provided the source is acknowledged: "Source: European Environment Agency (EEA)"; marked third-party content keeps its own terms. Site register of published designations, never a development or planning verdict. Site grain; no person data of any kind.