Crumbl Cookies API
crumblcookies.com
Crumbl Cookies - weekly menu, store details, and pickup availability.
- Actions
- 3
- Category
- Food Dining
- Login
- Not required
- Output
- JSON
Call the Crumbl Cookies API
Submit a task, then poll the job until it settles. This example runs act_crumblcookies_homepage_weekly_menu_ssr.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_crumblcookies_homepage_weekly_menu_ssr",
"params": {}
}'3 actions on crumblcookies.com
Read
Homepage Weekly Menu
act_crumblcookies_homepage_weekly_menu_ssrread1 credit / callReturns the national weekly cookie menu with names, calories, ratings, and week dates.
Write
Write actions change state on crumblcookies.com and run as the account you connect.
Store Details
act_crumblcookies_store_detail_by_slugwrite2 credits / callFetches a store's profile, address, coordinates, hours, and fulfillment options by slug.
- store_slug
- string · required
Store Pickup Hours
act_crumblcookies_store_pickup_hourswrite2 credits / callFetches pickup time-slot availability for a store on a given date.
- store_id
- string · required
- selected_date
- date · required
- type
- string
Crumbl Cookies API questions
- Is there an API for Crumbl Cookies?
- Crumbl Cookies does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for crumblcookies.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Crumbl Cookies data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when crumblcookies.com changes its markup, Anakin updates the action.
- Do I need a Crumbl Cookies account?
- No. Every Crumbl Cookies action listed here runs anonymously — no account and no credentials required.
- What does the Crumbl Cookies API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Food Dining APIs
101 Cookbooks
Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.
Allmenus
Allmenus - restaurant search by city, menus with dish prices, and cuisine filters.
Allrecipes
Allrecipes - recipe search by keyword or ingredient, categories, and recipe details.
Ambitiouskitchen
Recipe site - categories, recipe details, ingredients, steps, and ratings.
Applebee's
Applebee's - menu, item prices, locations, and nutrition info.
Arbys
Arby's quick-service chain - menu categories, prices, nutrition facts, and store locations.