Mhvillage: Search Homes
Mhvillage via Parse · real_estate
Searches for manufactured/mobile homes for sale or rent with optional filters. Returns paginated results with listing details including price, bedrooms, year, and make. At least one location filter (state_code, city, or zip) should be provided for meaningful results. API for MHVillage, providing access to mobile home parks, home listings, dealers, and floor plans across the US. Fulfilled by Parse from mhvillage.com.
- maps-geo
- marketplace
- mhvillage
- mhvillage-com
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/cd1546be-5ca0-46b8-b9a5-2ba3aed3d4e0/search_homes
- Interface artifact
- sha256:9658ebef8fed6062baa2f4ecee12c4eb983f73bcfe321eb0157141557fdb1244
- Manifest digest
- sha256:e0c57b51da4faddda6aae6c7acf9f6d55def8261a200d37013c3306177683205
Request fields
- zip (string): 5-digit US ZIP code.
- city (string): City name to filter by.
- limit (integer): Maximum number of results to return.
- offset (integer): Result offset for pagination.
- radius (integer): Search radius in miles from the given location.
- bedrooms (integer): Minimum number of bedrooms.
- max_price (integer): Maximum price filter in USD.
- min_price (integer): Minimum price filter in USD.
- state_code (string): 2-letter US state code (e.g., 'FL').
Example queries
- {"city":"Apopka","limit":"2","offset":0,"state_code":"FL"}