Zillow Property Scraper
Fetch comprehensive property data from Zillow
Property images and screenshots
Price estimates and Zestimate data
Property details and specifications
JSON export and API access
SDAT Property Scraper
Official Maryland property records from SDAT
Owner information and mailing address
Property use and legal description
Deed references and account numbers
Maryland counties coverage
Advance SDAT Property Scraper
Enhanced pipeline with feature flags, enriched payload
Status tracking (queued, running, success, failure)
Feature flags for advanced logic
Enriched payload & extra logs
Async API with status polling
BatchLeads Property Scraper
Save-to-View, Favorites, contacts & ownership data
“Save to View” + Favorites tagging
Contact phones/emails from Contact Information
Ownership, Characteristics & Land panels
Exports clean JSON
BeenVerified Data Scraper
Personal & contact details from address
Personal basics (name, age, location)
Contact info (phone, email)
Checks all history
Extras (aliases, job, relatives)
StatsAmerica City-to-County Scraper
Get city-to-county information from StatsAmerica
API Access
Zillow API
POST /api/scrape/
{
"full_address": "123 Main St, Springfield, IL"
}
"full_address": "123 Main St, Springfield, IL"
}
SDAT API
POST /api/sdat-scrape/
{
"full_address": "BALTIMORE CITY, 123 Main St"
}
"full_address": "BALTIMORE CITY, 123 Main St"
}
Advance SDAT API (Sync)
POST /api/advance/sdat/scrape
{
"full_address": "BALTIMORE CITY, 123 Main St",
"zoho_lead_id": "1234567890", /* optional */
"flags": { "normalize": true } /* optional */
}
"full_address": "BALTIMORE CITY, 123 Main St",
"zoho_lead_id": "1234567890", /* optional */
"flags": { "normalize": true } /* optional */
}
Advance SDAT API (Async)
POST /api/advance/sdat/scrape/async
{
"full_address": "BALTIMORE CITY, 123 Main St",
"zoho_lead_id": "1234567890", /* optional */
"flags": { "normalize": true } /* optional */
}
"full_address": "BALTIMORE CITY, 123 Main St",
"zoho_lead_id": "1234567890", /* optional */
"flags": { "normalize": true } /* optional */
}
BeenVerified API
POST /api/scrape/beenverified/
{
"full_address": "John Doe, 123 Main St, Springfield, IL"
}
"full_address": "John Doe, 123 Main St, Springfield, IL"
}
StatsAmerica API
POST /api/statsamerica-scrape/
{
"state_code": "NY",
"city_name": "Albany"
}
"state_code": "NY",
"city_name": "Albany"
}
Key Features
Fast & Reliable
Advanced anti-bot detection with human-like behavior simulation
Data Export
Download results as JSON for further analysis and integration
Secure & Private
No data storage, results are processed securely and privately