Basic Python Website Scraper that returns results based off of a Keyword
Works in Windows.
Install the following dependencies before execution.
"pip install requests beautifulsoup4 pandas"
Run the script - put in the URL & Keyword. Script will run and follow the links on that page and return results.
v1. Initial Build. v2. Added Clickable links. v3. Tidied up code.