Discover/kia.ca API
live

kia.ca APIwww.kia.ca

Access current Kia Canada vehicle deals, financing rates, MSRP pricing, EV incentives, and trim specs for all Canadian provinces via the kia.ca API.

Endpoints
2
Updated
3mo ago
Try it
Canadian province code. Valid: AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT
api.parse.bot/scraper/e7c7f2d5-ecd8-4e53-b1c3-9fd88f3c25af/<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/e7c7f2d5-ecd8-4e53-b1c3-9fd88f3c25af/get_offers?province=ON' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Get all current vehicle offers and deals from Kia Canada for a specific province. Returns all available models with MSRP, financing info, bonus/incentive details, image URLs, and build-and-price links.

Input
ParamTypeDescription
provincestringCanadian province code. Valid: AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT
Response
{
  "type": "object",
  "fields": {
    "offers": "array of offer objects with model_name, model_year, trim, financing, trims (with MSRP/pricing), vehicle_image, vehicle_url, build_and_price_url",
    "province": "string — the province code used for the request",
    "total_offers": "integer — number of offers returned"
  },
  "sample": {
    "data": {
      "offers": [
        {
          "trim": "LX FWD",
          "trims": [
            {
              "msrp": 32295,
              "admin_fee": 699,
              "body_type": "Mid SUV",
              "image_url": "https://www.kia.ca/content/dam/marketing/content/vehicles/jellybeans/angle/2026/sportage/lx-fwd-awd/Fusion-Black.jpg",
              "trim_code": "SP751T",
              "trim_name": "LX FWD",
              "total_msrp": 34445,
              "is_ev_hybrid": false,
              "ev_federal_rebate": 0,
              "build_and_price_url": "https://www.kia.ca/en/shopping-tools/build-and-price?year=2026&model=Sportage&currentVehicleTrimCode=SP751T&step=2&isDeliveryAndDestination=true",
              "ev_provincial_rebate": 0,
              "delivery_and_destination": 2150
            }
          ],
          "province": "ON",
          "template": "generic-offer",
          "financing": {
            "apr_rate": 0.99,
            "term_months": 60
          },
          "trim_code": "SP751T",
          "bonus_type": null,
          "model_name": "Sportage",
          "model_year": "2026",
          "vehicle_url": "https://www.kia.ca/en/vehicles/sportage",
          "bonus_amount": null,
          "bonus_type_2": null,
          "offer_details": "includes 1% loyalty rate reduction for eligible customers",
          "vehicle_image": "https://www.kia.ca/content/dam/marketing/content/vehicles/jellybeans/angle/2026/sportage/lx-fwd-awd/Fusion-Black.jpg",
          "bonus_amount_2": null,
          "offer_description": "Finance rates as low as 0.99% for up to 60 month",
          "build_and_price_url": "https://www.kia.ca/en/shopping-tools/build-and-price?year=2026&model=Sportage&currentVehicleTrimCode=SP751T&step=2&isDeliveryAndDestination=true"
        }
      ],
      "province": "ON",
      "total_offers": 9
    },
    "status": "success"
  }
}

About the kia.ca API

The Kia Canada API exposes current vehicle offers and detailed trim specifications from kia.ca across all 13 Canadian provinces and territories through 2 endpoints. The get_offers endpoint returns a full list of active models with MSRP, financing terms, bonus incentives, vehicle images, and build-and-price URLs for a given province, while get_offer_details adds engine specs, dimensions, and available colours at the individual model level.

Offer Coverage by Province

The get_offers endpoint accepts a single optional province parameter — any of the 13 Canadian province/territory codes from AB to YT — and returns an array of offer objects. Each object includes model_name, model_year, trim, a trims array with per-trim MSRP and pricing breakdowns, financing data (APR and term), vehicle_image URLs, vehicle_url for the model overview page, and a build_and_price_url. The total_offers integer tells you how many active deals exist for that market at the time of the call.

Detailed Trim and Spec Data

The get_offer_details endpoint takes a required model string (e.g., 'EV9', 'Sportage', 'Sorento PHEV') and the same optional province code. It returns a trims array where each entry includes extended specs: engine, dimensions, other_details, and available_colours. The response also carries the featured trim and trim_code, financing object or null, and links including build_and_price_url. If the model name does not match any current offer, the endpoint returns a stale_input signal rather than an empty result.

EV and PHEV Incentive Data

Financing and bonus/incentive fields are populated where Kia Canada publishes them, which means EV and PHEV models (Niro EV, EV6, EV9, Sorento PHEV) often carry additional incentive detail in the financing and trim-level pricing fields. Because offers differ by province — especially for EV rebates — passing the correct province code is important for accurate data.

Freshness and Scope

Data reflects the offers currently listed on kia.ca/offers. Kia Canada updates promotions on a monthly cycle, so the content is current but point-in-time. The API covers new-vehicle retail offers only; it does not include dealer inventory, used vehicles, or fleet/commercial programs.

Common use cases
  • Build a Kia Canada deal-tracker that alerts users when APR rates or MSRP drop for a specific model in their province.
  • Populate a side-by-side trim comparison table using get_offer_details engine and dimension fields for models like Sportage and Seltos.
  • Aggregate EV incentive data across provinces for Niro EV and EV9 to help buyers identify the best-value region.
  • Feed build-and-price URLs into a car-shopping app so users can jump directly from a deal listing to the Kia configurator.
  • Monitor monthly offer cycles by storing total_offers and financing terms from get_offers to surface promotional patterns.
  • Display available trim colours and specs in a dealership lead-generation form using the available_colours field from get_offer_details.
  • Compare financing term lengths and APR rates across all current Kia models for a given province using a single get_offers call.
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 Kia Canada provide an official public developer API for offer data?+
Kia Canada does not publish a public developer API or documented data feed for its offers, pricing, or incentive programs. This API is the structured alternative.
What does `get_offer_details` return that `get_offers` does not?+
get_offer_details returns extended per-trim specs inside the trims array: engine, dimensions, other_details, and available_colours. The get_offers endpoint returns a leaner object useful for listing all active deals, while get_offer_details is the right call when you need full spec sheets for a single model.
What happens if I pass an unrecognized model name to `get_offer_details`?+
The endpoint returns a stale_input signal when the model string does not match any model currently in the active offers list. This means the model name must reflect a currently promoted vehicle — for example 'EV9' or 'Carnival' — not a past or regional-only model.
Does the API cover dealer inventory or used Kia vehicles?+
No. The API covers new-vehicle retail offers published on kia.ca/offers, including MSRP, financing terms, and trim specs. Dealer inventory listings, used vehicles, and certified pre-owned programs are not included. You can fork this API on Parse and revise it to add an endpoint targeting dealer inventory data if that source becomes accessible.
Are commercial, fleet, or lease-specific offers included?+
The API surfaces the retail financing and promotional offers shown on kia.ca/offers. Fleet programs, commercial pricing, and any offers gated behind dealer login are not part of the current response fields. You can fork this API on Parse and revise it to add an endpoint if those offer types are published in a reachable format.
Page content last updated . Spec covers 2 endpoints from www.kia.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.