Food Dining
Deliveroo UK logo

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 / call

    Returns homepage promotional cards with titles, images, and descriptions.

  • Restaurant Listing

    act_deliveroo_co_uk_restaurant_listing_ssrread2 credits / call

    Returns 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 / call

    Returns 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 / call

    Returns 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

All Food Dining sites