Propwire Leads Scraper
Pricing
from $2.00 / 1,000 record scrapeds
Propwire Leads Scraper
Extract US real estate leads from Propwire with 11M+ properties including owner info, equity, MLS data, lead-type flags, and tax records.
Pricing
from $2.00 / 1,000 record scrapeds
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Extract US real estate leads from Propwire — 11M+ properties with owner contact info, equity, mortgage, MLS status, and tax records. Filter by state, city, or ZIP, and target motivated-seller lead types (absentee owner, vacant, pre-foreclosure, high equity, cash buyer).
What you get
Each property record contains:
| Field | Description |
|---|---|
address / city / state / zip / county | Full property location |
propertyType | Single family, condo, multi-family, etc. |
bedrooms / bathrooms / squareFeet / lotSize / yearBuilt | Property characteristics |
estimatedValue | Estimated market value (AVM) |
lastSalePrice / lastSaleDate | Most recent recorded sale |
ownerName | Current owner full name |
ownerMailingAddress | Owner mailing address (differs from property for absentee owners) |
ownerPhone / ownerEmail | Owner contact details, comma-separated |
estimatedEquity / equityPercent / mortgageBalance / openMortgages | Equity & mortgage position |
mlsStatus / mlsListingId / mlsListPrice | MLS listing status if actively listed |
taxAssessedValue / annualTax / taxYear | Tax assessment records |
isAbsenteeOwner / isVacant / isPreForeclosure / isHighEquity / isCashBuyer / isListed | Lead-type flags |
propertyUrl | Direct link to the Propwire property page |
scrapedAt | ISO-8601 timestamp of extraction |
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
state | string | TX | US state abbreviation (e.g. TX, CA, FL). |
city | string | — | City name to filter within the state (optional). |
zip | string | — | ZIP code to search (overrides state/city when provided). |
leadTypes | array | — | Filter by lead-type flags. Leave empty for all leads. |
maxItems | integer | 100 | Maximum number of property records to return. |
leadTypes accepts any of: absentee_owner, vacant, pre_foreclosure, high_equity, cash_buyer.
Example — high-equity absentee owners in Texas
{"state": "TX","leadTypes": ["absentee_owner", "high_equity"],"maxItems": 500}
Example — every lead in a ZIP
{"zip": "77002","maxItems": 1000}
How it works
- Opens Propwire with a US residential IP and resolves your location filter (state / city / ZIP).
- Queries the property search API and pages through results.
- Applies any
leadTypesfilters server-side. - Normalizes each record into clean, typed fields (owner contact, equity, MLS, tax).
- Returns up to
maxItemsrecords.
Who it's for
- Real estate investors sourcing off-market and motivated-seller leads.
- Wholesalers building targeted absentee-owner and high-equity lists.
- Agents & lead-gen teams enriching territories with owner contact and equity data.
Notes
- Owner phone/email availability varies by property and is returned when Propwire exposes it.
- Equity, tax, and MLS fields reflect the latest data available on Propwire at scrape time.
- Use
statefor broad pulls, orzip/cityto tightly scope a farm area.