From 1891f785516bd4a4117de78e5515dd044abcf9f6 Mon Sep 17 00:00:00 2001 From: jakopako Date: Mon, 22 Apr 2024 10:12:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d44681..8abd738 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ 1. [Contributing](#contributing) 1. [Naming](#naming) -This project's goal is to make it easier to **scrape structured data** from web pages. +This project's goal is to make it easier to **scrape list-like structured data** from web pages. This could be a list of books from an online book store, a list of plays in a public theater, a list of newspaper articles, etc. Currently, the biggest use-case that I know of is [croncert](https://github.com/jakopako/croncert-config) which is also the main motivation behind this project. Since version 0.3.0 basic **js rendering** is supported. Additionally, next to [manually configuring](#manual-configuration--usage) the scraper there is an option of (semi-)automatically generating a configuration file, see [quick start](#quick-start) and [Semi-Automatic Configuration](#semi-automatic-configuration).