Foodservice
Jordano's Foodservice logo

Jordano's Foodservice API

jordanos.com

Jordano's Foodservice Pepper guest catalog — product search, categories, and product detail

Actions
3
Category
Foodservice
Login
Not required
Output
JSON

Call the Jordano's Foodservice API

Submit a task, then poll the job until it settles. This example runs act_jordanos_com_category_groups.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_jordanos_com_category_groups",
    "params": {
      "restaurant_uuid": "0795b4c2-77ed-419e-9b00-ba4d166757fc",
      "supplier_uuid": "a656335d-0bd0-4246-8f43-ecb59408daf5"
    }
  }'

3 actions on jordanos.com

Read

  • Category Groups

    act_jordanos_com_category_groupsread1 credit / call

    List Jordano's Pepper catalog category groups (guest mode) for browsing/search scoping.

    restaurant_uuid
    string
    supplier_uuid
    string
  • Product Detail

    act_jordanos_com_product_detailread1 credit / call

    Fetch full Jordano's Pepper product detail by SKU/item number (guest mode).

    sku
    string · required
    variant_pack_uuid
    string
    restaurant_uuid
    string
    supplier_uuid
    string
  • Product Search

    act_jordanos_com_product_searchread1 credit / call

    Search/browse Jordano's Pepper catalog products by category and keyword (name/SKU/brand). Guest mode — live customer pricing requires auth.

    search_query
    string
    category_uuid
    string
    limit
    integer
    restaurant_uuid
    string
    supplier_uuid
    string

Jordano's Foodservice API questions

Is there an API for Jordano's Foodservice?
Jordano's Foodservice does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for jordanos.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Jordano's Foodservice data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when jordanos.com changes its markup, Anakin updates the action.
Do I need a Jordano's Foodservice account?
No. Every Jordano's Foodservice action listed here runs anonymously — no account and no credentials required.
What does the Jordano's Foodservice API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.