Marketplace: amazon.de (cross-border)

Amazon Product API for Austria

Search amazon.de (cross-border) for products, prices, and reviews in Austria. One API, structured JSON, free tier included.

How to Search Amazon Austria

Set platform to "amazon" and marketplace to "AT". Scavio routes the request to amazon.de (cross-border) and returns results in German (and English where available) with prices in the local currency.

Python Example

Python
import requests

response = requests.post(
    "https://api.scavio.dev/api/v1/search",
    headers={
        "x-api-key": "your_scavio_api_key",
        "Content-Type": "application/json",
    },
    json={
        "platform": "amazon",
        "query": "electronics",
        "marketplace": "AT",
    },
)

data = response.json()
for product in data.get("products", [])[:5]:
    print(f"{product['title']}")
    print(f"  ${product.get('price', 'N/A')} | {product.get('rating', 'N/A')} stars")
    print(f"  ASIN: {product['asin']}\n")

cURL Example

Bash
curl -X POST "https://api.scavio.dev/api/v1/search" \
  -H "x-api-key: your_scavio_api_key" \
  -H "Content-Type: application/json" \
  -d '{"platform":"amazon","query":"electronics","marketplace":"AT"}'

Top Categories on amazon.de (cross-border)

  • Electronics — a top-selling category in the Austria market. Search by category, brand, or keyword.
  • Home & kitchen — a top-selling category in the Austria market. Search by category, brand, or keyword.
  • Books — a top-selling category in the Austria market. Search by category, brand, or keyword.
  • Drogerie — a top-selling category in the Austria market. Search by category, brand, or keyword.

Use Cases for Amazon Austria Data

  • Price monitoring — track product prices in Austria in real time.
  • Competitor analysis — monitor what sellers and brands rank for key queries.
  • Market research — understand product-category landscape in Austria.
  • Review aggregation — collect product reviews for sentiment analysis.
  • Shopping assistants — power AI agents with live Amazon Austria data.

Why Use Scavio for Amazon Austria

  • No proxy setup. Scavio handles IP rotation and marketplace routing.
  • Structured JSON. No HTML parsing — ASIN, price, rating, and reviews in clean fields.
  • Multi-marketplace. Switch between amazon.de (cross-border), amazon.com, amazon.co.uk, and more by changing one field.
  • Free tier. 500 credits per month. No card required.

Frequently Asked Questions

Send a POST request to /api/v1/search with platform: "amazon" and marketplace: "AT". Scavio routes the query to amazon.de (cross-border) and returns product data, pricing in local currency, ratings, and reviews.

Austria shoppers buy on amazon.de (cross-border). Scavio targets this marketplace when you pass marketplace: "AT", returning products and prices as Austria users would see them.

Yes. Use action: "product" with the ASIN and marketplace: "AT". Scavio returns title, price, rating, review count, feature bullets, and images in structured JSON.

Scavio returns search results, product details, pricing in Austria currency, ratings, review counts, seller info, availability, and Prime status. Reviews are available via a separate endpoint.

Yes. Scavio offers 500 free credits per month. Each Amazon search or product lookup costs 1 credit. No credit card required to start.

Search Amazon Austria

Get product data from amazon.de (cross-border) via a single API. 500 free credits/month.