Skip to documentation
Browse documentation

Lookup Parking

Look up parking price and availability for a specific lot at a SpotHero event, matched by lot name or facility ID.

Capability ID spothero.lookup
Cost 1 credit per request
Maximum runtime 60 seconds
View raw Get an API key

POST /execute Shared execution endpoint

Input parameters

FieldTypeRequiredDescription
event_id integer Optional SpotHero event ID (alternative to event_url).
event_url string Optional SpotHero event page URL containing ?id=<event_id>.
facility_id integer Optional SpotHero facility ID (bypasses name matching; alternative to lot).
lot string Optional Parking lot name for fuzzy matching (required if facility_id is not set).
start_time string Optional Override start time in ISO 8601 format; defaults to event parking window start.

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

No committed sample output is available for this capability yet.

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.

Resources