Discover/intelligentsia.com API
live

intelligentsia.com APIintelligentsia.com

Access Intelligentsia Coffee's full product catalog, collections, variants, and pricing via 8 endpoints. Search coffees, filter by collection, and retrieve SKU-level data.

Endpoints
8
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/9b8b56dc-10c2-46ce-931e-ab62d4512192/<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/9b8b56dc-10c2-46ce-931e-ab62d4512192/list_all_coffee_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Returns all coffee and espresso products from the main coffee collection. Fetches all pages automatically.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of products returned",
    "products": "array of product objects with id, title, handle, body_html, variants, images, tags, and pricing"
  },
  "sample": {
    "data": {
      "total": 35,
      "products": [
        {
          "id": 4528557097020,
          "tags": [
            "Badge: Best Seller"
          ],
          "title": "Black Cat Classic Espresso",
          "handle": "black-cat-classic-espresso",
          "images": [
            {
              "src": "https://cdn.shopify.com/s/files/1/0084/8802/6172/files/12oz_BC_Classic.png?v=1762379623"
            }
          ],
          "vendor": "Intelligentsia Coffee",
          "variants": [
            {
              "id": 32092748382268,
              "sku": "5913",
              "price": "17.50",
              "title": "12 oz"
            }
          ],
          "body_html": "<p>Black Cat Classic is our hallmark espresso blend...</p>",
          "product_type": "Coffee"
        }
      ]
    },
    "status": "success"
  }
}

About the intelligentsia.com API

This API exposes 8 endpoints against intelligentsia.com, covering coffee products, merchandise, subscriptions, and curated collections. Use list_all_coffee_products to pull every coffee and espresso listing in one call, or get_product_variants_and_pricing to retrieve SKU-level fields like price, barcode, weight, and compare_at_price for a specific product handle. All paginated collection endpoints fetch every page automatically.

Product and Collection Data

list_all_coffee_products returns the full coffee catalog as an array of product objects, each containing id, title, handle, body_html, tags, images, variants, and pricing. list_products_by_collection narrows results to a specific collection by passing a collection_handle string such as blends, all-espresso, or single-origin. To discover valid handles, call list_all_collections first — it returns every collection's id, title, handle, description, published_at, and products_count.

Variant and Pricing Detail

get_product_variants_and_pricing takes a product handle and returns an array of variant objects. Each variant includes id, title, price, sku, weight, barcode, compare_at_price, and availability status. This is the right endpoint when you need to compare grind options or bag sizes on a single product rather than pulling the full catalog. get_product_details returns the same handle-scoped data but adds vendor, product_type, full options arrays, and all image records.

Search and Specialty Collections

search_products accepts a free-text query (e.g. ethiopia, blend) and returns a resources object with a products array containing id, title, handle, price, image, and url. It searches across all product types on the site, not just coffee. list_goods_products isolates non-coffee merchandise like brewing equipment and accessories, while list_subscription_products returns only products in the coffee filter subscriptions collection — useful if you need to distinguish subscription-eligible SKUs from one-time purchases.

Common use cases
  • Build a price-tracking tool that monitors compare_at_price vs. price across all coffee variants to detect discounts.
  • Populate a coffee discovery app with origin and blend details from body_html and tags returned by list_all_coffee_products.
  • Sync a product catalog to an internal database using list_products_by_collection with handles like single-origin or blends.
  • Extract barcode and SKU data from get_product_variants_and_pricing for inventory or retail integration.
  • Power a faceted search UI by combining list_all_collections for filter options with list_products_by_collection for results.
  • Identify subscription-eligible SKUs separately from retail products using list_subscription_products.
  • Compare grind size and bag weight options by parsing variant title and weight fields from get_product_details.
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 Intelligentsia Coffee have an official developer API?+
No. Intelligentsia's site runs on Shopify, which exposes some public JSON endpoints (e.g. /products.json), but Intelligentsia does not publish an official developer API or documentation for third-party use.
What does `get_product_variants_and_pricing` return that `list_all_coffee_products` does not?+
get_product_variants_and_pricing focuses exclusively on variant-level fields for a single product: sku, barcode, weight, compare_at_price, and per-variant availability. The list endpoints include variants too, but are optimized for catalog-wide retrieval rather than per-SKU detail.
How do I find valid collection handles to use with `list_products_by_collection`?+
Call list_all_collections first. It returns every collection object with a handle field (e.g. blends, all-espresso, single-origin) that you pass directly as the collection_handle parameter.
Does `search_products` search only coffee, or all product types?+
search_products queries across the full site, so a term like espresso may return both coffee products and brewing equipment. The response groups results inside a resources object with a products array; there is no built-in type filter on the search endpoint itself.
Is any login-gated or account-specific data accessible through these endpoints?+
No. All endpoints reflect publicly visible catalog data. Subscription account details, order history, and loyalty data are behind authentication and are not accessible through this API.
Page content last updated . Spec covers 8 endpoints from intelligentsia.com.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
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.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.