App Logo
thefork.com

Search restaurants near a coordinate

Search TheFork restaurants near a lat/lng, one page (site paginates 25/page). Returns pagination (totalCount/totalPage/hasNext) and per-restaurant: name, address, coords, distanceM from the input point, theforkRating (/10) plus reviews, avgPriceEur, priceRangeLevel, cuisine, promoPct (max %% discount in deals) and raw deals, url. Results come back in the site's default quality order, not by distance, so filter by distanceM caller-side and loop `page` to totalPage.

Input

latitude required

Latitude of the search center (e.g. 48.8682613).

longitude required

Longitude of the search center (e.g. 2.3443572).

page optional

1-based result page; site returns 25/page. Loop 1..totalPage to get all.

Default: 1

Output

page optional
count optional
hasNext optional
totalPage optional
totalCount optional
restaurants optional

FAQ

Search TheFork restaurants near a lat/lng, one page (site paginates 25/page). Returns pagination (totalCount/totalPage/hasNext) and per-restaurant: name, address, coords, distanceM from the input point, theforkRating (/10) plus reviews, avgPriceEur, priceRangeLevel, cuisine, promoPct (max %% discount in deals) and raw deals, url. Results come back in the site's default quality order, not by distance, so filter by distanceM caller-side and loop `page` to totalPage.
Required: latitude, longitude. Optional: page.
It returns page, count, hasNext, totalPage, totalCount, restaurants.
No. It only uses pages of thefork.com that are reachable without signing in.
Unknown: its author has not declared whether it changes anything on thefork.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/thefork.com/search_nearby, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/thefork.com/search_nearby
It is part of Reduck's official curated catalogue.

Start building not clicking