HSE: Search Vaccine Locations
HSE via Parse · healthcare
Search for pharmacies and locations offering vaccines in Ireland. Returns paginated results sorted alphabetically by default, or by distance when coordinates are provided. Supports filtering by vaccine service type. Each result includes pharmacy details, address, contact information, services offered, and optional booking links. Search for pharmacies offering flu and COVID-19 vaccines in Ireland via the HSE (Health Service Executive) website. Fulfilled by Parse from www2.hse.ie.
- government-public
- healthcare
- hse
- maps-geo
- parse
- platform-key
- www2-hse-ie
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/afa39ada-1fe6-441b-b20d-82a03908a79a/search_vaccine_locations
- Interface artifact
- sha256:64bbaa6a45d05c5319fd3488ad9961d1b04be9dcb53e514dd47b838c17703223
- Manifest digest
- sha256:f7cab58de266fc08b5b50fb023f709cfd5331eeecfb638f7acd4f6e9b036d482
Request fields
- page (integer): Page number for pagination. 10 results per page.
- service (string): Filter by vaccine service type. Omitted returns all locations regardless of service.: Allowed values: adult-flu-vaccine, childrens-flu-vaccine, covid-19-vaccine
- latitude (string): Latitude coordinate for location-based search (decimal degrees, e.g. 53.3498). When provided with longitude, results are sorted by distance from this point.
- longitude (string): Longitude coordinate for location-based search (decimal degrees, e.g. -6.2603). Must be provided together with latitude.
- location_name (string): Human-readable name for the search location (e.g. 'Dublin, Ireland'). Used for display purposes in distance-sorted results. Defaults to the coordinate values if omitted.