Raisin: Get Map Venues
Raisin via Parse · food_dining
Get venues displayed on the map, filtered either by city_id or geographic bounding box. Optionally filter by venue category. Returns all matching venues with coordinates for map display. Each venue includes id, name, latitude, longitude, like count, comment count, type tags, and object_type. Use city_id from search results or provide north/south/east/west bounds. Search and discover natural wine venues (bars, restaurants, wine shops), winemakers, and events listed on Raisin.digital. Fulfilled by Parse from raisin.digital.
- food-dining
- maps-geo
- parse
- platform-key
- raisin
- raisin-digital
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/fde4bd63-449d-411a-ba71-42bb4477a710/get_map_venues
- Interface artifact
- sha256:b75d817f6e5b43b32ca0c6233c1f22cbede910e3ce33ab725a49cbc08fd23360
- Manifest digest
- sha256:8fe9360ce914f58f7d06413e24764be74be323ce2ddbae7c6d27bc9d6a5b458d
Request fields
- east (string): Eastern longitude bound (decimal degrees). Required together with north, south, west when city_id is not provided.
- west (string): Western longitude bound (decimal degrees). Required together with north, south, east when city_id is not provided.
- north (string): Northern latitude bound (decimal degrees). Required together with south, east, west when city_id is not provided.
- south (string): Southern latitude bound (decimal degrees). Required together with north, east, west when city_id is not provided.
- city_id (string): Raisin city ID to get all venues in that city (e.g. '2988507' for Paris). Obtain from the search endpoint's city results. Either city_id or all four geographic bounds (north, south, east, west) are required.
- category (string): Filter by venue category.: Allowed values: all, restaurants, bars, wine_shops, accommodations, winemakers, events
Example queries
- {"city_id":"2988507","category":"all"}