Sample
A fictional restaurant. A real pipeline.
Marigold Kitchen does not exist. Everything below — the homepage, the facts page, the JSON and the plain text — is generated from one record, the same way we build for a client. Change the record and all four change.
Homepage, as people see it
Marigold Kitchen
Home-style Indian cooking in Somerville.
Hours
Friday 5 PM – 10:30 PM · kitchen last order 10 PM
Menu
Reservations by phone. Call ahead for parties of 6 or more.
Confirmed by the restaurant on 2026-10-02 · Confirmed by the owner by phone. Fictional sample.
Facts page
- Verification
- Confirmed by the restaurant on 2026-10-02
- Listed details
- Marigold Kitchen · Indian · 12 Elm Street, Somerville, MA 02143 · (617) 555-0142
- 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.
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."
}
} Open 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 Open facts.txt The record is in English because the sample restaurant is in the US. A Chinese-speaking owner would still talk to us in Chinese; the published record stays in the language their customers read.