Amazon product-search demand API
Amazon search interest and bestseller feeds via the Trends API. Ecommerce research without scrapers.
Key: trendsapi.ai/#get-key. Full contract: trendsapi-ai/trendsapi.
JS: trendsapi-amazon.
Install
pip install trendsapi-amazon
from trendsapi_amazon import TrendsAPI
client = TrendsAPI() # TRENDSAPI_KEY
series = client.get_time_series("standing desk")
growth = client.get_growth("standing desk", percent_growth=["12M"])
hot = client.get_live(limit=10)
Keyword helpers default to source: "amazon". Override source= for any other platform. Official full client: trendsapi.
Call
| Field | Value |
|---|---|
| Endpoint | POST https://api.trendsapi.ai/api |
| Auth | Authorization: Bearer $TRENDSAPI_KEY |
| History | source: amazon with get_time_series or get_growth |
| Keyword | Product phrase, e.g. standing desk |
Live type |
Amazon Best Sellers Top Rated, Amazon Best Sellers by Category |
curl -sS -X POST https://api.trendsapi.ai/api \
-H "Authorization: Bearer $TRENDSAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"mode":"get_time_series","source":"amazon","keyword":"standing desk"}'
value is a 0-100 search-interest index, not units sold.
Feeds answer what is selling now. Keyword series answer what is searched.
Google Shopping is a different source (google shopping).
Site: https://trendsapi.ai/trends/amazon-trends. GitHub: trendsapi-ai/amazon-trends-api.
License
MIT. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trendsapi_amazon-1.0.0.tar.gz.
File metadata
- Download URL: trendsapi_amazon-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c38b1d5b823327c0c138b32a58fec2f576727521d62512a61198a0be217e7c51
|
|
| MD5 |
d740882c7187f1ca1517e9ad69a03406
|
|
| BLAKE2b-256 |
abc8f4c73a2fa16ec55681d5ca825cca6f360e50ff4d1f4754f77de725a5bc5b
|
File details
Details for the file trendsapi_amazon-1.0.0-py3-none-any.whl.
File metadata
- Download URL: trendsapi_amazon-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fa5c04c180593b8b5783a17426aaac61cd39e85c13f49716a57eeca17b1254a
|
|
| MD5 |
0e11448c86f41e79f9934203c50925ac
|
|
| BLAKE2b-256 |
dc3ec38918b22aec228c8dee515b807e34acbbe086858bdf4f0eb8ff86f32adb
|