List Event Quotes
parkwhiz.event-quotes
Fetch all parking locations with coordinates, prices, and availability for a ParkWhiz event.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"event_id":2814805},"capability":"parkwhiz.event-quotes"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
event_id
| integer | optional | ParkWhiz event ID |
event_url
| string | optional | ParkWhiz event URL |
Output
| Field | Type | Required | Description |
|---|---|---|---|
event_id
| integer | optional | ParkWhiz event ID |
locations
| array<object> | optional | |
locations[].address
| string | optional | |
locations[].available
| boolean | optional | |
locations[].base_price
| number | null | optional | |
locations[].distance_meters
| integer | optional | |
locations[].lat
| number | null | optional | |
locations[].location_id
| integer | optional | |
locations[].lon
| number | null | optional | |
locations[].name
| string | optional | |
locations[].quote_id
| string | optional | |
locations[].site_url
| string | optional | |
locations[].total_price
| number | null | optional | |
scraped_at
| string | optional | ISO 8601 timestamp of scrape |
venue_lat
| number | optional | Venue latitude |
venue_lon
| number | optional | Venue longitude |