search-engine-parser
search-engine-parser copied to clipboard
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
**Describe the bug** Running simple code (based on the Readme) getting: ```python ENGINE FAILURE: Bing Traceback (most recent call last): File "/home/bentsi/pycharm-community-2021.2/plugins/python-ce/helpers/pydev/pydevd.py", line 1483, in _exec pydev_imports.execfile(file, globals, locals) #...
I respect your hard work and time spent building this amazing module for python.....but it is my humble request that please upgrade the lxml version to the latest version because...
**Describe the bug** SSL: CERTIFICATE_VERIFY_FAILED when using any search engine. **To Reproduce** Steps to reproduce the behavior: 1. Open python console to 2. Import search_engine_parser 3. Search using i.e. duckduckgo...
**Description** The google engine cannot parse the return results of "Tallest mountain in the world" **To Reproduce** Steps to reproduce the behavior: ```python from search_engine_parser.core.engines.google import Search searcher = Search()...
How u fix search_engine_parser "/app/.heroku/python/lib/python3.10/site-packages/search_engine_parser/core/base.py", line 189, in get_source raise Exception('ERROR: {}\n'.format(exc)) Exception: ERROR: [Errno 17] File exists: 'cache'
Upgrade your dependency to at least the latest version of dependencies you have used. Because dependbot throwing errors with the version lower than 4.6.5 of lxml. And if you want...
Error occurred during loading data. Trying to use cache server https://fake-useragent.herokuapp.com/browsers/0.1.11 Traceback (most recent call last): File "C:\Program Files\Python39\lib\site-packages\fake_useragent\utils.py", line 154, in load for item in get_browsers(verify_ssl=verify_ssl): File "C:\Program Files\Python39\lib\site-packages\fake_useragent\utils.py",...
**Describe the bug** ``` ENGINE FAILURE: Bing raise NoResultsOrTrafficError( search_engine_parser.core.exceptions.NoResultsOrTrafficError: The result parsing was unsuccessful. It is either your query could not be found or it was flagged as unusual...
TrafficError
Other Search Engines working properly. But only getting _TrafficError_ while using `GoogleSearch()` !! I am hosting on [Heroku](https://heroku.com). **Here Error Logs:** ``` 2021-04-12T17:34:41.357372+00:00 app[worker.1]: ENGINE FAILURE: Google 2021-04-12T17:34:41.357383+00:00 app[worker.1]: 2021-04-12T17:34:41.360353+00:00...
Hello, Is there any way to enable 'safe search' on google queries and if not, could that be added? Seems by default that it's turned off.