{"id":37347148,"url":"https://github.com/upi-0/google-trends-api","last_synced_at":"2026-01-16T04:00:06.331Z","repository":{"id":288794457,"uuid":"969093967","full_name":"upi-0/google-trends-api","owner":"upi-0","description":"Shoot the trends.google.com API, and serve that response.","archived":false,"fork":false,"pushed_at":"2025-04-23T01:39:31.000Z","size":13,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T13:27:39.334Z","etag":null,"topics":["google","python","wrapper-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/upi-0.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-19T11:21:14.000Z","updated_at":"2025-09-07T23:01:31.000Z","dependencies_parsed_at":"2025-10-25T13:27:42.275Z","dependency_job_id":null,"html_url":"https://github.com/upi-0/google-trends-api","commit_stats":null,"previous_names":["malykz/google-trends-api","upi-0/google-trends-api"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/upi-0/google-trends-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fgoogle-trends-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fgoogle-trends-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fgoogle-trends-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fgoogle-trends-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upi-0","download_url":"https://codeload.github.com/upi-0/google-trends-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upi-0%2Fgoogle-trends-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google","python","wrapper-api"],"created_at":"2026-01-16T04:00:05.565Z","updated_at":"2026-01-16T04:00:06.273Z","avatar_url":"https://github.com/upi-0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Trends API\n\nThis project provides a simple interface to fetch trend data from Google Trends using Python.\n\n## Instalation\n```bash\npip install git+https://github.com/Malykz/google-trends-api\n```\n\n## Usage\n```python\n\u003e\u003e\u003e from google_trends import GoogleTrends\n\u003e\u003e\u003e GoogleTrends(\"id\", last_hours=3).result\n```\n\n## Output\n```json\n[\n  {\n    \"title\": \"man utd vs wolves\",\n    \"region\": \"ID\",\n    \"category\": 17,\n    \"searchVolume\": 200000,\n    \"breakdown\": [\n      \"man utd vs wolves\",\n      \"mu vs wolves\",\n      \"man united vs wolves\",\n      \"tempat menonton manchester united f.c. vs wolves\",\n      \"manchester united f.c. vs wolves\",\n      \"manchester united vs wolves\",\n      \"susunan pemain manchester united f.c. vs wolves\",\n      \"wolves\",\n      \"wolverhampton wanderers f.c.\",\n      \"wolverhampton wanderers fc\"\n    ]\n  },\n  . . .\n]\n```\n\n## Disclaimer\nWhatever the error is, I'm too lazy to make a handling for it. And if there is an error, it will return None.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupi-0%2Fgoogle-trends-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupi-0%2Fgoogle-trends-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupi-0%2Fgoogle-trends-api/lists"}