Skip to content

Busca toda lista de contatos do site Guia Mais de acordo com a categoria e a cidade especificada, salvando em um csv.

Notifications You must be signed in to change notification settings

alovictor/scrap-guiamais

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact list webscraping from GuiaMais website

The program performs an automation with Selenium that enters the site 'https://www.guiamais.com.br/manaus-am' and searches for the type of establishment given by the user in the input. Then, the Selenium webdriver finds all the corresponding establishments and starts searching for the html on their contact pages.

The html of each contact page is analyzed with BealtifulSoup, which returns the values of: establishment's name, address and telephone numbers.

The data is placed in a dictionary that later becomes a Pandas dataframe, which at the end converts to a .csv file.

About

Busca toda lista de contatos do site Guia Mais de acordo com a categoria e a cidade especificada, salvando em um csv.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages