File size: 7,366 Bytes
95c59c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
---
license: cc-by-nc-4.0
language:
  - en
task_categories:
  - text-classification
  - table-question-answering
  - text-retrieval
  - feature-extraction
  - text-generation
tags:
  - food
  - restaurants
  - menus
  - commerce
  - dining
  - food-tech
  - business
  - usa
  - location-data
  - structured-data
  - tabular
  - api-data
size_categories:
  - 10K<n<100K
pretty_name: Souslab  US Restaurant Menus (Sample)
configs:
  - config_name: default
    data_files:
      - split: train
        path: "menu_items_sample.csv"
---

# Souslab — US Restaurant Menus

A structured sample of the Souslab US restaurant menu dataset: real restaurants, real menu items, real prices — normalized into a clean schema you can train on or analyze directly.

This sample is published openly under CC-BY-NC-4.0 for research and non-commercial evaluation. The full dataset — **449,000+ US restaurants and 44.3M+ menu items, refreshed continuously with chain-level aggregation** — is available via the [Souslab API](https://souslab.site) under commercial license.

---

## 🚀 Quick start

```python
from datasets import load_dataset

ds = load_dataset("AnyStackLabsdev/souslab-us-restaurant-menus")
print(ds)
print(ds["train"][0])
```

Or download directly via [Files and versions](https://huggingface.co/datasets/AnyStackLabsdev/souslab-us-restaurant-menus/tree/main).

---

## 📊 What's in this sample

- **Restaurants:** ~4,600 US restaurants
- **Menu items:** ~10,000 menu items
- **Geographic coverage:** All 50 US states + DC
- **Chain coverage:** Independents and chain locations, with chain-level grouping
- **Snapshot date:** 2026-05-29
- **Format:** CSV
- **File size:** ~2.1 MB

This is a **representative sample** — geographically and categorically balanced, but a fraction of the full Souslab corpus. The full dataset is ~4,400x larger.

---

## 🗂️ Schema

### `menu_items_sample.csv`

| Field | Type | Description |
|---|---|---|
| `item_uid` | string | Stable unique identifier for this menu item |
| `restaurant_id` | string | Foreign key — links to the restaurant |
| `menu_name` | string | Name of the menu this item appears on |
| `section_name` | string | Menu section or category (e.g. "Appetizers", "Drinks") |
| `item_name` | string | Display name of the menu item |
| `description` | string \| null | Item description as listed on the menu |
| `price` | float \| null | Price in local currency |
| `price_text` | string \| null | Raw price string as scraped (e.g. "$12.99") |
| `currency` | string | ISO 4217 currency code (e.g. "USD") |
| `out_of_stock` | boolean | Whether the item was marked unavailable at time of snapshot |
| `city_name` | string | City of the restaurant |
| `state_code` | string | US state (2-letter code) |
| `zip` | string | Postal code |
| `geo_lat` | float | Latitude of the restaurant |
| `geo_lng` | float | Longitude of the restaurant |
| `canonical_item_id` | string \| null | Souslab canonical item identifier for cross-restaurant deduplication |

---

## 🧠 Methodology summary

The full methodology lives at [souslab.site/methodology](https://souslab.site/methodology) — covering collection sources, refresh cadence, chain matching, quality controls, and known gaps. Quick version:

- **Sources:** restaurants' own published menus, public aggregator surfaces, and partner data feeds. We don't bypass authentication, scrape behind logins, or ingest user reviews or photos.
- **Chain matching:** multi-signal (registry-anchored, name similarity, location/ownership context, menu signature) — same chain across locations resolves to the same `chain_id`. "Joe's Pizza" in NYC and "Joe's Pizza" in Topeka stay distinct unless ownership/menu signals tie them.
- **Canonical items:** `canonical_item_id` links the same item appearing across multiple sources or snapshots — useful for deduplication and price tracking over time.
- **Refresh cadence (in the live API):** tiered. Top chains daily, mid-tier 2–4× per week, high-traffic independents weekly, long-tail independents monthly.
- **Known gaps:** thin coverage of dine-in independents without digital menus, no nutritional data, no promotional pricing modeling, US-only, English-only.

This sample represents a point-in-time snapshot. The live API is refreshed continuously.

---

## 🎯 Use cases

This dataset is designed for:

- **AI/ML training:** fine-tuning LLMs on food/menu language, training cuisine and dietary classifiers, building food-aware vision/multimodal models, grounding RAG over real-world food knowledge
- **Market research:** pricing analysis, menu trend tracking, regional cuisine prevalence, chain operational analysis
- **Product development:** recommendation engines, menu search and discovery, dietary filtering, food delivery platforms
- **Academic research:** food systems analysis, restaurant economics, regional dining patterns
- **Alt-data signal generation:** restaurant inflation, regional pricing dynamics, chain operational shifts

For commercial deployment, real-time data, larger volumes, or the full 44M+ menu item universe, [contact us for an API license](https://souslab.site).

---

## ⚖️ License

This sample is released under **[CC-BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/)** — free for research and non-commercial use with attribution.

**Commercial use of this sample, or of any derivative dataset or model trained on it, requires a commercial license from Any Stack Labs.** This includes:

- Production deployment in a commercial product or service
- Training models for commercial use (including model-as-a-service)
- Reselling, sublicensing, or distributing derivatives
- Embedding in commercial datasets or research products

For commercial licensing, contact [hello@souslab.site](mailto:hello@souslab.site) or visit [souslab.site](https://souslab.site).

### Attribution

When using this sample in research or other CC-BY-NC contexts, please attribute as:

> *"Data sourced from the Souslab US Restaurant Menus dataset by Any Stack Labs (souslab.site)."*

---

## 📚 Citation

```bibtex
@dataset{souslab_us_restaurant_menus_2026,
  title     = {Souslab US Restaurant Menus (Sample)},
  author    = {{Any Stack Labs}},
  year      = {2026},
  publisher = {Hugging Face},
  url       = {https://huggingface.co/datasets/AnyStackLabsdev/souslab-us-restaurant-menus},
  note      = {Sample of the full Souslab dataset; full dataset available via API at souslab.site}
}
```

---

## 🔗 Related

- **Full dataset & API:** [souslab.site](https://souslab.site)
- **API documentation:** [souslab.site/docs](https://souslab.site/docs)
- **Methodology:** [souslab.site/methodology](https://souslab.site/methodology)
- **Any Stack Labs:** [huggingface.co/AnyStackLabsdev](https://huggingface.co/AnyStackLabsdev)

---

## 📬 Contact

- **Commercial licensing & API access:** [hello@souslab.site](mailto:hello@souslab.site)
- **Questions about this sample:** open a discussion on this dataset page
- **Data errors or corrections:** [souslab.site/corrections](https://souslab.site)
- **Restaurant takedown requests:** [souslab.site/takedown](https://souslab.site)

---

## 📝 Changelog

- **v1.0 — 2026-05-29** — Initial public release. ~4,600 restaurants, ~10,000 menu items.

---

*Souslab is built by [Any Stack Labs](https://huggingface.co/AnyStackLabsdev).*