{"id":13826752,"url":"https://github.com/tasos-py/Search-Engines-Scraper","last_synced_at":"2025-07-09T01:31:20.254Z","repository":{"id":34030676,"uuid":"116609821","full_name":"tasos-py/Search-Engines-Scraper","owner":"tasos-py","description":"Search google, bing, yahoo, and other search engines with python","archived":false,"fork":false,"pushed_at":"2023-10-27T14:46:13.000Z","size":183,"stargazers_count":440,"open_issues_count":9,"forks_count":127,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-04-28T08:41:24.867Z","etag":null,"topics":["bing","crawler","google","python","scraper","search-engine","yahoo"],"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/tasos-py.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}},"created_at":"2018-01-08T00:21:07.000Z","updated_at":"2024-04-27T16:44:43.000Z","dependencies_parsed_at":"2023-01-15T04:04:40.032Z","dependency_job_id":"55db445d-e66e-47d8-890e-d3f7634df7c5","html_url":"https://github.com/tasos-py/Search-Engines-Scraper","commit_stats":{"total_commits":157,"total_committers":4,"mean_commits":39.25,"dds":"0.031847133757961776","last_synced_commit":"1ae9e87bf91d33a9c98bd4c167890b8ce2d7e358"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasos-py%2FSearch-Engines-Scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasos-py%2FSearch-Engines-Scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasos-py%2FSearch-Engines-Scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasos-py%2FSearch-Engines-Scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tasos-py","download_url":"https://codeload.github.com/tasos-py/Search-Engines-Scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476383,"owners_count":17480215,"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":["bing","crawler","google","python","scraper","search-engine","yahoo"],"created_at":"2024-08-04T09:01:43.574Z","updated_at":"2025-07-09T01:31:20.247Z","avatar_url":"https://github.com/tasos-py.png","language":"Python","readme":"# search_engines  \nA Python library that queries Google, Bing, Yahoo and other search engines and collects the results from multiple search engine results pages.  \nPlease note that web-scraping may be against the TOS of some search engines, and may result in a temporary ban.\n\n## Supported search engines  \n\n_[Google](https://www.google.com)_  \n_[Bing](https://www.bing.com)_  \n_[Yahoo](https://search.yahoo.com)_  \n_[Duckduckgo](https://duckduckgo.com)_  \n\u003cdel\u003e_[Startpage](https://www.startpage.com)_\u003c/del\u003e  \n_[Aol](https://search.aol.com)_  \n\u003cdel\u003e_[Dogpile](https://www.dogpile.com)_\u003c/del\u003e  \n\u003cdel\u003e_[Ask](https://uk.ask.com)_\u003c/del\u003e  \n_[Mojeek](https://www.mojeek.com)_  \n\u003cdel\u003e_[Brave](https://search.brave.com/)_\u003c/del\u003e  \n_[Torch](http://xmh57jrzrnw6insl.onion/4a1f6b371c/search.cgi)_  \n\n## Features  \n\n - Creates output files (html, csv, json).  \n - Supports search filters (url, title, text).  \n - HTTP and SOCKS proxy support.  \n - Collects dark web links with Torch.  \n - Easy to add new search engines. You can add a new engine by creating a new class in `search_engines/engines/` and add it to the  `search_engines_dict` dictionary in `search_engines/engines/__init__.py`. The new class should subclass `SearchEngine`, and override the following methods: `_selectors`, `_first_page`, `_next_page`. \n - Python2 - Python3 compatible.  \n\n## Requirements  \n\n_Python 2.7 - 3.x_ with  \n_[Requests](http://docs.python-requests.org/en/master/)_ and  \n_[BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)_  \n\n## Installation  \n\nRun the setup file: `$ python setup.py install`.  \nDone!  \n\n## Usage  \n\nAs a library:  \n\n```\nfrom search_engines import Google\n\nengine = Google()\nresults = engine.search(\"my query\")\nlinks = results.links()\n\nprint(links)\n```\n\nAs a CLI script:  \n\n```  \n$ python search_engines_cli.py -e google,bing -q \"my query\" -o json,print\n```\n\n## Other versions  \n\n - [async-search-scraper](https://github.com/soxoj/async-search-scraper) A really cool asynchronous implementation, written by @soxoj   \n","funding_links":[],"categories":["Python","[](#table-of-contents) Table of contents"],"sub_categories":["[](#universal-search-tools)Universal search tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasos-py%2FSearch-Engines-Scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftasos-py%2FSearch-Engines-Scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasos-py%2FSearch-Engines-Scraper/lists"}