Restaurant search, availability, reservation slots, and details.
Homepage Restaurant Modules
ASYNCWRITENo auth
Returns curated homepage restaurant lists for a metro with ratings and cuisine.
ParametersFormJSON
Reservation date for homepage module recommendations in YYYY-MM-DD format
Reservation time for homepage module recommendations in HH:MM format
Number of diners for the requested reservation
Search center latitude for metro-scoped homepage modules
Search center longitude for metro-scoped homepage modules
OpenTable metro ID for the target city or neighborhood
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_opentable_ca_homepage_restaurant_modules", "params": { "requested_date": "2026-05-30", "requested_time": "14:00", "party_size": "2", "latitude": 43.6448805, "longitude": -79.398736, "metro_id": "74" } }'