ScavioScavio
ToolsPricingDocs
Sign InGet Started
  1. Home
  2. Amazon Product API
  3. Poland
Marketplace: amazon.pl

Amazon Product API for Poland

Search amazon.pl for products, prices, ratings and review counts in Poland. One API, structured JSON, free tier included.

Get Free API KeyAmazon API Docs

How to Search Amazon Poland

Set country to "pl" and query to "electronics". POST it to /api/v1/amazon/search and Scavio routes the request to amazon.pl, returning results in Polish (and English where available) with prices in the local currency. Results come back under data.products and are unsorted: the marketplace has no sort parameter, so order one page yourself if you need cheapest first.

Python Example

Python
import requests

response = requests.post(
    "https://api.scavio.dev/api/v1/amazon/search",
    headers={
        "Authorization": "Bearer sk_live_your_scavio_api_key",
        "Content-Type": "application/json",
    },
    json={
        "query": "electronics",
        "country": "pl",
    },
)

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

cURL Example

Bash
curl -X POST "https://api.scavio.dev/api/v1/amazon/search" \
  -H "Authorization: Bearer sk_live_your_scavio_api_key" \
  -H "Content-Type: application/json" \
  -d '{"query":"electronics","country":"pl"}'

Top Categories on amazon.pl

  • Electronics — a top-selling category in the Poland market. Search by brand or keyword; there is no category filter parameter.
  • Home & kitchen — a top-selling category in the Poland market. Search by brand or keyword; there is no category filter parameter.
  • Books — a top-selling category in the Poland market. Search by brand or keyword; there is no category filter parameter.
  • Beauty — a top-selling category in the Poland market. Search by brand or keyword; there is no category filter parameter.

Use Cases for Amazon Poland Data

  • Price monitoring — track product prices in Poland in real time.
  • Competitor analysis — monitor what sellers and brands rank for key queries.
  • Market research — understand product-category landscape in Poland.
  • Review signals — track rating and review count over time; review bodies are not returned.
  • Shopping assistants — power AI agents with live Amazon Poland data.

Why Use Scavio for Amazon Poland

  • No proxy setup. Scavio handles IP rotation and marketplace routing.
  • Structured JSON. No HTML parsing: asin, price, currency, rating and reviews_count arrive as clean typed fields.
  • Multi-marketplace. Switch between amazon.pl, amazon.com, amazon.co.uk, and more by changing one field.
  • Free tier. 50 credits on signup. No card required.

Frequently Asked Questions

Send a POST request to /api/v1/amazon/search with query and country: "pl". Scavio routes the query to amazon.pl and returns the product grid under data.products, each row carrying asin, title, url, image, price as a number, currency, rating, reviews_count and a delivery estimate.

Poland shoppers buy on amazon.pl. Scavio targets this marketplace when you pass country: "pl", an ISO 3166-1 alpha-2 code, returning products and prices as Poland users would see them. Note the code is not a domain suffix: amazon.com is us and amazon.co.uk is gb.

Yes. POST the ASIN to /api/v1/amazon/product as asin (or query) with country: "pl". Scavio returns title, brand, price, list_price, rating, reviews_count, availability, feature bullets, images, variants, specifications and best_sellers_rank in structured JSON.

Three endpoints: /api/v1/amazon/search for the product grid, /api/v1/amazon/product for full detail on one ASIN, and /api/v1/amazon/offers for every seller offer on an ASIN including which one holds the buy box. Between them you get pricing in Poland currency, ratings, review counts, seller info, availability and Prime status. Review bodies are not available - the product response carries review metadata and the review count, not the review text.

Yes. Scavio offers 50 free credits on signup. Each Amazon search or product lookup costs 1 credit. No credit card required to start.

Search Amazon Poland

Get product data from amazon.pl via a single API. 50 free credits on signup.

Get Started FreeRead the Docs
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy