Discover/toyota.ca API
live

toyota.ca APIwww.toyota.ca

Access current Toyota Canada vehicle deals by province. Get lease rates, finance APR, monthly payments, cash incentives, and EVAP rebate eligibility via one endpoint.

Endpoints
1
Updated
3mo ago
Try it
Canadian province code to filter offers. Accepted values: ON, BC, AB, QC, MB, SK, NS, NB, PE, NL, NT, NU, YT.
api.parse.bot/scraper/fc160b05-45a8-4d6f-95c8-d450dd01ea11/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/fc160b05-45a8-4d6f-95c8-d450dd01ea11/get_vehicle_deals?province=ON' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Get all current vehicle deals and promotions for a specific Canadian province. Returns detailed offer information including lease rates, finance APR, monthly payments, terms, down payments, cash incentives, and EVAP rebate eligibility.

Input
ParamTypeDescription
provincestringCanadian province code to filter offers. Accepted values: ON, BC, AB, QC, MB, SK, NS, NB, PE, NL, NT, NU, YT.
Response
{
  "type": "object",
  "fields": {
    "deals": "array of deal objects containing model info, pricing, and province-specific offers",
    "province": "string - province code used for filtering",
    "total_deals": "integer - number of vehicle deals found"
  },
  "sample": {
    "data": {
      "deals": [
        {
          "msrp": null,
          "model": "Prius Plug-in Hybrid SE",
          "offers": [
            {
              "apr": 4.49,
              "price": 38730,
              "provinces": [
                "AB",
                "BC",
                "NB"
              ],
              "dealer_fees": 999,
              "offer_title": "Lease Offer",
              "term_months": 36,
              "down_payment": 0,
              "km_allowance": 72000,
              "offer_message": "Lease from 4.49%",
              "disclaimer_text": "Limited time lease offer...",
              "monthly_payment": 596.41,
              "excess_km_charge": 0.1,
              "total_obligation": 21470.76,
              "delivery_destination_charge": 1860
            }
          ],
          "series": "Prius Plug-in Hybrid",
          "province": "ON",
          "card_label": "Plug-in Hybrid 2026 Prius Plug-in Hybrid SE",
          "model_year": "2026",
          "powertrain": "Plug-in Hybrid",
          "explorer_url": "https://www.toyota.ca/en/vehicles/prius-plug-in-hybrid/overview/",
          "vehicle_image": "https://toyotacanada.scene7.com/is/image/toyotacanada/b26_acaauc_fl1_01l0_a?fmt=png-alpha",
          "vehicle_types": [
            "Electrified",
            "Cars"
          ],
          "featured_payment": {
            "type": "Lease",
            "amount": 575.71
          },
          "build_and_price_url": "https://www.toyota.ca/en/build-price/prius-plug-in-hybrid/?year=2026&model=ACAAUC&package=A",
          "limited_availability": null,
          "vehicle_from_pricing": null
        }
      ],
      "province": "ON",
      "total_deals": 10
    },
    "status": "success"
  }
}

About the toyota.ca API

The Toyota Canada Deals API exposes current vehicle promotions from toyota.ca through a single endpoint, get_vehicle_deals, returning up to dozens of deal objects per province with 13 supported province codes. Each response includes lease terms, finance APR, monthly payment amounts, down payments, cash incentives, and EVAP rebate eligibility flags — all filtered to the Canadian province you specify.

What the API Returns

The get_vehicle_deals endpoint returns an array of deal objects covering Toyota Canada's current promotional offers. Each object contains model-level information alongside province-specific pricing: lease monthly payments and terms, finance APR and term length, cash purchase incentives, required down payments, and whether the vehicle qualifies for Canada's EVAP (electric vehicle) rebate program. The response also surfaces total_deals as an integer, giving you a quick count of active promotions without iterating the array.

Province Filtering

The single input parameter province accepts standard two-letter Canadian province and territory codes: ON, BC, AB, QC, MB, SK, NS, NB, PE, NL, NT, NU, and YT. Toyota Canada prices and structures offers differently by province — particularly for Quebec, which has distinct tax treatment and occasionally separate incentive stacks — so specifying the correct province code is important for accurate figures. If the parameter is omitted, the API falls back to a default province.

