Propwire Leads Scraper avatar

Propwire Leads Scraper

Pricing

from $2.00 / 1,000 record scrapeds

Go to Apify Store
Propwire Leads Scraper

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

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

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:

FieldDescription
address / city / state / zip / countyFull property location
propertyTypeSingle family, condo, multi-family, etc.
bedrooms / bathrooms / squareFeet / lotSize / yearBuiltProperty characteristics
estimatedValueEstimated market value (AVM)
lastSalePrice / lastSaleDateMost recent recorded sale
ownerNameCurrent owner full name
ownerMailingAddressOwner mailing address (differs from property for absentee owners)
ownerPhone / ownerEmailOwner contact details, comma-separated
estimatedEquity / equityPercent / mortgageBalance / openMortgagesEquity & mortgage position
mlsStatus / mlsListingId / mlsListPriceMLS listing status if actively listed
taxAssessedValue / annualTax / taxYearTax assessment records
isAbsenteeOwner / isVacant / isPreForeclosure / isHighEquity / isCashBuyer / isListedLead-type flags
propertyUrlDirect link to the Propwire property page
scrapedAtISO-8601 timestamp of extraction

Input

ParameterTypeDefaultDescription
statestringTXUS state abbreviation (e.g. TX, CA, FL).
citystringCity name to filter within the state (optional).
zipstringZIP code to search (overrides state/city when provided).
leadTypesarrayFilter by lead-type flags. Leave empty for all leads.
maxItemsinteger100Maximum 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

  1. Opens Propwire with a US residential IP and resolves your location filter (state / city / ZIP).
  2. Queries the property search API and pages through results.
  3. Applies any leadTypes filters server-side.
  4. Normalizes each record into clean, typed fields (owner contact, equity, MLS, tax).
  5. Returns up to maxItems records.

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 state for broad pulls, or zip / city to tightly scope a farm area.