Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 474 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 474 Bytes

Web Scaping

This is a Python web scraper that extracts information about AI-related tools from "https://topai.tools/browse." The scraper fetches data from the website, including the tool name, URL, description, pricing, and associated tags. The data is then exported to both an Excel (.xlsx) file and a CSV file for further analysis.

Requirements -Python 3.x -pandas -requests -BeautifulSoup -lxml -selenium (only if using the selenium approach for infinite scrolling)