Smart Lookup
Find the cheapest parking option for a ParkWhiz event by event URL or ID and address, using exact location match or fuzzy address matching.
parkwhiz.smart-lookup
/execute
Shared execution endpoint
Input parameters
address
string
optional
Parking lot address or name for fuzzy matching
624 S. Missouri St.
event_id
integer
optional
ParkWhiz event ID
1723404
event_url
string
optional
Canonical ParkWhiz event page URL
location_id
integer
optional
ParkWhiz location ID for exact matching
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
address |
string |
624 S. Missouri St. |
event_id |
integer |
1723404 |
location_address |
string |
624 S. Missouri St. |
location_id |
integer |
3094 |
location_lat |
number |
39.75938806910632 |
location_lon |
number |
-86.16577148437501 |
location_name |
string |
Jobsite Supply Lot |
lookup_method |
string |
exact |
parking_end |
string |
2026-09-09T23:00:00 |
parking_start |
string |
2026-09-09T18:00:00 |
pw_availability |
string |
available |
pw_base_price |
integer |
0 |
pw_total_price |
integer |
0 |
quote_id |
string |
ab808f06-8698-4106-b222-98d55135d920 |
scraped_at |
string |
2026-08-30T12:44:29Z |
site_url |
string |
/p/indianapolis-parking/624-s-missouri-st |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.