Skip to content

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 an Excel (.xlsx) file for further analysis.

Notifications You must be signed in to change notification settings

KR1GOS/Web-Scaping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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 an Excel (.xlsx) file for further analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages