Changes

Jump to navigation Jump to search
259 bytes added ,  12:08, 4 August 2016
=URL Finder #2 - AboutPageFinder=
==Description==
'''Notes''':
The AboutPageFinder is an automated algorithmic program to match company URLs to their corresponding company About pages and extract company descriptions from these About pages. Developed through Python 2.7.
=='''Input==''':
CSV file with a column of URLs under the column name "url"
=='''Output==''':
About Page URLs and company descriptions for each company URL in input if it exists.
 
'''Process'''
*From that csv file, the program takes the URL strings under the column name "url".
*The program then adds "about" to the end of the URL as a sub-URL and checks if the site exists.
383

edits

Navigation menu