ConsoleCatalog
Sign in
Deliveroo UK logo

Deliveroo UK

deliveroo.co.ukFood Diningno auth

Deliveroo UK delivery - restaurants, listings, and menus with prices.

Home Feed

ASYNCWRITENo auth

Returns restaurants for a location with ratings, delivery times, and filters.

ParametersFormJSON

Geohash for the delivery neighborhood

URL slug for the city (e.g. london)

URL slug for the neighborhood (e.g. spitalfields)

Full listing page URL

Optional search/filter query term for the home feed

Optional postcode for the location input block

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'