Skip to content
Back to Groenstraat 13

Raw Data

Preview and download this listing in various formats.

JSON schema reference

The JSON format follows the full Listing schema documented in the API reference, including all 70+ fields, types, and descriptions.

View API docs & schema

Need another format?

Want XLSX, Parquet, Haystack, or something else? Open an issue or submit a pull request on GitHub.

Standard Formats

JSON
application/json · .json

JSON format for API integration and data pipelines

{
  "export_version": "1.0",
  "export_date": "2026-06-20T22:09:33.827Z",
  "source_platform": "PropertyWebScraper",
  "listings": [
    {
      "reference": "",
      "import_url": "https://www.fundainbusiness.nl/bedrijfshal/geleen/object-89764786-groenstraat-13/",
      "import_host_slug": "generic",
      "price_string": "69000",
      "price_float": 69000,
      "currency": "",
      "price_cents": 0,
      "price_currency": "",
      "title": "Groenstraat 13",
      "description": "Bedrijfshal Geleen | Zoek bedrijfshallen te koop: Groenstraat 13 6162 EM Geleen [funda in business]",
      "locale_code": "en",
      "area_unit": "sqmt",
      "plot_area": 0,
      "constructed_area": 0,
      "year_construction": 0,
      "count_bedrooms": 0,
      "count_bathrooms": 0,
      "count_toilets": 0,
      "count_garages": 0,
      "energy_rating": 0,
      "energy_performance": 0,
      "furnished": false,
      "sold": false,
      "reserved": false,
      "for_rent_short_term": false,
      "for_rent_long_term": false,
      "for_sale": false,
      "for_rent": false,
      "address_string": "Groenstraat 13",
      "street_number": "",
      "street_name": "",
      "street_address": "",
      "postal_code": "",
      "province": "",
      "city": "",
      "region": "",
      "country": "",
      "latitude": 0,
      "longitude": 0,
      "main_image_url": "https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg",
      "image_urls": [
        {
          "url": "https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg"
        }
      ],
      "related_urls": [],
      "features": [],
      "last_retrieved_at": "2026-05-07T20:59:56.155Z",
      "deleted_at": null,
      "active_from": null,
      "available_to_rent_from": null,
      "available_to_rent_till": null,
      "property_type": "",
      "property_subtype": "",
      "tenure": "",
      "listing_status": "",
      "agent_name": "",
      "agent_phone": "",
      "agent_email": "",
      "agent_logo_url": "",
      "price_qualifier": "",
      "floor_plan_urls": [],
      "energy_certificate_grade": ""
    }
  ],
  "metadata": {
    "export_version": "1.0",
    "export_date": "2026-06-20T22:09:33.827Z",
    "source_platform": "PropertyWebScraper",
    "total_listings": 1,
    "scraper_version": "5.0.0",
    "duration_ms": 0
  }
}
CSV
text/csv · .csv

CSV format for spreadsheets and database import

reference,title,price_float,currency,count_bedrooms,count_bathrooms,constructed_area,city,country,latitude,longitude,main_image_url,property_type,import_url,last_retrieved_at
,Groenstraat 13,69000,,0,0,0,,,0,0,https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg,,https://www.fundainbusiness.nl/bedrijfshal/geleen/object-89764786-groenstraat-13/,2026-05-07T20:59:56.155Z
GeoJSON
application/geo+json · .geojson

GeoJSON format for mapping applications and GIS tools

Requires valid geolocation data (latitude/longitude)
XML (RETS)
application/xml · .xml

XML format compatible with RETS (US MLS)

<?xml version="1.0" encoding="UTF-8"?>
<Listings xmlns="urn:property-web-scraper:rets" count="1" exportDate="2026-06-20T22:09:33.827Z">
  <Listing>
    <OriginalListingURL>https://www.fundainbusiness.nl/bedrijfshal/geleen/object-89764786-groenstraat-13/</OriginalListingURL>
    <SourceSystem>generic</SourceSystem>
    <ListPriceDisplay>69000</ListPriceDisplay>
    <ListPrice>69000</ListPrice>
    <ListingTitle>Groenstraat 13</ListingTitle>
    <PublicRemarks>Bedrijfshal Geleen | Zoek bedrijfshallen te koop: Groenstraat 13 6162 EM Geleen [funda in business]</PublicRemarks>
    <ListingLanguage>en</ListingLanguage>
    <LivingAreaUnits>sqmt</LivingAreaUnits>
    <UnparsedAddress>Groenstraat 13</UnparsedAddress>
    <MediaURL>https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg</MediaURL>
    <ImageUrls>[{&quot;url&quot;:&quot;https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg&quot;}]</ImageUrls>
    <RelatedUrls>[]</RelatedUrls>
    <Features>[]</Features>
    <LastRetrievedAt>2026-05-07T20:59:56.155Z</LastRetrievedAt>
    <FloorPlanUrls>[]</FloorPlanUrls>
    <Media>
      <MediaURL>https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg</MediaURL>
    </Media>
  </Listing>
