Mhvillage: Search Parks
Mhvillage via Parse · real_estate
Searches for mobile home parks/communities with optional filters including state, city, zip, park type, pool, and pet-friendliness. Returns paginated results. 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_parks
- Interface artifact
- sha256:87f398b5923325f6118c8edb6a2fc5a8c2e89be91826475c4738bf0048cbe55b
- Manifest digest
- sha256:efb8b7dd300164af769979921add6bdab0fb4bd032467e6b97c37f78bd9469be
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.
- has_pool (boolean): Filter for parks with a pool.
- park_type (string): Filter by park type.
- state_code (string): 2-letter US state code (e.g., 'FL').
- pet_friendly (string): Filter for pet-friendly parks.
Example queries
- {"city":"Apopka","limit":"3","offset":0,"state_code":"FL"}