justeat_search
Search Just Eat restaurants by UK postcode to get the full area listing with ratings, delivery times, and open status. Returns clean JSON for any postcode, including empty lists for no coverage.
Instructions
Search Just Eat restaurants near a UK postcode. Returns Just Eat's full restaurant listing for a UK postcode -- every restaurant the site's own area page carries, ordered as Just Eat's default "best match" sort presents them (or by sort_by, if set), not a curated subset. Each restaurant carries its unique_name (the value the restaurant and menu endpoints take), name, image, rating, delivery time window, and open-now status. A postcode with no coverage returns an empty list rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Restaurants to return, clamped to 100 (default 20) | |
| filter | No | Repeatable. Just Eat's own area-page filter slugs (e.g. open_now, or a cuisine tile's slug), passed through as-is and OR'd together. Also reaches non-restaurant categories -- groceries, alcohol, pharmacy, electronics, and more -- via the same mechanism, e.g. filter=groceries. See the endpoint markdown for the confirmed slug list. An unrecognized slug narrows to a smaller or empty result rather than erroring. | |
| sort_by | No | Result order, matching the area page's own Sort by control. Default best_match. | |
| postcode | Yes | UK postcode to search near |