</Listings>
Schema.org (JSON-LD)
application/ld+json · .jsonld

JSON-LD format for SEO and semantic web integration

{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "RealEstateListing",
      "name": "Groenstraat 13",
      "description": "Bedrijfshal Geleen | Zoek bedrijfshallen te koop: Groenstraat 13 6162 EM Geleen [funda in business]",
      "url": "https://www.fundainbusiness.nl/bedrijfshal/geleen/object-89764786-groenstraat-13/",
      "inLanguage": "en",
      "offers": {
        "@type": "Offer",
        "price": 69000,
        "priceCurrency": "EUR",
        "availability": "https://schema.org/InStock"
      },
      "about": {
        "@type": "Accommodation",
        "address": {
          "@type": "PostalAddress"
        }
      },
      "image": [
        "https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg"
      ],
      "dateModified": "2026-05-07T20:59:56.155Z"
    }
  ]
}

Industry Formats

BLM (Rightmove)
text/plain · .blm

BLM pipe-delimited format for UK property portals (Rightmove/Zoopla)

#HEADER#
Version : 3i
EOF : '^'
EOR : '~'
#DEFINITION#
AGENT_REF^ADDRESS_1^ADDRESS_2^TOWN^COUNTY^POSTCODE1^POSTCODE2^DISPLAY_ADDRESS^COUNTRY^PROP_SUB_ID^PROP_SUB_ID_2^SUMMARY^DESCRIPTION^PRICE^PRICE_DISPLAY^PRICE_QUALIFIER^CURRENCY^TRANS_TYPE_ID^STATUS_ID^TENURE_TYPE_ID^BEDROOMS^BATHROOMS^TOILETS^PARKING^SIZE^SIZE_UNITS^PLOT_SIZE^YEAR_BUILT^EPC_RATING^EPC_LETTER^FURNISHED^AGENT_NAME^AGENT_PHONE^AGENT_EMAIL^AGENT_LOGO^LATITUDE^LONGITUDE^URL^FEATURE1^FEATURE2^FEATURE3^FEATURE4^FEATURE5^FEATURE6^FEATURE7^FEATURE8^FEATURE9^FEATURE10^MEDIA_IMAGE_00^MEDIA_IMAGE_01^MEDIA_IMAGE_02^MEDIA_IMAGE_03^MEDIA_IMAGE_04^MEDIA_IMAGE_05^MEDIA_IMAGE_06^MEDIA_IMAGE_07^MEDIA_IMAGE_08^MEDIA_IMAGE_09^MEDIA_FLOOR_PLAN_00^MEDIA_FLOOR_PLAN_01^~
#DATA#
^^^^^^^Groenstraat 13^^^^Groenstraat 13^Bedrijfshal Geleen | Zoek bedrijfshallen te koop: Groenstraat 13 6162 EM Geleen [funda in business]^69000^69000^^^^^^^^^^^sqmt^^^^^^^^^^^^https://www.fundainbusiness.nl/bedrijfshal/geleen/object-89764786-groenstraat-13/^^^^^^^^^^^https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg^^^^^^^^^^^^~
#END#
Kyero XML
application/xml · .xml

Kyero XML format for Spanish property market

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <property>
    <url>https://www.fundainbusiness.nl/bedrijfshal/geleen/object-89764786-groenstraat-13/</url>
    <price>69000</price>
    <currency>EUR</currency>
    <type>other</type>
    <location>
      <detail>Groenstraat 13</detail>
    </location>
    <title>
      <en>Groenstraat 13</en>
    </title>
    <desc>
      <en>Bedrijfshal Geleen | Zoek bedrijfshallen te koop: Groenstraat 13 6162 EM Geleen [funda in business]</en>
    </desc>
    <images>
      <image><url>https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg</url></image>
    </images>
  </property>
</root>
RESO JSON
application/json · .json

RESO Web API JSON format for US/Canadian MLS

{
  "@odata.context": "https://api.reso.org/Property",
  "@odata.count": 1,
  "value": [
    {
      "OriginalListingURL": "https://www.fundainbusiness.nl/bedrijfshal/geleen/object-89764786-groenstraat-13/",
      "SourceSystem": "generic",
      "ListPriceDisplay": "69000",
      "ListPrice": 69000,
      "ListingTitle": "Groenstraat 13",
      "PublicRemarks": "Bedrijfshal Geleen | Zoek bedrijfshallen te koop: Groenstraat 13 6162 EM Geleen [funda in business]",
      "ListingLanguage": "en",
      "LivingAreaUnits": "sqmt",
      "UnparsedAddress": "Groenstraat 13",
      "Media": [
        {
          "MediaURL": "https://cloud.funda.nl/valentina_media/227/003/039_1440.jpg",
          "MediaCategory": "Photo",
          "Order": 1
        }
      ]
    }
  ]
}