Bestparking: Get Parking Lot Details
Bestparking via Parse · maps_geo
Get detailed information and pricing quotes for a specific parking lot. When start_time and end_time are provided, returns quotes with pricing for that time range (response is an array of quote objects with embedded location). Without times, returns static location details only (name, address, description, rating, photos, hours). The location_id comes from search_parking results. 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/get_parking_lot_details
- Interface artifact
- sha256:6c13f0c6a3f22bc9e7214705c780bd66f68271c62900338d0fe245d0a7eacd73
- Manifest digest
- sha256:3cdb8f5a31ad28d11d1305c503ad20c00458c31bf2b37a8050fe1a311a889320
Request fields
- end_time (string): End time for the parking quote in ISO 8601 format (e.g. 2026-06-12T14:00:00Z).
- start_time (string): Start time for the parking quote in ISO 8601 format (e.g. 2026-06-12T10:00:00Z).
- location_id (string, required): Unique identifier for the parking lot (from search_parking results, e.g. '52007').
Example queries
- {"end_time":"2026-06-12T12:00:00","start_time":"2026-06-12T10:00:00","location_id":"56108"}