Skip to content

dadashzadeh/search-engine-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search-engine-tools

scrape search engine

bing.com

bing search serap
bing suggestions
Related searches keyword
translator suggestions
translator

duckduckgo.com

duckduckgo search serap
duckduckgo suggestions
duckduckgo search images
translator

install
pip install fastapi uvicorn[standard]
pip install pandas
pip install requests
pip install translators
pip install beautifulsoup4
pip install duckduckgo_search

run bing
python -m uvicorn bing:scrape --reload

run duckduckgo
python -m uvicorn duckduckgo:scrape --reload