# ParkWhiz API

Scrape ParkWhiz parking data with OAuth authentication, event search, venue search, smart parking lookup with fuzzy…

- Platform ID: `parkwhiz`
- Capabilities: 4
- Execute endpoint: `POST https://data.upscrape.com/execute`
- OpenAPI: https://upscrape.com/scrapers/parkwhiz/openapi.json

## Capabilities

| Endpoint | Capability ID | Cost | Description |
| --- | --- | --- | --- |
| [List Event Quotes](https://docs.upscrape.com/docs/platforms/parkwhiz/parkwhiz.event-quotes) | `parkwhiz.event-quotes` | 1 credit per request | Fetch all parking locations with coordinates, prices, and availability for a ParkWhiz event. |
| [Search Events](https://docs.upscrape.com/docs/platforms/parkwhiz/parkwhiz.search-events) | `parkwhiz.search-events` | 1 credit per request | Search ParkWhiz for events by name or venue ID. |
| [Search Venues](https://docs.upscrape.com/docs/platforms/parkwhiz/parkwhiz.search-venues) | `parkwhiz.search-venues` | 1 credit per request | Search ParkWhiz for venues by name. |
| [Smart Lookup](https://docs.upscrape.com/docs/platforms/parkwhiz/parkwhiz.smart-lookup) | `parkwhiz.smart-lookup` | 1 credit per request | Find the cheapest parking option for a ParkWhiz event by event URL or ID and address, using exact location match or fuzzy address matching. |


## Integration contract

All capabilities use the shared `POST /execute` envelope. A `200` response completed inline; a `202` response must be polled through `GET /jobs/{id}`.

See [authentication](https://docs.upscrape.com/docs/api/authentication), [jobs and results](https://docs.upscrape.com/docs/api/jobs), and [errors and retries](https://docs.upscrape.com/docs/api/errors).
