# Amazon Best Sellers ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/amazon/best-sellers` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/amazon-best-sellers | ## Description Gain real-time insights on Amazon's top-selling products. Optimize your strategies with our Amazon Best Sellers API. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/amazon/best-sellers' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "bestSellers": [ { "link": "https://www.amazon.fr/dp/example-product-1", "rank": 1, "image": "https://images.amazon.com/images/I/example1.jpg", "price": "€10.99", "title": "Produit 1", "category": "Livres" }, { "link": "https://www.amazon.fr/dp/example-product-2", "rank": 2, "image": "https://images.amazon.com/images/I/example2.jpg", "price": "€5.99", "title": "Produit 2", "category": "Électronique" }, { "link": "https://www.amazon.fr/dp/example-product-3", "rank": 3, "image": "https://images.amazon.com/images/I/example3.jpg", "price": "€20.99", "title": "Produit 3", "category": "Jouets et jeux" } ] } ``` ## Documentation ## Overview Gain real-time insights on Amazon's top-selling products. Optimize your strategies with our Amazon Best Sellers API. ## Quickstart ``` GET https://api.piloterr.com/v2/amazon/best-sellers?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Amazon Best Sellers data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Amazon without maintaining scrapers - Power internal dashboards and workflow automations with live Amazon data