Perceel Dossier XL — Agrarisch Dossier avatar

Perceel Dossier XL — Agrarisch Dossier

Pricing

from $20.00 / 1,000 perceel-dossier-resultaats

Go to Apify Store
Perceel Dossier XL — Agrarisch Dossier

Perceel Dossier XL — Agrarisch Dossier

Vraag een agrarisch perceeldossier op — gewas, bodemrisico en netcongestie in 1 call, per adres of coördinaat. Bespaart 3 losse databronnen (BRP Gewaspercelen, Bodemloket, Capaciteitskaart) + geocoding-koppeling. Vanaf $0,02/dossier, optionele verrijkingen $0,008/stuk, PPE.

Pricing

from $20.00 / 1,000 perceel-dossier-resultaats

Rating

0.0

(0)

Developer

Dennis

Dennis

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Perceel Dossier XL — Agrarisch Perceel-Dossier

One request per Dutch address or coordinate → a combined agricultural parcel dossier assembled from three official open data sources: BRP Gewaspercelen (crop registration), Bodemloket (soil contamination risk), and the national Capaciteitskaart (electricity grid congestion). Every source is free and public on its own — nobody combines them into one location-level record. That combination is the product.

Manually looking each of these three sources up per parcel — a different map layer or portal for each — realistically costs 5-10 minutes per location. This Actor turns that into a single request, with every value source-attributed and a free risk summary included per result.

When should an AI agent use this?

  • "Build an agricultural parcel dossier for this address: crop, soil risk, and grid capacity."
  • "What crop is registered on this agricultural parcel?"
  • "Screen this farmland before a purchase or lease: is there a known soil contamination nearby, and is there still grid capacity for a solar/battery installation?"
  • "Check a shortlist of agricultural parcels for BRP crop data plus soil and grid risk in one call."
  • "Does this location fall inside a Bodemloket-registered contaminated-soil area?"
  • "Is there still room on the electricity grid at this location for a new farm connection?"

What this Actor does

  • Geocodes your input (address, postcode, place name, or "lat,lon") via the official PDOK Locatieserver
  • Looks up the nearest BRP Gewaspercelen (PDOK/RVO crop parcel registration) — crop, parcel category, parcel ID, status, distance to your input point, and computed surface area; returns the top-3 nearest parcels (crop-rotation fields are reserved for when the source serves multiple years)
  • Checks Bodemloket (Rijkswaterstaat) for known soil contamination (Wbb) locations near the point, with a risk classification and the responsible authority (bevoegd gezag)
  • Checks the national Capaciteitskaart (Netbeheer Nederland) for the current electricity grid congestion status (both feed-in and offtake) at the location
  • Builds a free samenvatting (summary) block per result: a risiconiveau (risk level), the attention points that drove it, and the crop + surface area of the nearest parcel — no extra charge, purely aggregated from data already fetched
  • Adds a free RUN_SUMMARY key-value record at the end of the run: totals, crop distribution, and total surface area processed
  • Processes a single query or a bulk list, with configurable concurrency

Who is this for?

  • Agricultural advisors and appraisers
  • Land brokers and real-estate agents specializing in farmland
  • Banks (business transfer due diligence, subsidy applications)
  • Project developers scoping agricultural sites (e.g. for solar/BESS)

Input

FieldTypeDescriptionExample
querystringSingle address, postcode, coordinate ("lat,lon"), or place name"Emmeloord"
queriesarray of stringsBulk: one or more addresses/coordinates/place names["Emmeloord", "Dronten"]
concurrencyintegerHow many locations to process in parallel (1-10)3
includeBodemrisicobooleanAdd the soil-contamination check via Bodemlokettrue
includeNetcongestiebooleanAdd the grid-congestion check via the Capaciteitskaarttrue
includeGewasrotatiebooleanRequest crop rotation from an older snapshot (currently a no-op: PDOK serves only the latest snapshot, so vorigGewas stays null)false
bronnenFilterarrayOptional: filter on specific BRP crop codes (gewascode), e.g. [259, 2659]

Output

