{"id":23293325,"url":"https://github.com/theprojectsx/googlesearch_advanced","last_synced_at":"2025-07-12T15:35:50.999Z","repository":{"id":231578959,"uuid":"782122413","full_name":"TheProjectsX/GoogleSearch_Advanced","owner":"TheProjectsX","description":"Search for Google Results via Python (with Advanced Results)","archived":false,"fork":false,"pushed_at":"2024-04-04T21:37:42.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T00:45:40.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheProjectsX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-04T17:20:32.000Z","updated_at":"2024-04-04T17:21:27.000Z","dependencies_parsed_at":"2024-04-04T18:45:48.759Z","dependency_job_id":null,"html_url":"https://github.com/TheProjectsX/GoogleSearch_Advanced","commit_stats":null,"previous_names":["theprojectsx/googlesearch_advanced"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2FGoogleSearch_Advanced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2FGoogleSearch_Advanced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2FGoogleSearch_Advanced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2FGoogleSearch_Advanced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheProjectsX","download_url":"https://codeload.github.com/TheProjectsX/GoogleSearch_Advanced/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535340,"owners_count":20954573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-20T06:14:54.521Z","updated_at":"2025-04-06T18:47:10.311Z","avatar_url":"https://github.com/TheProjectsX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Search Advanced\n\nAdvanced version of Google Search\n\n## Workflow:\n\n- Parse google search HTML from Web\n- Use bs4 to Parse the required Data\n\n## Installations:\n\n```bash script\npip install git+https://github.com/TheProjectsX/GoogleSearch_Advanced.git\n```\n\n## Uses:\n\n```python\nfrom googlesearch_advanced import search\n\nsearchResults = search(\"What is the latest version of Node JS?\")\nprint(searchResults)\n```\n\n### Parameters:\n\nThere are several Parameters of the `search` function. You can View them by Hovering in the function from any advanced Code Editor.\n\n## Result:\n\nReturns a Dictionary.\n\n- success: `True` | `False`\n- error: If error Happens Error Message will be here\n- answer_box: The Direct answers given by Google. If no answer found, Empty List will be returned.\n- search_results: The actual search Results. Contains:\n  - title: Result Title\n  - url: Result URL\n  - description: Result Description\n- related_searches: Searches Related to given Search Term\n- peoples_also_ask: Similar Questions Peoples also Ask\n\n## About:\n\nThis Module uses Multiple Parsing Queries to get the Result Accurately.\nUses Single Request Method to Get Results in One Request.\n\n## Motivation:\n\nWanted to create a Google Searcher which can not only parse the search results, but also the Answer directly given by Google!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprojectsx%2Fgooglesearch_advanced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheprojectsx%2Fgooglesearch_advanced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprojectsx%2Fgooglesearch_advanced/lists"}