Shopping
Amazon Italy logo

Amazon Italy API

amazon.it

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

Actions
8
Category
Shopping
Login
Not required
Output
JSON

Call the Amazon Italy API

Submit a task, then poll the job until it settles. This example runs act_amazon_it_category_browse_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_it_category_browse_ssr",
    "params": {
      "category_node_id": "451122031"
    }
  }'

8 actions on amazon.it

Read

  • Category Browse Page

    act_amazon_it_category_browse_ssrread2 credits / call

    Returns a category's products, filters, and subcategory links.

    category_node_id
    string · required
    ref_tag
    string
  • Category Search Listing

    act_amazon_it_category_search_listing_ssrread2 credits / call

    Returns paginated category products with titles, prices, and ratings.

    page
    string · required
    ref
    string
    rh
    string · required
    sort
    string · required
    srs
    string · required
  • Homepage Gateway

    act_amazon_it_homepage_gateway_ssrread3 credits / call

    Returns homepage featured products with titles, images, and links.

  • Menu Departments

    act_amazon_it_hamburger_menu_departmentsread2 credits / call

    Returns a department's subcategory links and titles.

    department_tree
    string · required
    language
    string
  • Navigation Menu

    act_amazon_it_hamburger_menu_first_layerread2 credits / call

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

    language
    string
  • Product Details

    act_amazon_it_product_detail_ssrread2 credits / call

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

    asin
    string · required
    product_slug
    string · required
    ref_tag
    string

Write

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

  • Product Recommendations

    act_amazon_it_product_recommendations_lazywrite2 credits / call

    Returns related and similar products with titles, prices, and ratings.

  • Search Listing Pagination

    act_amazon_it_search_listing_streamwrite2 credits / call

    Returns additional paginated search results with titles, prices, and ratings.

    page
    string · required
    ref
    string
    rh
    string · required
    sort
    string · required
    srs
    string · required
    stream_body
    string · required

Amazon Italy API questions

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