Shopping
Amazon Canada logo

Amazon Canada API

amazon.ca

Amazon Canada - product search, categories, and product details.

Actions
9
Category
Shopping
Login
Not required
Output
JSON

Call the Amazon Canada API

Submit a task, then poll the job until it settles. This example runs act_amazon_ca_brand_store_page.

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_amazon_ca_brand_store_page",
    "params": {
      "page_id": "04674C15-A54C-495A-BA2E-EB2D02138948",
      "lp_asin": "B0FCY874GC"
    }
  }'

9 actions on amazon.ca

Read

  • Brand Store Page

    act_amazon_ca_brand_store_pageread2 credits / call

    Returns a brand store page with brand name, categories, and featured content.

    page_id
    string · required
    lp_asin
    string · required
  • Brand Store Slot Widget

    act_amazon_ca_brand_store_slot_widgetread2 credits / call

    Returns a brand store widget's tiles and merchandising content.

    page_id
    string · required
    visit_id
    string · required
    lp_asin
    string · required
  • Department Navigation Menu

    act_amazon_ca_department_navigation_menuread1 credit / call

    Returns top-level department menu items with titles, sections, and links.

  • Department Navigation Submenu

    act_amazon_ca_department_navigation_hamburgerread1 credit / call

    Returns a menu section's nested department and subcategory links.

  • Fashion Product Details

    act_amazon_ca_product_detail_pdp_fashionread1 credit / call

    Returns an apparel product's title, price, images, and size and color options.

    asin
    string · required
  • Laptops Category Listing

    act_amazon_ca_category_listing_laptopsread2 credits / call

    Returns laptops in a category with titles, prices, ratings, and ASINs.

    browse_node_id
    string · required
  • Product Details

    act_amazon_ca_product_detail_pdpread1 credit / call

    Returns full product details: title, price, images, specs, and availability.

    asin
    string · required
  • Product Variant Pricing

    act_amazon_ca_product_variant_twisterread2 credits / call

    Returns per-variant SKUs, prices, and availability for a product's options.

    asin
    string · required
    asin_list
    string · required

Write

Write actions change state on amazon.ca and run as the account you connect.

  • Lazy Loaded Recommendations

    act_amazon_ca_lazy_loaded_recommendationswrite2 credits / call

    Returns recommended and sponsored products with titles, prices, and ratings.

    lazy_load_payload
    object · required

Amazon Canada API questions

Is there an API for Amazon Canada?
Amazon Canada does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for amazon.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 Amazon 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 amazon.ca changes its markup, Anakin updates the action.
Do I need a Amazon Canada account?
No. Every Amazon Canada action listed here runs anonymously — no account and no credentials required.
What does the Amazon 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 Shopping APIs

All Shopping sites