Extract Zoning GIS Data from live website

Заказчик: AI | Опубликовано: 29.09.2025
Бюджет: 70 $

I need the zoning layer from a public-facing real-estate GIS site programmatically harvested and delivered as clean JSON. The site renders the polygons on an interactive map, so the solution will likely involve intercepting the underlying REST, WFS, or tiled-JSON calls rather than screen scraping. I will use the resulting dataset in two ways: first, to overlay zoning classifications on my own web map, and second, to feed the same information into an internal application that cross-references parcels with permit data. To keep that workflow simple, please structure the JSON so each feature carries its geometry (preferably in GeoJSON format) along with all attribute fields returned by the service. Key points I care about • Full coverage of every zoning polygon found on the site, with no geometry errors. • Output delivered as a single JSON file (or compressed archive if size requires). • A repeatable script or notebook in Python, Node, or another language of your choice so I can refresh the data later. Include brief instructions and any required dependencies. If the site uses tokens, pagination, or rate limits, build in logic to handle them gracefully. Authentication is not required on my end. Please show an example of a few records before running the full scrape so we can confirm the schema matches what I need.