Mhvillage: List Parks By City
Mhvillage via Parse · real_estate
Returns all mobile home parks/communities in a given city within a state. Supports pagination via offset and limit. Each park includes basic info like name, showcase status, age restrictions, and pet policy. 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/list_parks_by_city
- Interface artifact
- sha256:e7e93e0185acc06d30633e1cafd9bf5b1ccbf5a7cb00f9543e5f84515e5fdc20
- Manifest digest
- sha256:6b7049a1154bacc151af5c21ecd1598c858e73c152e59f39bebb0bc71b92b776
Request fields
- city (string, required): City name (e.g., 'Apopka', 'Orlando').
- limit (integer): Maximum number of results to return.
- offset (integer): Result offset for pagination.
- state_code (string, required): 2-letter US state code (e.g., 'FL').
Example queries
- {"city":"Apopka","limit":22,"offset":0,"state_code":"FL"}