Skip to main content

pytrends-alternative

PyPI License: MIT Free tier

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.

Get a free API key → · Docs →

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

  1. Free key: trendsapi.ai/#get-key
  2. Pass api_key= or set TRENDSAPI_KEY
  3. Only successful 200 responses count toward plan limits

Links

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

pytrends_alternative-1.0.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytrends_alternative-1.0.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

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

Hashes for pytrends_alternative-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3cf6b1d57d5ace7e3ee35a9eab35279e267562595b1689d037b405581d6ca5f5
MD5 782213a954be4149db385cd20c59c4f0
BLAKE2b-256 5e7f7b3b2dfbf36f4b1b20b10b7715773c50304edb65bec841a70274cfb801ca

See more details on using hashes here.

File details

Details for the file pytrends_alternative-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pytrends_alternative-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 441c9d600e9203cf2d4124810a672f233f32e29271635a69a73d0104c0b3da77
MD5 b2d2143869d0697440efda284e76edec
BLAKE2b-256 1a8c37954a57a1a6098ca5ffc82a2eccf0cc04233ff2b6775b8b0600c6c45041

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page