Shopping
Amazon UAE logo

Amazon UAE API

amazon.ae

Amazon UAE - product listings, categories, details, pricing, and reviews.

Actions
6
Category
Shopping
Login
Not required
Output
JSON

Call the Amazon UAE API

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

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_ae_category_navigation_menu",
    "params": {}
  }'

6 actions on amazon.ae

Read

  • Category Navigation Menu

    act_amazon_ae_category_navigation_menuread1 credit / call

    Returns top-level navigation menu categories with titles, sections, and links.

  • Category Submenu Content

    act_amazon_ae_category_submenu_contentread2 credits / call

    Returns a category branch's subcategories with titles and links.

    second_layer_tree_name
    string · required
  • Mobiles Category Listing

    act_amazon_ae_category_listing_mobilesread1 credit / call

    Returns mobile phone products in a category with titles, prices, and ASINs.

    browse_node_id
    string · required
  • Product Details

    act_amazon_ae_product_detail_ssrread1 credit / call

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

    asin
    string · required
  • Product Variant Pricing

    act_amazon_ae_product_variant_pricingread2 credits / call

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

    asin
    string · required
    asin_list
    string · required
    parent_asin
    string

Write

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

  • Related Products Carousel

    act_amazon_ae_related_products_carouselwrite2 credits / call

    Returns recommended related products with titles, prices, ratings, and images.

Amazon UAE API questions

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