HomeProductsPricingAPI DocsBlog Sign In Sign Up
Data Gobblin home page

Data Gobblin - API Documentation

Everything you need to start building with real-time public data

Available Endpoints

Real Estate & Property

Rental Prices

GET
/api/rental-prices

Rental market data across major US cities. 147K+ records.

Try It

Foreclosures

GET
/api/foreclosures

Foreclosure filings and auction data. 116K+ records.

Try It

Building Permits

GET
/api/data-building-permits

Building permit records with filters by city, type, date.

Try It

Building Permits Premium

GET
/api/data-building-permits-premium

AI-enriched permits with category, complexity, timeline.

Try It

Government & Regulatory

FEMA Disasters

GET
/api/fema-disasters

FEMA disaster declarations, updated weekly.

Try It

FDA Drug Approvals

GET
/api/scrapers/fda-drug-approvals

Latest FDA drug approval data from openFDA.

Try It

Food Recall Alerts

GET
/api/scrapers/food-recall-alerts

FDA food enforcement recalls and safety alerts.

Try It

Congressional Bills

GET
/api/scrapers/congressional-bills

Latest US congressional bills and legislation.

Try It

Finance & Markets

Crypto Prices

GET
/api/crypto-prices

Top 300 cryptocurrencies by market cap, updated daily.

Try It

SEC Filings

GET
/api/sec-filings

Public company SEC filings and disclosures.

Try It

Employment & Jobs

Job Postings

GET
/api/job-postings

Aggregated job postings across industries.

Try It

Trends & Search

Trending Searches

GET
/api/trending-searches

Top trending search queries, updated daily.

Try It

Wikipedia Top Viewed

GET
/api/wikipedia-trends

Most-viewed Wikipedia articles.

Try It

Keyword Interest

GET
/api/google-trends

Search keyword interest trends over time.

Try It

GitHub Trends

GET
/api/github-trends

Trending GitHub repositories and languages.

Try It

Local & Environment

Restaurant Inspections

GET
/api/restaurant-inspections

Health inspection records for restaurants. 7.5K+ records.

Try It

Weather Alerts

GET
/api/weather-alerts

Active NWS weather alerts and warnings.

Try It

Search & Analysis

Natural Language Search

GET
/api/search-building-permits?q=...

AI-powered natural language search across data.

Try It

Compare Cities

GET
/api/compare-cities?cities=Chicago,San Francisco

Side-by-side city comparison.

Try It

Custom Report

GET
/api/custom-report?q=...

AI-generated market analysis reports.

Try It

Data Alerts

Create Alert

POST
/api/alerts/configure

Set up a data change alert. Body: {niche, threshold_type, threshold_value, notification_method, webhook_url}

List Alerts

GET
/api/alerts/configure

List all active alerts for your API key.

Try It

Delete Alert

DELETE
/api/alerts/configure?id={alert_id}

Deactivate an alert by ID.

Account & Export

Generate API Key

GET
/api/generate-api-key

Generate your free API key instantly.

Try It

Export Dataset

GET
/api/export-dataset?format=csv

Download full dataset as CSV or JSON.

Try It

Pricing

GET
/api/pricing

View pricing tiers.

Try It

Query Parameters

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)

Example Request

curl "https://datagobblin.com/api/data-building-permits?city=Chicago&limit=5"

Example Response

{
  "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"
    }
  ]
}

Data Alerts

Get notified when data changes. Set threshold-based alerts checked daily after scraper cycles complete.

Threshold types:

TypeDescriptionExample
new_recordsFires when N+ new records added in 24h50 new job postings
percent_changeFires when data volume changes by N%+ vs prior day25% spike in permits
absolute_changeFires when record count difference exceeds N100+ 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}'

Pricing

Free (100 calls/day), Starter $19/mo, Pro $49/mo, Business $99/mo, Enterprise $299/mo. See full details on the pricing page.

How Data Gobblin Compares

Data Gobblin focuses on alternative data freshness, consistent schemas, and transparent pricing. Here's how we compare to other data API providers:

FeatureData GobblinAlpha VantageSEC-APICoinGecko
Free tier100 calls/day, all niches25 calls/day10 requests/min30 calls/min
Data categories16+ niches (permits, gas, SEC, jobs, rentals, ecommerce, crypto, Reddit, etc.)Stocks, forex, cryptoSEC filings onlyCrypto only
Alt-data coverageBuilding permits, restaurant inspections, business licenses, foreclosures, prediction marketsNoneNoneNone
Freshness SLAsPublished per niche (1h–24h)15-min delayedNear real-time1–10 min
AI-powered featuresNL search, predictive signals, custom reports, trend detectionNoneFull-text searchNone
Export formatsJSON + CSVJSON + CSVJSONJSON
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.