样品
一家虚构的餐馆,一条真实的流水线。
Marigold Kitchen 并不存在。下面所有东西——首页、事实页、JSON、纯文本——都由同一份记录生成,和我们给客户做的方式一样。改记录,四处同时变。
首页,人看到的样子
事实页
- 确认状态
- Confirmed by the restaurant on 2026-10-02
- 公开信息
- Marigold Kitchen · Indian · 12 Elm Street, Somerville, MA 02143 · (617) 555-0142
- 周五时间
- 5 PM – 10:30 PM (America/New_York)
- 厨房最后点单
- 10 PM
- 菜单
-
- Chana masala: $14; vegan
- Butter chicken: $18; contains meat
- Garlic naan: $4; vegetarian
- 订位
- Reservations by phone. Call ahead for parties of 6 or more. Online ordering: no.
- 来源
- Confirmed by the owner by phone. Fictional sample. Data updated 2026-10-02.
restaurant.json
{
"schema_version": "1.0",
"record_type": "restaurant_facts",
"fictional_sample": true,
"name": "Marigold Kitchen",
"cuisine": "Indian",
"merchant_verified_at": "2026-10-02",
"hours": {
"timezone": "America/New_York",
"friday": {
"opens": "17:00",
"closes": "22:30",
"closes_next_day": false
},
"kitchen_last_order": "22:00"
},
"menu": [
{
"id": "chana-masala",
"name": "Chana masala",
"description": "Chickpeas simmered with tomato, ginger and toasted spices.",
"current_price_usd": 14,
"vegetarian": true,
"vegan": true,
"contains": []
},
{
"id": "butter-chicken",
"name": "Butter chicken",
"description": "Tandoori chicken in a mild tomato-cream sauce.",
"current_price_usd": 18,
"vegetarian": false,
"vegan": false,
"contains": [
"dairy"
]
},
{
"id": "garlic-naan",
"name": "Garlic naan",
"description": "Baked to order in the tandoor.",
"current_price_usd": 4,
"vegetarian": true,
"vegan": false,
"contains": [
"gluten",
"dairy"
]
}
],
"reservations": {
"policy": "phone",
"note": "Call ahead for parties of 6 or more.",
"url": null
},
"ordering": {
"online": false,
"url": null
},
"address": {
"street": "12 Elm Street",
"locality": "Somerville",
"region": "MA",
"postal_code": "02143",
"country": "US"
},
"phone": {
"e164": "+16175550142",
"display": "(617) 555-0142"
},
"data_updated_on": "2026-10-02",
"source": {
"kind": "owner_confirmation",
"note": "Confirmed by the owner by phone. Fictional sample."
}
} 打开 restaurant.json facts.txt
Marigold Kitchen — restaurant facts (fictional sample)
Confirmed by the restaurant on 2026-10-02.
LISTED DETAILS
Name: Marigold Kitchen
Cuisine: Indian
Address: 12 Elm Street, Somerville, MA 02143, US
Phone: (617) 555-0142 (+16175550142)
FRIDAY HOURS
5 PM – 10:30 PM (America/New_York)
Kitchen last order: 10 PM
MENU
- Chana masala: $14; vegan
- Butter chicken: $18; contains meat
- Garlic naan: $4; vegetarian
BOOKING
Reservations: by phone. Call ahead for parties of 6 or more.
Online ordering: no
SOURCE
Confirmed by the owner by phone. Fictional sample.
Data updated: 2026-10-02 打开 facts.txt 记录是英文的,因为样品餐馆在美国。华人店主照样可以用中文和我们沟通;发布出去的记录用他们顾客读的语言。