Endpoint Playground
Test Crawlora's Five Guys Store API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/fiveguys/store" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| path | string | No | The restaurant's locator slug, e.g. \ | |
| id | string | No | The restaurant's entity id, e.g. \ |
{
"code": 200,
"msg": "OK",
"data": {
"location": {
"id": "4060",
"name": "Five Guys",
"geomodifier": "Medical District",
"address": {
"line1": "703 S. Seely Ave.",
"city": "Chicago",
"region": "IL",
"postal_code": "60612",
"country": "US"
},
"latitude": 41.8690698,
"longitude": -87.6770724,
"phone": "+13122431070",
"hours": {
"monday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"tuesday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"wednesday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"thursday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"friday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"saturday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"sunday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
}
},
"delivery_hours": {
"monday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"tuesday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"wednesday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"thursday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"friday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"saturday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"sunday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
}
},
"timezone": "America/Chicago",
"services": [
"Takeout",
"Dine In",
"Delivery",
"Curbside",
"Breakfast",
"Outside Seating",
"Pick Up Window",
"Mobile Ordering"
],
"website_url": "https://restaurants.fiveguys.com/703-s-seely-ave",
"path": "703-s-seely-ave",
"google_place_id": "ChIJqRe0mlUtDogRxdQlapFbEmw"
},
"description": "Your nearby Five Guys at 703 S. Seely Ave. in Chicago is ready to offer you a classic take on burgers, hot dogs, fries, milkshakes and more!",
"photos": [
{
"url": "https://a.mktgcdn.com/p/example/1200x800.jpg",
"description": "A close-up view of regular order of Five Guys fries.",
"width": 1200,
"height": 800
}
],
"breadcrumbs": [
{
"name": "Directory"
},
{
"name": "Illinois",
"path": "il"
},
{
"name": "Chicago",
"path": "il/chicago"
}
],
"profile": {
"google_attributes": {
"has_takeout": [
"true"
],
"has_delivery": [
"true"
]
},
"review_page_url": "https://www.leavefeedback.app/survey/xlbZMB",
"review_invite_url": "https://www.leavefeedback.app/tp/xlbZMB",
"featured_message": "Try our fan-favorite Patty Melt today!",
"google_cid": "7787387385786258629",
"facebook_store_id": "4060",
"routable_latitude": 41.876374,
"routable_longitude": -87.677762,
"payment_options": [
"APPLEPAY",
"CASH",
"VISA"
],
"meals_served": [
"LUNCH",
"DINNER"
],
"services": [
"Dine-In",
"Takeout",
"Delivery"
],
"permanently_closed": false,
"directory_listing_url": "https://location.com/categories/food-and-dining/us/il/chicago/five-guys-4016028199",
"franchisee_group": "FGO",
"facebook_vanity_url": "FiveGuysChicagoIL",
"faq": [
{
"question": "What are the operating hours of Five Guys in the Medical District?",
"answer": "Five Guys is open daily from 11:00 AM to midnight."
}
]
},
"source_url": "https://restaurants.fiveguys.com/703-s-seely-ave",
"fetched_at": "2026-09-05T04:00:00Z"
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns one Five Guys restaurant's full published profile by its locator slug -- address, phone, weekly in-store hours, separate delivery hours, coordinate, Google Place id, restaurant-amenity labels, and order/delivery/menu URLs. Get a path from GET /fiveguys/search or /fiveguys/nearby's `locations[].path`, or from GET /fiveguys/directory's `children[].path` where `is_location` is true. It also returns three detail-only extras that search and nearby results do not carry: `description` (this restaurant's own blurb, templated but genuinely per-location), `photos` (its published gallery images, omitted for the many locations that publish none), and `breadcrumbs` (the directory trail above it, each entry's `path` feeding straight back into GET /fiveguys/directory). Two fields available on search and nearby results are not published on this surface and are omitted here: `price_range` and `pickup_and_delivery_services`. A `profile` block, populated best-effort from a second Yext key, adds further per-restaurant detail no other field in this family carries: `google_attributes` (structured amenity flags, richer than `services`), `review_page_url`/`review_invite_url`, `featured_message`/`featured_message_url`, `google_cid`/`facebook_store_id`, `routable_latitude`/`routable_longitude` (a driving destination, distinct from the display coordinate), `payment_options`, `meals_served`, `services`, `permanently_closed`, `directory_listing_url`, `franchisee_group` (the operator of this specific restaurant -- a corporate code or a franchisee's own company name), `facebook_vanity_url` (this location's own Facebook handle), and `faq` (this restaurant's own generated question set, distinct from the national corpus GET /fiveguys/faq serves). Passing a state or city path returns 404 -- use GET /fiveguys/directory for those.
{
"code": 200,
"msg": "OK",
"data": {
"location": {
"id": "4060",
"name": "Five Guys",
"geomodifier": "Medical District",
"address": {
"line1": "703 S. Seely Ave.",
"city": "Chicago",
"region": "IL",
"postal_code": "60612",
"country": "US"
},
"latitude": 41.8690698,
"longitude": -87.6770724,
"phone": "+13122431070",
"hours": {
"monday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"tuesday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"wednesday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"thursday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"friday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"saturday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
},
"sunday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "00:00"
}
]
}
},
"delivery_hours": {
"monday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"tuesday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"wednesday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"thursday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"friday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"saturday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
},
"sunday": {
"closed": false,
"open_intervals": [
{
"start": "08:00",
"end": "23:45"
}
]
}
},
"timezone": "America/Chicago",
"services": [
"Takeout",
"Dine In",
"Delivery",
"Curbside",
"Breakfast",
"Outside Seating",
"Pick Up Window",
"Mobile Ordering"
],
"website_url": "https://restaurants.fiveguys.com/703-s-seely-ave",
"path": "703-s-seely-ave",
"google_place_id": "ChIJqRe0mlUtDogRxdQlapFbEmw"
},
"description": "Your nearby Five Guys at 703 S. Seely Ave. in Chicago is ready to offer you a classic take on burgers, hot dogs, fries, milkshakes and more!",
"photos": [
{
"url": "https://a.mktgcdn.com/p/example/1200x800.jpg",
"description": "A close-up view of regular order of Five Guys fries.",
"width": 1200,
"height": 800
}
],
"breadcrumbs": [
{
"name": "Directory"
},
{
"name": "Illinois",
"path": "il"
},
{
"name": "Chicago",
"path": "il/chicago"
}
],
"profile": {
"google_attributes": {
"has_takeout": [
"true"
],
"has_delivery": [
"true"
]
},
"review_page_url": "https://www.leavefeedback.app/survey/xlbZMB",
"review_invite_url": "https://www.leavefeedback.app/tp/xlbZMB",
"featured_message": "Try our fan-favorite Patty Melt today!",
"google_cid": "7787387385786258629",
"facebook_store_id": "4060",
"routable_latitude": 41.876374,
"routable_longitude": -87.677762,
"payment_options": [
"APPLEPAY",
"CASH",
"VISA"
],
"meals_served": [
"LUNCH",
"DINNER"
],
"services": [
"Dine-In",
"Takeout",
"Delivery"
],
"permanently_closed": false,
"directory_listing_url": "https://location.com/categories/food-and-dining/us/il/chicago/five-guys-4016028199",
"franchisee_group": "FGO",
"facebook_vanity_url": "FiveGuysChicagoIL",
"faq": [
{
"question": "What are the operating hours of Five Guys in the Medical District?",
"answer": "Five Guys is open daily from 11:00 AM to midnight."
}
]
},
"source_url": "https://restaurants.fiveguys.com/703-s-seely-ave",
"fetched_at": "2026-09-05T04:00:00Z"
}
}curl "https://api.crawlora.net/api/v1/fiveguys/store" \
-H "x-api-key: $CRAWLORA_API_KEY"