Search Untappd beers
untappd_search_beerFind beers on Untappd by name or "brewery beer" to get ranked matches with ID, brewery, style, ABV, IBU, and rating. Use the returned bid to access full beer details.
Instructions
Search Untappd for beers by name (optionally "Brewery Beer"). Returns ranked matches with their beer id (bid), brewery, style, ABV, IBU, and global rating. Feed a bid into untappd_beer_info for full detail. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order: checkin (relevance, default), name, or count | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact projects each match to {bid, name, style, abv, ibu, brewery, checkin_count, have_had}; "full" returns Untappd's whole ~1.2 KB search item, including the long beer_description and the nested brewery record. | |
| limit | No | Max results (1–50, default 25) | |
| query | Yes | Beer name to search for | |
| offset | No | Result offset for paging (default 0) |