Deliveroo UK API
deliveroo.co.uk
Deliveroo UK delivery - restaurants, listings, and menus with prices.
- Actions
- 4
- Category
- Food Dining
- Login
- Not required
- Output
- JSON
Call the Deliveroo UK API
Submit a task, then poll the job until it settles. This example runs act_deliveroo_co_uk_home_feed.
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_deliveroo_co_uk_home_feed",
"params": {
"geohash": "gcpvn4wz694t",
"city_uname": "london",
"neighborhood_uname": "spitalfields",
"listing_url": "https://deliveroo.co.uk/restaurants/london/spitalfields?collection=burgers&geohash=gcpvn4wz694t"
}
}'4 actions on deliveroo.co.uk
Read
Homepage Content
act_deliveroo_co_uk_homepage_ssrread1 credit / callReturns homepage promotional cards with titles, images, and descriptions.
Restaurant Listing
act_deliveroo_co_uk_restaurant_listing_ssrread2 credits / callReturns restaurants in a category for a location, with ratings and delivery info.
- city_uname
- string · required
- neighborhood_uname
- string · required
- geohash
- string · required
- collection_slug
- string · required
Restaurant Menu
act_deliveroo_co_uk_restaurant_menu_ssrread2 credits / callReturns a restaurant's menu with categories, items, prices, and availability.
- city
- string · required
- neighborhood
- string · required
- restaurant_slug
- string · required
- geohash
- string · required
Write
Write actions change state on deliveroo.co.uk and run as the account you connect.
Home Feed
act_deliveroo_co_uk_home_feedwrite2 credits / callReturns restaurants for a location with ratings, delivery times, and filters.
- geohash
- string · required
- city_uname
- string · required
- neighborhood_uname
- string · required
- listing_url
- string · required
- search_query
- string
- postcode
- string
Deliveroo UK API questions
- Is there an API for Deliveroo UK?
- Deliveroo UK does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for deliveroo.co.uk. 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 Deliveroo UK 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 deliveroo.co.uk changes its markup, Anakin updates the action.
- Do I need a Deliveroo UK account?
- No. Every Deliveroo UK action listed here runs anonymously — no account and no credentials required.
- What does the Deliveroo UK 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.