Discover/Katzsdelicatessen API
live

Katzsdelicatessen APIkatzsdelicatessen.com

Access Katz's Deli pickup and delivery menu via API. Browse categories, list products with prices and SKUs, and fetch full item details.

Endpoint health
verified 24m ago
get_product_detail
get_category_products
get_menu_categories
1/3 passing latest checkself-healing
Endpoints
3
Updated
6d ago

What is the Katzsdelicatessen API?

The Katz's Delicatessen API provides 3 endpoints to access the full pickup and delivery menu at the iconic New York deli. Starting with get_menu_categories, you can retrieve all available menu sections — from hot sandwiches and platters to desserts and packaged items — then drill down into per-category product listings and individual item details including SKU, price, description, and image URL.

This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/e5ef5c7e-ac9e-4cb2-b31b-cddb4f3f7af6/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e5ef5c7e-ac9e-4cb2-b31b-cddb4f3f7af6/get_menu_categories' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalmissing one? ·

Returns every category tab on the Katz's Deli pickup & delivery (local) menu page, in the order the site shows them, as a single request with no pagination. Each category carries its display name, a slug (the site's tab identifier, e.g. hot-sandwiches) and the menu page URL anchored to that category's section. The set is whatever the site currently publishes (14 tabs at last check, such as Hot Sandwiches, Cold Sandwiches, Breakfast, Soups, Beverages, Desserts) and may change over time.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "categories": "array of category objects with name (display label), slug (site tab identifier), and url (menu page URL anchored to the category section)"
  },
  "sample": {
    "data": {
      "categories": [
        {
          "url": "https://katzsdelicatessen.com/store-menu#hot-sandwiches",
          "name": "Hot Sandwiches",
          "slug": "hot-sandwiches"
        },
        {
          "url": "https://katzsdelicatessen.com/store-menu#cold-sandwiches",
          "name": "Cold Sandwiches",
          "slug": "cold-sandwiches"
        },
        {
          "url": "https://katzsdelicatessen.com/store-menu#breakfast",
          "name": "Breakfast",
          "slug": "breakfast"
        },
        {
          "url": "https://katzsdelicatessen.com/store-menu#soups",
          "name": "Soups",
          "slug": "soups"
        },
        {
          "url": "https://katzsdelicatessen.com/store-menu#beverages",
          "name": "Beverages",
          "slug": "beverages"
        },
        {
          "url": "https://katzsdelicatessen.com/store-menu#desserts",
          "name": "Desserts",
          "slug": "desserts"
        }
      ]
    },
    "status": "success"
  }
}

About the Katzsdelicatessen API

Menu Categories and Structure

get_menu_categories takes no inputs and returns an array of category objects, each containing a name, slug, and url. Covered sections include favorites, meals, hot sandwiches, cold sandwiches, soups & sides, grill, platters, desserts, beverages, breakfast, and packaged items. These slugs feed directly into get_category_products to retrieve items within each section.

Product Listings by Category

get_category_products accepts an optional category string identifier and returns a flat product array for that section. Each product object includes name, sku, product_id, price (numeric), price_formatted, url, image_url, and description. The response also includes category_name, category_slug, and total_products — the full product list for the category is returned in a single response with no pagination.

Individual Product Details

get_product_detail accepts a required product_url — obtained from get_category_products results — and returns a single item's complete record: sku, name, price, price_formatted, image_url, description, short_description, url, and a breadcrumbs array showing the navigation path within the menu hierarchy. Either description or short_description may be null depending on how the item is listed.

Reliability & maintenanceVerified

The Katzsdelicatessen API is a managed, monitored endpoint for katzsdelicatessen.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when katzsdelicatessen.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official katzsdelicatessen.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
24m ago
Latest check
1/3 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a Katz's Deli menu browser showing items organized by category with prices and images.
  • Track price changes on specific menu items by comparing price fields over time using SKU as a stable identifier.
  • Populate a food ordering assistant with structured menu data including descriptions and categories.
  • Create a nutritional or dietary filter tool by parsing product descriptions for ingredient mentions.
  • Sync Katz's Deli menu offerings into a third-party delivery aggregator or food directory.
  • Generate a printable or embeddable menu layout using name, price_formatted, and image_url per category.
  • Monitor availability of packaged or seasonal items by checking the packaged items category for new SKUs.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Katz's Delicatessen have an official developer API?+
No. Katz's Delicatessen does not publish a public developer API or developer documentation for their menu data.
What does get_product_detail return beyond what get_category_products provides?+
get_category_products gives you name, sku, product_id, price, price_formatted, url, image_url, and description for each item in a category. get_product_detail adds short_description and a breadcrumbs array showing the full navigation path for that item, which is useful for confirming category placement.
Does the API return dine-in menu items or catering options?+
The API covers the pickup and delivery menu hosted at localmenu.katzsdelicatessen.com. Dine-in-specific menus and catering packages are not currently included. You can fork this API on Parse and revise it to add an endpoint targeting those menu surfaces.
Is pagination required to get all products in a category?+
No. get_category_products returns the full product list for a given category in a single response. The total_products field in the response confirms how many items were returned.
Does the API expose modifiers, add-ons, or customization options for menu items?+
Not currently. The API returns core product fields — name, SKU, price, description, and image — but does not include per-item modifiers such as bread choice, meat quantity, or add-ons. You can fork this API on Parse and revise it to add an endpoint that captures modifier or customization data if the source exposes it.
Page content last updated . Spec covers 3 endpoints from katzsdelicatessen.com.
Related APIs in Food DiningSee all →
menupages.com API
Access restaurant menu data from MenuPages including all categories, items with descriptions and prices, plus customization options and modifiers. Search for specific menus or individual menu items to build restaurant catalogs, comparison tools, or delivery app integrations.
farmersfridge.com API
Access Farmer's Fridge menu data, product details, kiosk locations, and real-time inventory. Browse the full menu or filter by category, retrieve nutrition facts and allergens for individual products, list kiosk locations by access or location type, and check live stock counts at any specific fridge.
zabars.com API
Search and browse Zabar's gourmet food products with autocomplete suggestions and detailed item information including pricing and availability. Get paginated results to easily discover specialty foods, wines, and delicacies from their curated selection.
postmates.com API
Browse and search Postmates restaurants to discover menus, items, and detailed restaurant information all in one place. Get category suggestions, view complete menus, and access specific item details to find exactly what you're looking for.
isitkosherapp.com API
Access data from isitkosherapp.com.
elmariachimexicanfoodma.com API
elmariachimexicanfoodma.com API
macys.com API
Browse Macy's product catalog by navigating categories, searching for items, and viewing detailed product information all in one place. Discover products across different categories and get comprehensive details to help you find exactly what you're looking for.
doordash.com API
Search for restaurants on DoorDash and view their menus, hours, and current promotions to find exactly what you're looking for. Get detailed information about any restaurant including pricing, availability, and active discounts across the US.