Building Permits
GET/api/data-building-permits
Query building permit records with filters
Try It
Everything you need to start building with real-time public data
/api/data-building-permits
Query building permit records with filters
Try It/api/data-building-permits-premium
AI-enriched permits with category, complexity, timeline
Try It/api/stats-building-permits
Aggregated statistics, free tier
Try It/api/search-building-permits?q=...
Natural language search powered by AI
Try It/api/compare-cities?cities=Chicago,San Francisco
Side-by-side city comparison
Try It/api/trends
Weekly trend detection and alerts
Try It/api/predictive-signals
AI-powered market predictions
Try It/api/nl-dashboard?q=...
Ask questions in plain English
Try It/api/custom-report?q=...
AI-generated market analysis reports
Try It/api/generate-ebook?city=Chicago
AI-generated market report eBook
Try It/api/generate-newsletter
Weekly digest newsletter content
Try It/api/generate-guide?topic=building+permits
Educational guides
Try It/api/generate-scripts?format=youtube
Video/podcast scripts
Try It/api/alerts/configure
Set up a data change alert. Get notified via email or webhook when a niche crosses your threshold. Body: {niche, threshold_type, threshold_value, notification_method, webhook_url}
/api/alerts/configure
List all active alerts for your API key
Try It/api/alerts/configure?id={alert_id}
Deactivate an alert by ID. Only alerts owned by your key can be deleted.
| Parameter | Type | Description |
|---|---|---|
city |
string | Filter by exact city name |
permit_type |
string | Filter permit types using partial match |
keyword |
string | Search text in permit descriptions |
date_from |
YYYY-MM-DD | Include permits issued on or after this date |
date_to |
YYYY-MM-DD | Include permits issued on or before this date |
limit |
integer | Number of records to return (max 100) |
curl "https://datagobblin.com/api/data-building-permits?city=Chicago&limit=5"
{
"success": true,
"count": 2,
"data": [
{
"permit_number": "100987654",
"permit_type": "Commercial Renovation",
"description": "Interior tenant build-out for office space",
"address": "120 W Madison St",
"city": "Chicago",
"state": "IL",
"status": "Issued",
"issue_date": "2026-03-05",
"estimated_cost": "350000"
},
{
"permit_number": "100987655",
"permit_type": "Residential Addition",
"description": "Second-floor addition with electrical upgrade",
"address": "2456 N Leavitt St",
"city": "Chicago",
"state": "IL",
"status": "Issued",
"issue_date": "2026-03-04",
"estimated_cost": "145000"
}
]
}
Get notified when data changes. Set threshold-based alerts checked daily after scraper cycles complete.
Threshold types:
| Type | Description | Example |
|---|---|---|
new_records | Fires when N+ new records added in 24h | 50 new job postings |
percent_change | Fires when data volume changes by N%+ vs prior day | 25% spike in permits |
absolute_change | Fires when record count difference exceeds N | 100+ record swing |
Example (create alert):
curl -X POST https://datagobblin.com/api/alerts/configure \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"niche":"building_permits","threshold_type":"new_records","threshold_value":50}'
Free (100 calls/day), Starter $19/mo, Pro $49/mo, Business $99/mo, Enterprise $299/mo. See full details on the pricing page.
Data Gobblin focuses on alternative data freshness, consistent schemas, and transparent pricing. Here's how we compare to other data API providers:
| Feature | Data Gobblin | Alpha Vantage | SEC-API | CoinGecko |
|---|---|---|---|---|
| Free tier | 100 calls/day, all niches | 25 calls/day | 10 requests/min | 30 calls/min |
| Data categories | 16+ niches (permits, gas, SEC, jobs, rentals, ecommerce, crypto, Reddit, etc.) | Stocks, forex, crypto | SEC filings only | Crypto only |
| Alt-data coverage | Building permits, restaurant inspections, business licenses, foreclosures, prediction markets | None | None | None |
| Freshness SLAs | Published per niche (1h–24h) | 15-min delayed | Near real-time | 1–10 min |
| AI-powered features | NL search, predictive signals, custom reports, trend detection | None | Full-text search | None |
| Export formats | JSON + CSV | JSON + CSV | JSON | JSON |
| Paid plans from | $25/mo | $49.99/mo | $40/mo | $129/mo |
Data Gobblin is not a replacement for financial data terminals. It's built for developers and analysts who need structured alternative data — the stuff that's hard to get from traditional APIs.