{
"invoer": "Emmeloord",
"gevonden": true,
"perceelGevonden": true,
"fout": null,
"weergavenaam": "Emmeloord, Noordoostpolder",
"postcode": "8302",
"gemeente": "Noordoostpolder",
"provincie": "Flevoland",
"lat": 52.7108,
"lon": 5.7473,
"geocodingScore": 15.2,
"geocodingBetrouwbaarheid": "hoog",
"perceel": {
"id": "NL.IMRO...",
"gewas": "Tarwe, winter-",
"gewascode": 259,
"jaar": 2026,
"status": "Definitief",
"afstandTotInvoerpunt": 42,
"oppervlakteM2": 38400
},
"percelen": [ "..." ],
"aantalPercelen": 3,
"bodemrisico": {
"type": "Wbb-locatie",
"status": "Voldoende onderzocht",
"risico": "laag",
"bevoegdGezag": "Provincie Flevoland"
},
"netcongestie": {
"statusAfname": "Voldoende ruimte",
"statusOpwek": "Beperkte ruimte",
"netbeheerder": "Liander",
"wachtrijAfnameMw": 0,
"wachtrijOpwekMw": 4.2
},
"samenvatting": {
"risiconiveau": "laag",
"omschrijving": "Geen bijzondere risico's gevonden.",
"aandachtspunten": [],
"gewas": "Tarwe, winter-",
"perceelOppervlakte": 38400
},
"bron": "BRP Gewaspercelen (PDOK/RVO, api.pdok.nl/rvo/gewaspercelen)"
}

fout is a human-readable error message (null on success). perceelGevonden distinguishes a successful geocoding match from an actual BRP parcel being found on that location — a location can geocode fine but have no registered agricultural parcel nearby (e.g. inside a village).

Common BRP crop codes (gewascode)

CodeCropCategory
259Wheat, winterArable
2659 / 2013Maize, silageArable
236Barley, springArable
233Barley, winterArable
201PotatoesArable
1010Sugar beetArable
857Flower bulbs, otherHorticulture
2563Flower bulbs, tulipsHorticulture
313Grassland, permanentGrassland

Sources

SourceLicenseAccess
BRP Gewaspercelen (PDOK/RVO)Public Domain Mark 1.0No auth, no cost
Bodemloket (Rijkswaterstaat)Public domainNo auth
Capaciteitskaart (Netbeheer Nederland)Public domainNo auth

Pricing

This Actor uses Apify's Pay-Per-Event (PPE) pricing model.

  • Actor Start: $0.00005 (Apify default)
  • perceel-dossier-resultaat: $0.02 per address successfully geocoded and assembled into a dossier
  • bodemrisico-verrijking: $0.008 per result where soil contamination data was actually found (only when enabled)
  • netcongestie-verrijking: $0.008 per result where grid congestion data was actually found (only when enabled)

Uses only official, open, public-domain government data: BRP Gewaspercelen (PDOK/RVO), Bodemloket (Rijkswaterstaat), and the Capaciteitskaart (Netbeheer Nederland). No personal data is processed — BRP Gewaspercelen is anonymized parcel-level crop data, not tied to a farm owner's identity.

Known limitations

  • BRP Gewaspercelen is updated annually (reference date 15 May) — not live day-to-day data
  • Soil risk is an area-level indication, not an exact per-parcel assessment
  • Grid congestion reflects the general network status, not a guaranteed available connection capacity for a specific project
  • No historical data: PDOK serves only the most recent BRP snapshot (reference date 15 May), so the crop-rotation fields (vorigGewas, vorigGewascode, vorigJaar) are always null for now

FAQ

Q: What's the difference between gevonden and perceelGevonden? A: gevonden means the input was successfully geocoded to a location. perceelGevonden means a BRP-registered agricultural parcel was actually found near that location — a valid address can still have no nearby parcel (e.g. an address in a village center).

Q: Can I filter on a specific crop? A: Yes — use bronnenFilter with one or more BRP gewascode values (see the table above) to only match specific crops.

Q: Do I get charged if soil or grid data isn't enabled or found? A: No. bodemrisico-verrijking and netcongestie-verrijking are only charged when the respective module is enabled and data was actually found for that location.

  • NL Bodemrisico Check — same Bodemloket source, usable standalone for a pure soil-risk check.
  • NL Netcongestie Monitor — same Capaciteitskaart source, usable standalone for a pure grid-congestion check.
  • Vastgoed XXL — the equivalent combined-dossier concept for urban real estate instead of farmland.

Zoekwoorden: agrarisch perceeldossier, BRP gewaspercelen, bodemrisico landbouwgrond, netcongestie agrarisch, perceelscheck, landbouwgrond due diligence, gewasrotatie, Wbb-locatie, Capaciteitskaart landbouw.

Keywords

agriculture, farmland, netherlands, brp, crop-data, soil-contamination, grid-congestion, due-diligence, parcel, geocoding

Changelog

0.1.0

  • Initial release: BRP Gewaspercelen + soil risk + grid congestion
  • Distance to parcel in meters
  • Free summary block per dossier (risk level + attention points)
  • perceelGevonden field distinguishes geocoding from an actual parcel match