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,
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 →
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.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
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.
carjam.co.nz API
Look up detailed New Zealand vehicle information by license plate, VIN, or chassis number to instantly access registration status, WOF/COF compliance, service history, odometer readings, and damage records. Verify if a vehicle is stolen and get comprehensive specs to make informed decisions before purchasing or for fleet management.