Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/KR1GOS/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 an Excel (.xlsx) file for further analysis.
https://github.com/KR1GOS/Web-Scaping

Last synced: about 2 months ago
JSON representation

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.

Lists

README

        

# 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)