UA πŸ‡ΊπŸ‡¦ EN πŸ‡¬πŸ‡§
← Back to portfolio

Flask Web Scraper β€” collecting data via web interface

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.

Flask Python Scraping

Project overview

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.

Tech stack

Goal of the project

To demonstrate the ability to build a simple but useful web tool for non-technical users on top of web scraping with Python.

My responsibilities

Typical user flow

  1. User opens the scraping page.
  2. Enters the target URL.
  3. Specifies scraping parameters (for example, CSS selector).
  4. Starts scraping and receives the results in a table.

What this project says about me