This is the second half of Brave's local business search flow. You run a web search with result_filter=locations to get POI IDs, then pass those IDs here to fetch the full details: hours, ratings, contact info, photos, distance from user. The IDs expire after about 8 hours, so you can't cache them long term. Supports up to 20 IDs per request. Returns structured data that's actually useful, like opening_hours broken down by day, rating providers, price ranges, and cuisine types for restaurants. If you need to show business cards or check if a place is open right now, this gets you everything in one call.
npx skills add https://github.com/brave/brave-search-skills --skill local-pois