A small web application built with Python and Flask, where the user enters a URL and scraping parameters, and the app returns structured data in table format.
The user opens a page with a form, enters the target URL and scraping parameters (for example, CSS selectors or keywords), starts the scraping, and receives structured data in a table.
requests for HTTP requestsBeautifulSoup (or similar) for HTML parsingTo demonstrate the ability to build a simple but useful web tool for non-technical users on top of web scraping with Python.