APIHub
Back to Explore

Axesso Api

The Axesso API offers endpoints to retrieve Amazon product information, obtain buy recommendations for a specific product, perform keyword‑based Amazon searches with configurable sorting and result limits, and list the available sort options for those searches.

Shopping
none
No HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1171ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/amz/amazon-lookup-buy-recommendations

request buy recommendations to a given product

  • url (query, required) — The url of the requested product.
GET

/amz/amazon-lookup-product

lookup product information

  • url (query, required) — The url of the requested product.
  • size (query, limit) — Size parameter if available.
GET

/amz/amazon-search-by-keyword

fetch results auf a keyword search on Amazon

  • keyword (query, required) — keyword to search
  • domainCode (query, required) — domain for the search
  • sortBy (query) — sort option
  • numberOfProducts (query) — number of the results (max 20)
GET

/amz/sort-options

request available sort options to use in keyword search

4 endpoints auto-detected

curl -X GET \
  "http://api.axesso.de/amz/amazon-lookup-buy-recommendations"

api.axesso.de · HTTPS only