Geographic Intelligence

GIS Data Integration

Access geocoded permit data for spatial analysis, mapping, and geographic intelligence workflows.

Data Layers

Permit locations, contractor service areas, zoning boundaries, and property parcels as vector and raster layers.

Coverage

Nationwide coverage across all 50 US states with precise geocoded coordinates for every permit record.

Export Formats

Download data in GeoJSON, Shapefile, KML, and CSV with coordinates for easy integration.

API Integration

RESTful API endpoints returning GeoJSON for direct integration with mapping libraries and GIS tools.

Bulk Downloads

Enterprise customers can download entire county or state datasets for offline analysis.

Real-time Updates

Data refreshed daily with new permits, status changes, and contractor information.

Compatible Platforms

Works with all major GIS and mapping platforms

ArcGISQGISMapboxGoogle MapsLeafletPostGISTableauPower BI

Example: GeoJSON Response

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-118.2437, 34.0522]
      },
      "properties": {
        "permitNumber": "PRM-CA-24-00123",
        "type": "Solar Installation",
        "status": "Issued",
        "city": "Los Angeles",
        "valuationAmount": 45000
      }
    }
  ]
}