Discover/zabars.com API
live

zabars.com APIwww.zabars.com

Access Zabar's product catalog via API. Search items, get autocomplete suggestions, and retrieve detailed pricing, availability, and descriptions for gourmet foods.

Endpoints
3
Updated
2mo ago
Try it
Page number (1-based)
Search keyword(s) (e.g., 'chocolate', 'gift basket', 'coffee')
Number of results per page (1-120)
api.parse.bot/scraper/8d0e614c-2183-487f-9d8b-19b8b48b8500/<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/8d0e614c-2183-487f-9d8b-19b8b48b8500/search_products?page=1&query=coffee&page_size=6' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for products on Zabar's by keyword. Returns paginated results with product details including name, price, brand, category, and images.

Input
ParamTypeDescription
pageintegerPage number (1-based)
queryrequiredstringSearch keyword(s) (e.g., 'chocolate', 'gift basket', 'coffee')
page_sizeintegerNumber of results per page (1-120)
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "query": "string, the search query used",
    "products": "array of product objects with id, name, url, price, original_price, currency, brand, category, image_url, badge",
    "page_size": "integer, results per page",
    "total_pages": "integer or null, total number of pages",
    "total_results": "integer or null, total number of matching products"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "coffee",
      "products": [
        {
          "id": "1110001",
          "url": "https://www.zabars.com/zabars-special-blend-coffee/1110001.html",
          "name": "Zabar's Special Blend Coffee - 16oz (Kosher)",
          "badge": "Z-PEAT",
          "brand": "Zabar's",
          "price": 16.98,
          "category": "Coffee & Tea",
          "currency": "USD",
          "image_url": "https://www.zabars.com/dw/image/v2/BKDS_PRD/on/demandware.static/-/Sites-zabars-master-catalog/default/dw881eb2a0/images/zabars_1110001.jpg?sw=769",
          "original_price": null
        }
      ],
      "page_size": 6,
      "total_pages": 6,
      "total_results": 36
    },
    "status": "success"
  }
}

About the zabars.com API

The Zabar's API covers the full product catalog of the iconic New York gourmet food store across 3 endpoints, returning fields like price, brand, category, image URLs, and availability. The search_products endpoint accepts keyword queries with pagination controls, while get_product_details delivers per-item descriptions, image galleries, and gift-bundle contents via a product URL path.

Search and Browse Products

The search_products endpoint accepts a required query string and returns paginated product results. You can control result volume with page_size (1–120 items per page) and navigate with the page parameter. Each product object in the response includes id, name, url, price, original_price, currency, brand, category, image_url, and badge. The response also surfaces total_results and total_pages (either integer or null) so you can build complete pagination logic.

Autocomplete Suggestions

The get_suggestions endpoint takes a single query string and returns three distinct arrays: products (name, url, image_url), categories (name, parent, url), and popular_searches (an array of term strings). This is useful for building typeahead UI components or for quickly discovering relevant category paths before running a full search.

Product Detail

The get_product_details endpoint accepts a product_url path (e.g., /product-name/PRODUCTID.html) and returns a full record including description, an images array of all product photo URLs, availability status, and whats_inside — an array of strings listing bundle or gift basket contents when applicable. Price is returned as a number in USD or null if unavailable.

Common use cases
  • Build a gourmet gift-finder app using search_products with queries like 'gift basket' and surface whats_inside contents from get_product_details
  • Track price changes on specific Zabar's items by polling get_product_details and comparing the price and original_price fields over time
  • Power a search autocomplete UI using the products, categories, and popular_searches arrays from get_suggestions
  • Aggregate Zabar's category taxonomy by collecting the parent and name fields from suggestion category results
  • Monitor product availability for high-demand specialty items using the availability field from get_product_details
  • Enrich a food e-commerce comparison tool with Zabar's brand, category, and badge fields from search results
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 Zabar's have an official developer API?+
Zabar's does not publish a public developer API or documentation for third-party access to their product catalog.
What does the `whats_inside` field in `get_product_details` contain?+
For gift sets and bundle products, whats_inside is an array of strings listing the individual items included in the package. For standard single products it returns null, so you should handle both cases in your code.
Does search always return `total_results` and `total_pages`?+
Both fields are typed as integer or null, meaning Zabar's catalog does not always expose a total count for a given query. Build your pagination logic to handle null values rather than assuming a count is always present.
Does the API return customer reviews or ratings for products?+
Not currently. The API covers product name, price, description, images, availability, brand, category, and bundle contents. You can fork it on Parse and revise to add a reviews or ratings endpoint if that data becomes accessible.
Can I retrieve a full category browse listing without a search keyword?+
The search_products endpoint requires a query string, so keyword-free category browsing is not directly supported. The categories array in get_suggestions returns category names and URLs, which can help you identify category paths. You can fork the API on Parse and revise it to add a dedicated category-browse endpoint.
Page content last updated . Spec covers 3 endpoints from www.zabars.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.