DAEDALUS
Building Permits API
DAEDALUS enables construction intelligence, contractor verification, and market analysis by normalizing fragmented municipal data. Access 185M+ permit records across 2,000+ municipalities for solar leads, HVAC intelligence, and roofing opportunities.
Powerful Capabilities
Everything you need to integrate DAEDALUS into your workflow
Permit Search
Filter by location, type, date, contractor
Contractor Profiles
Permit history, completion rates, service areas
Property History
All permits for a specific address
Market Analytics
Permit volume and trends by geography
Lead Generation
Export permit data for sales outreach
API Reference
Simple, RESTful endpoints designed for developer productivity
/v1/permits/searchSearch permits by location, type, and date
/v1/contractors/{license}Get contractor permit history and profile
/v1/properties/{address}Get all permits for a property
import requests
# Initialize with your API key
headers = {
"Authorization": f"Bearer {api_key}"
}
# Make the request
response = requests.get(
"https://api.olympus.dev/v1/permits/search",
headers=headers,
params={"query": "example"}
)
# Response
data = response.json()
print(data)Simple, Transparent Pricing
Vertical focus (solar, HVAC), lower pricing
Starter
- Search
- Basic
Growth
- Search
- Contractor Profiles
Business
- Everything
- Analytics
- Geo
Enterprise
- Everything
- Bulk export
Built for Production
Enterprise-grade infrastructure designed for reliability, security, and performance at scale.
Quick Start
# Install the SDK
$ pip install daedalus-permits# Install the SDK
$ npm install @daedalus/clientReady to integrate DAEDALUS?
Get started in minutes with our developer-friendly API and comprehensive documentation.