Endpoint Playground
Test Crawlora's Dunkin Menu 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/dunkin/menu" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"name": "Dunkin' Menu",
"item_count": 73,
"sections": [
{
"name": "Iced Drinks",
"description": "Crisp. Cold. Delicious. Ask to try your favorite beverages served over ice.",
"items": [
{
"id": "5404831120",
"name": "Original Blend Iced Coffee",
"description": "Freshly brewed and full of flavor, our Iced Coffee is the perfect pick-me-up any time of day or night, giving you the boost you need to keep on running.",
"photo_url": "http://a.mktgcdn.com/p/_eVZj_m43aeeVjh__EXs_l-QZ470m_DP0rOMgptQOCw/374x374.png"
}
]
}
],
"source_url": "https://cdn.yextapis.com/v2/accounts/me/menus/1167742?api_key=...&v=20220101",
"fetched_at": "2026-09-04T19:30: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 Dunkin's national menu: item names, descriptions and photos grouped into categories (Iced Drinks, Hot Drinks, Frozen Drinks, Sandwiches & Wraps, Savory Bites, Donuts & Bakery, Snacks and Sides). Dunkin publishes one shared menu across every US store, so this takes no store parameter. Does not carry prices or nutrition -- pricing varies by market/franchisee and isn't part of this content.
{
"code": 200,
"msg": "OK",
"data": {
"name": "Dunkin' Menu",
"item_count": 73,
"sections": [
{
"name": "Iced Drinks",
"description": "Crisp. Cold. Delicious. Ask to try your favorite beverages served over ice.",
"items": [
{
"id": "5404831120",
"name": "Original Blend Iced Coffee",
"description": "Freshly brewed and full of flavor, our Iced Coffee is the perfect pick-me-up any time of day or night, giving you the boost you need to keep on running.",
"photo_url": "http://a.mktgcdn.com/p/_eVZj_m43aeeVjh__EXs_l-QZ470m_DP0rOMgptQOCw/374x374.png"
}
]
}
],
"source_url": "https://cdn.yextapis.com/v2/accounts/me/menus/1167742?api_key=...&v=20220101",
"fetched_at": "2026-09-04T19:30:00Z"
}
}curl "https://api.crawlora.net/api/v1/dunkin/menu" \
-H "x-api-key: $CRAWLORA_API_KEY"