Theguinessmap: List Places
Theguinessmap via Parse · food_dining
List all places serving Guinness, filtered by country and optionally by city. Returns the full set of matching locations in a single response with details including name, address, rating, price, review count, and coordinates. The upstream dataset contains ~5000 locations across ~56 countries; filtering is applied locally after fetching the full dataset (one cached upstream call). When both country and city are provided, results are narrowed to that city within that country. When only country is provided, all places in that country are returned. Matching is case-insensitive. Access places serving Guinness worldwide from The Guinness Map, filtered by country and city. Fulfilled by Parse from theguinessmap.com.
- food-dining
- maps-geo
- parse
- platform-key
- theguinessmap
- theguinessmap-com
- travel
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0ea4f59b-746b-4c0d-871d-a8c617aec3c0/list_places
- Interface artifact
- sha256:34a566f7bc832e8682b475ec5528f7694c334f6543fe8c23f5bde1e1853ee3e7
- Manifest digest
- sha256:96ce0e90895cadbf009936eec43fe3bd5365086912865aed5ee0c588b0d8a2ae
Request fields
- city (string): City name to filter by within the specified country, e.g. 'Dublin', 'London', 'New York'. Case-insensitive. When omitted, all places in the country are returned.
- country (string, required): Country name to filter by, e.g. 'Ireland', 'United Kingdom', 'United States'. Must match the country name as listed on The Guinness Map (case-insensitive).
Example queries
- {"city":"Dublin","country":"Ireland"}