To search for permits in the Shovels API, you’ll use theDocumentation Index
Fetch the complete documentation index at: https://docs.shovels.ai/llms.txt
Use this file to discover all available pages before exploring further.
geo_id parameter as the unique identifier linking addresses to their permit data.
Two-Step Process
Step 1: Get the Address’s geo_id
Use the Search Addresses endpoint with your target address:geo_id—a unique identifier you’ll need for the next step.
Step 2: Search Permits Using the geo_id
Use the Search Permits endpoint with thegeo_id and your desired date range:
Available Filters
The permit search endpoint supports additional filters:- Date ranges (
permit_from,permit_to) - Permit types and subtypes
- Property types (residential, commercial)
- Contractor information
- Tags for specific permit categories
Alternative: Shovels Online
For quick lookups without code, use the Location Search feature in Shovels Online to search by address directly.Best Practices
- Always resolve addresses first to get accurate geo_ids
- Use date ranges to limit result sets
- Apply filters to get exactly the permits you need
- Handle pagination for large result sets
