luminati-io/google-trends-api — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python tool for collecting Google Trends data. I want to enter a search term like coffee or ChatGPT, choose a country, language, time range, category, and search type if available, then get back clean JSON with interest over time and interest by region.

Include a free version that uses browser scraping for small personal research jobs, with clear setup steps and an easy place to change the query and location. Also include an optional Bright Data mode for bigger or more reliable jobs, where I can add my API token, zone name, or proxy details and save the response to a JSON file.

Please make it easy to run from the command line, include example searches, sample output files, and a short README that explains the limits of the free scraper, like CAPTCHAs and blocking. Look up current docs online if you need to.

Want more depth? Deep Reverse