Shopping
Amazon Mexico logo

Amazon Mexico API

amazon.com.mx

Amazon Mexico - products, categories, pricing, variants, and related items.

Actions
6
Category
Shopping
Login
Not required
Output
JSON

Call the Amazon Mexico API

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

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_mx_category_listing_ssr",
    "params": {
      "category_id": "9482558011"
    }
  }'

6 actions on amazon.com.mx

Read

  • Category Listing

    act_amazon_mx_category_listing_ssrread1 credit / call

    Returns products in a category with titles, prices, images, and links.

    category_id
    string · required
  • Homepage Gateway

    act_amazon_mx_homepage_ssrread1 credit / call

    Returns homepage content including navigation and featured category tiles.

  • Navigation Menu

    act_amazon_mx_hamburger_menu_first_layerread1 credit / call

    Returns the top-level navigation menu with category tree and sections.

  • Product Details

    act_amazon_mx_product_detail_ssrread1 credit / call

    Returns product details for an ASIN: title, price, images, rating, and availability.

    asin
    string · required
    category_id
    string
  • Product Variant Pricing

    act_amazon_mx_product_variant_pricingread2 credits / call

    Returns per-variant prices, list prices, and availability for a product's variants.

    asin
    string · required
    parent_asin
    string · required
    asin_list
    string · required
    product_type_definition
    string
    product_group_id
    string

Write

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

  • Related Products Showcase

    act_amazon_mx_related_products_showcasewrite2 credits / call

    Returns related products for an ASIN with titles, links, and images.

    asin
    string · required
    stamp
    string · required
    showcase_id
    string

Amazon Mexico API questions

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