pytrends-alternative
Google Trends that still works in 2026 (pytrends is archived)
pytrends is archived. This package gives you Google interest-over-time as managed JSON (no browser, no proxy pool), plus growth windows and 30+ other platforms on the same key.
Install
pip install pytrends-alternative
Requires Python 3.9+. Depends on the official trendsapi client.
Quickstart
from pytrends_alternative import TrendsAPI
client = TrendsAPI() # or TrendsAPI(api_key="...") / TRENDSAPI_KEY
# Google Trends history (default source)
series = client.get_time_series("bitcoin")
print(series[-1].date, series[-1].value)
# 12-month growth
g = client.get_growth("bitcoin", percent_growth=["12M"])
print(g.results[0].growth, g.results[0].direction)
Migrating from pytrends
| pytrends habit | Here |
|---|---|
TrendReq + build_payload + interest_over_time |
client.get_time_series("keyword") |
| Scraping / 429 / captchas | Managed API - failed calls do not burn quota |
| Google only | Same client can query TikTok, Amazon, YouTube, … via source= |
# Still Google by default - override when you want multi-platform
tiktok = client.get_time_series("bitcoin", source="tiktok")
Auth & quota
- Free key: trendsapi.ai/#get-key
- Pass
api_key=or setTRENDSAPI_KEY - Only successful
200responses count toward plan limits
Links
- Product: https://trendsapi.ai
- Full client:
pip install trendsapi - GitHub: https://github.com/trendsapi/pytrends-alternative
License
MIT
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 pytrends_alternative-1.0.0.tar.gz.
File metadata
- Download URL: pytrends_alternative-1.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cf6b1d57d5ace7e3ee35a9eab35279e267562595b1689d037b405581d6ca5f5
|
|
| MD5 |
782213a954be4149db385cd20c59c4f0
|
|
| BLAKE2b-256 |
5e7f7b3b2dfbf36f4b1b20b10b7715773c50304edb65bec841a70274cfb801ca
|
File details
Details for the file pytrends_alternative-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pytrends_alternative-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
441c9d600e9203cf2d4124810a672f233f32e29271635a69a73d0104c0b3da77
|
|
| MD5 |
b2d2143869d0697440efda284e76edec
|
|
| BLAKE2b-256 |
1a8c37954a57a1a6098ca5ffc82a2eccf0cc04233ff2b6775b8b0600c6c45041
|