OpenTable Canada API
opentable.ca
OpenTable Canada - restaurant search, availability, reservation slots, and details.
- Actions
- 3
- Category
- Food Dining
- Login
- Not required
- Output
- JSON
Call the OpenTable Canada API
Submit a task, then poll the job until it settles. This example runs act_opentable_ca_homepage_restaurant_modules.
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_opentable_ca_homepage_restaurant_modules",
"params": {
"requested_date": "2026-05-30",
"requested_time": "14:00",
"party_size": 2
}
}'3 actions on opentable.ca
Write
Write actions change state on opentable.ca and run as the account you connect.
Homepage Restaurant Modules
act_opentable_ca_homepage_restaurant_moduleswrite2 credits / callReturns curated homepage restaurant lists for a metro with ratings and cuisine.
- requested_date
- date · required
- requested_time
- string · required
- party_size
- integer · required
- latitude
- number
- longitude
- number
- metro_id
- integer
Restaurant Search
act_opentable_ca_restaurant_search_listingwrite2 credits / callReturns restaurants by location, date, and party size with names, ratings, and prices.
- latitude
- number · required
- longitude
- number · required
- metro_id
- integer · required
- date
- date · required
- time
- string · required
- party_size
- integer · required
- original_term
- string
- cuisine_filter
- string
Search Autocomplete
act_opentable_ca_search_autocompletewrite2 credits / callReturns location and restaurant suggestions for a search term with coordinates.
- term
- string · required
- latitude
- number · required
- longitude
- number · required
OpenTable Canada API questions
- Is there an API for OpenTable Canada?
- OpenTable Canada does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for opentable.ca. 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 OpenTable Canada 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 opentable.ca changes its markup, Anakin updates the action.
- Do I need a OpenTable Canada account?
- No. Every OpenTable Canada action listed here runs anonymously — no account and no credentials required.
- What does the OpenTable Canada 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
101 Cookbooks
Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.
Allmenus
Allmenus - restaurant search by city, menus with dish prices, and cuisine filters.
Allrecipes
Allrecipes - recipe search by keyword or ingredient, categories, and recipe details.
Ambitiouskitchen
Recipe site - categories, recipe details, ingredients, steps, and ratings.
Applebee's
Applebee's - menu, item prices, locations, and nutrition info.
Arbys
Arby's quick-service chain - menu categories, prices, nutrition facts, and store locations.