Response Shape and Coverage

Each deal object within the deals array carries the model name and trim alongside all active offer types simultaneously — a single model may carry both a lease offer and a finance offer within the same object. Cash purchase incentives and EVAP rebate flags appear as discrete fields, making it straightforward to filter for EV-eligible deals or purely cash-back promotions. The province field in the response echoes back the code used so downstream logic can confirm which market the data reflects.

Common use cases
  • Aggregate and compare Toyota Canada lease rates across all provinces for a side-by-side monthly payment table
  • Filter deals by EVAP rebate eligibility to surface EV and hybrid incentive stacks for a Canadian EV buyer's guide
  • Track changes in finance APR offers month-over-month to identify when Toyota Canada adjusts promotional rates
  • Build a province-specific deal alert system that notifies users when cash incentives exceed a threshold
  • Populate a dealership CRM with current national Toyota Canada promotional offers by region
  • Compare lease terms and down payment requirements across models to calculate total cost of ownership
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Toyota Canada offer an official public developer API for their deals data?+
Toyota Canada does not publish a public developer API for its promotional offers or pricing data. There is no documented endpoint or developer portal available at toyota.ca for accessing deal information programmatically.
What does the `get_vehicle_deals` endpoint return for each deal?+
Each deal object includes the vehicle model and trim, lease monthly payment and term, finance APR and term, required down payment, cash purchase incentive amount, and a flag indicating EVAP rebate eligibility. The response also includes the province code used and a total_deals count.
Are dealer-specific or regional dealer incentives included in the results?+
The API covers Toyota Canada's nationally published provincial offers — the deals listed on toyota.ca's offers page. Dealer-specific bonuses, loyalty rebates, or conquest incentives negotiated at the dealership level are not included. You can fork this API on Parse and revise it to target additional Toyota Canada pages if those offers become publicly listed there.
Does the API cover Toyota Canada inventory listings or vehicle specs?+
Not currently. The API covers promotional deal data — lease rates, finance APR, cash incentives, and EVAP rebate eligibility — rather than inventory availability or detailed vehicle specifications. You can fork it on Parse and revise it to add an endpoint targeting Toyota Canada's inventory or model specification pages.
How current is the deal data, and how often do Toyota Canada offers change?+
Toyota Canada typically updates its promotional offers on a monthly cycle, though mid-month adjustments do occur. The API reflects whatever deals are currently published on the toyota.ca offers page at the time of the request. There is no historical dataset; each call returns the current live offers for the specified province.
Page content last updated . Spec covers 1 endpoint from www.toyota.ca.
Related APIs in AutomotiveSee all →
toyota.com API
Access Toyota's full vehicle lineup, trim-level specifications, current promotional offers, and dealer locations — all from a single API. Compare models side-by-side, retrieve financing and lease deals by ZIP code, and find authorized dealerships near any US address.
kia.ca API
Get current vehicle deals, financing options, and EV incentives directly from Kia Canada, including pricing, images, and build-and-price tools for every Canadian province. Compare offers across all Kia models and access detailed promotion information to find the best deal for your location.
chevrolet.ca API
Find current Chevrolet vehicle deals, financing options, lease rates, and cash credits available in your Canadian region. Browse incentives and program bonuses organized by model to compare the best offers near you.
honda.ca API
Get current Honda Canada vehicle pricing, lease and finance payment options, APR rates, and available incentives across all Canadian provinces to compare deals in real-time. Calculate custom payment scenarios and browse all Honda models with their latest promotional offers directly from Honda Canada's official pricing data.
ford.ca API
Get current Ford vehicle deals, financing rates, lease terms, and cash rebates available in Canada, complete with vehicle images and links to specific models. Compare incentives across Ford's lineup to find the best offers for your next vehicle purchase.
toyota.com.ar API
Access Toyota Argentina's complete vehicle catalog with structured data on models, versions, pricing (including prices with and without national taxes), specifications, and dealership locations by province and city.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.