# SpotHero API

Read-only SpotHero parking data: event search, venue/destination lookup, parking facility listing, and exact lot price…

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

## Capabilities

| Endpoint | Capability ID | Cost | Description |
| --- | --- | --- | --- |
| [List Event Facilities](https://docs.upscrape.com/docs/platforms/spothero/spothero.event-facilities) | `spothero.event-facilities` | 1 credit per request | Fetch all parking facilities with coordinates, prices, and availability for a SpotHero event in one call. |
| [Lookup Parking](https://docs.upscrape.com/docs/platforms/spothero/spothero.lookup) | `spothero.lookup` | 1 credit per request | Look up parking price and availability for a specific lot at a SpotHero event, matched by lot name or facility ID. |
| [Search Events](https://docs.upscrape.com/docs/platforms/spothero/spothero.search) | `spothero.search` | 1 credit per request | Search SpotHero for events by name or destination, returning event IDs, times, and venue info. |
| [Search Venues](https://docs.upscrape.com/docs/platforms/spothero/spothero.venues) | `spothero.venues` | 1 credit per request | Search SpotHero for destinations/venues by name, returning destination IDs, cities, and coordinates. |


## 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).
