Shopping
Amazon France logo

Amazon France API

amazon.fr

Amazon France - product search, categories, details, and reviews.

Actions
6
Category
Shopping
Login
Not required
Output
JSON

Call the Amazon France API

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

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_fr_product_detail_page_books",
    "params": {
      "asin": "B0GYLQ59Z8"
    }
  }'

6 actions on amazon.fr

Read

  • Book Details

    act_amazon_fr_product_detail_page_booksread1 credit / call

    Returns a book's title, author, price, format, and rating.

    asin
    string · required
  • Category Browse Page

    act_amazon_fr_category_browse_pageread1 credit / call

    Returns a category page with subcategories and featured products.

    browse_node_id
    string · required
  • Department Navigation Menu

    act_amazon_fr_department_navigation_menuread1 credit / call

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

  • Product Details

    act_amazon_fr_product_detail_pageread1 credit / call

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

    asin
    string · required
  • Product Search Listing

    act_amazon_fr_product_listing_searchread2 credits / call

    Returns search results with product titles, prices, ratings, and links.

    category_index
    string · required
    browse_node_id
    string · required
    sort
    string

Write

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

  • Related Products Carousel

    act_amazon_fr_related_products_carouselwrite2 credits / call

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

Amazon France API questions

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