ConsoleCatalog
Sign in
Amazon France logo

Amazon France

amazon.frShoppingno auth

Product search, categories, details, and reviews.

Book Details

ASYNCREADNo auth

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

ParametersFormJSON

ASIN for the book product detail page

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'