Python web scraper
for company information
The company information web scraper automates a task that would otherwise have to be done manually. The program takes in a .txt file with company IDs and fetches the decision makers for the companies in the list and appends that information into a easily workable Excel format, so it's straightforward for anyone to use regardless of coding capability. This web scraper automates gathering of decision maker information for Finnish companies, the data is scraped from Asiakastieto and thus this project is only meant for educational purposes and not real use.
Create a list of companies
Summarize a list of companies you want the decision maker information for into a .txt file.
Txt file containing company IDs
Run code and select .txt file
Choose the .txt file and let the code run it's course. After the code has fetched all the companies information it will export the information into a Excel file. Name the file as you like and the process is done.
Generating the results of the web scape
The final product
After the program has run and you've saved the file, the process is complete. An example of the final product can be seen below.
The final product presented in Excel format
Discussion
*disclaimer this program is only for educational purposes.