Bestparking: Search Parking
Bestparking via Parse · maps_geo
Search for parking locations (hourly or monthly) near a specific coordinate. Returns detailed pricing, availability, and curated recommendations (cheapest, closest). When start_time and end_time are omitted, defaults to a 2-hour window starting now. Each result includes full location info, pricing segments, amenities, and booking options. API for searching parking locations, getting lot details, and autocomplete on BestParking.com (powered by ParkWhiz). Fulfilled by Parse from bestparking.com.
- bestparking
- bestparking-com
- maps-geo
- marketplace
- parse
- platform-key
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- maps_geo
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/67c0c881-f6f9-4f3d-b4b9-4b26be95160e/search_parking
- Interface artifact
- sha256:de9468c13c558dae7707cf7f6d918c4f515cd3388cf6c6fe8bc282168b57d100
- Manifest digest
- sha256:0368db6f26fc86635df26a0bd6d5a8bcd3a9b5014f7a783d00c10d2cf351d22e
Request fields
- lat (number, required): Latitude of the search center.
- lng (number, required): Longitude of the search center.
- end_time (string): End time for the parking quote in ISO 8601 format (e.g. 2026-06-12T12:00:00). Defaults to 2 hours after start_time if omitted.
- start_time (string): Start time for the parking quote in ISO 8601 format (e.g. 2026-06-12T10:00:00). Defaults to current hour if omitted.
- search_type (string): Type of search: 'transient' (hourly/daily) or 'monthly'.: Allowed values: transient, monthly
Example queries
- {"lat":"40.7128","lng":"-74.006","end_time":"2026-06-12T12:00:00","start_time":"2026-06-12T10:00:00","search_type":"transient"}