Discover/bluebottlecoffee.com API
live

bluebottlecoffee.com APIbluebottlecoffee.com

Access Blue Bottle Coffee product listings, roast levels, tasting notes, variant pricing, and cafe locations across the US via a structured REST API.

Endpoints
5
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/47b1ad91-88e8-49b3-8200-57541a683d81/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/47b1ad91-88e8-49b3-8200-57541a683d81/list_all_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

List all coffee products available in the Blue Bottle Coffee shop. Returns product names, slugs, tasting notes, roast levels, and images.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of products returned",
    "products": "array of product objects with name, slug, tasting_notes, roast_level, and image fields"
  },
  "sample": {
    "data": {
      "total": 25,
      "products": [
        {
          "name": "Hayes Valley Espresso",
          "slug": "hayes-valley-espresso",
          "image": "/2024/2024 Updated Packaging/Hayes Valley Espresso/M1_HayesValleyEspresso_Hero_1.png",
          "roast_level": "Dark Roast",
          "tasting_notes": "Baking Chocolate, Orange Zest, Brown Sugar"
        }
      ]
    },
    "status": "success"
  }
}

About the bluebottlecoffee.com API

The Blue Bottle Coffee API exposes 5 endpoints covering the full product catalog, per-product variant pricing, and cafe locations across US regions. Use list_all_products to retrieve every item in the shop with roast level and tasting notes, get_product_details to pull variant-level pricing and customer reviews by slug, or list_cafes to get structured address data for every Blue Bottle location.

Product Catalog

The list_all_products endpoint returns every product currently in the Blue Bottle shop, including each product's name, slug, roast_level, tasting_notes, and image. To narrow results to a specific category, use list_products_by_category with a category_slug such as best-sellers, espresso, single-origin, or brew-tools. Both endpoints return a total count alongside the products array.

Product Details and Variants

get_product_details accepts a slug (e.g. hayes-valley-espresso, bella-donovan) and returns the full record for that product. The variants array lists each purchasable option with id, name, price in integer cents, sku, for_sale status, and an option field describing the variant (such as grind type or size). The endpoint also returns a description string, roast_level, tasting_notes, and a metadata array of meta tag objects useful for SEO analysis. A reviews array is included but may be empty for some products.

Cafe Locations

list_cafes returns all Blue Bottle cafe locations with a structured address object containing street, locality, district, postalCode, and countryCode fields, plus a region label covering areas like Northern California, Southern California, New York, Las Vegas, Chicago, Boston, and Washington DC. To filter by location, search_cafes_by_location accepts an optional query string matched against cafe name, address, and region fields — passing San Francisco or Broadway returns only matching cafes with the same address structure.

Common use cases
  • Build a coffee product comparison tool using variant pricing from get_product_details across roast levels.
  • Power a store locator map by feeding list_cafes address data into a mapping library.
  • Track which products are currently for sale by checking the for_sale field in the variants array.
  • Aggregate tasting notes and roast levels from list_all_products to analyze catalog patterns.
  • Filter the espresso-specific product lineup using list_products_by_category with category_slug: espresso.
  • Monitor SKU and variant availability changes over time using sku and for_sale fields.
  • Retrieve structured cafe address data by city or neighborhood using search_cafes_by_location.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Blue Bottle Coffee offer an official developer API?+
Blue Bottle Coffee does not publish a public developer API or developer documentation. This Parse API provides structured access to their product and location data.
What does `get_product_details` return that `list_all_products` does not?+
get_product_details adds the variants array (with per-variant price in cents, sku, for_sale, and option), a description string, a metadata array of meta tag objects, and a reviews array. The list endpoints return only name, slug, roast_level, tasting_notes, and image.
Does the API return cafe hours or phone numbers?+
Not currently. list_cafes and search_cafes_by_location return name, slug, region, and a structured address with street, locality, district, postalCode, and countryCode. Hours and contact details are not included. You can fork this API on Parse and revise it to add an endpoint that retrieves those fields for individual cafe slugs.
Are all product categories accessible via `list_products_by_category`?+
The confirmed working category slugs are best-sellers, brew-tools, espresso, and single-origin. Other category slugs may not return results. You can fork this API on Parse and revise it to add support for additional category slugs if Blue Bottle adds new ones.
Can I retrieve historical pricing or track price changes over time?+
The API returns current variant pricing at the time of the request — price is an integer in cents for each variant. It does not expose pricing history. You can fork this API on Parse and revise it to log responses over time and build a price-tracking layer on top.
Page content last updated . Spec covers 5 endpoints from bluebottlecoffee.com.
Related APIs in Food DiningSee all →
dia.es API
Browse and search products across Día supermarket's catalog, view product details, categories, and current offers available on dia.es. Find specific items, explore product categories and subcategories, and discover active promotions.
kroger.com API
Find Kroger grocery store locations across the US organized by state, city, and search parameters. Get detailed store information including directories and specifics for any Kroger location in your area.
coupons.com API
Search and discover coupons, printable offers, and store-specific deals from Coupons.com. Browse top featured offers, find deals across thousands of retailers, and access aggregated coupon data including discount amounts, usage conditions, and expiration details.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
winecompanion.com.au API
Browse and explore Australian wineries from Wine Companion's comprehensive directory, including contact details, ratings, and regional locations. Search and filter by state, region, or facilities to find wineries across Australia.
liquor.com API
Find and browse thousands of cocktail recipes with ratings and user reviews, search drinks by ingredient or category, and read curated articles about spirits and mixology. Get detailed recipe instructions, comments from other users, and expert content all in one place.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.