diff --git a/README.md b/README.md index 5a7f5f89..3114ab96 100644 --- a/README.md +++ b/README.md @@ -1133,11 +1133,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries to automate web scraping.* +* [crawlee-python](https://github.com/apify/crawlee-python) - A web scraping and browser automation library to build reliable scrapers fast. * [feedparser](https://github.com/kurtmckee/feedparser) - Universal feed parser. * [grab](https://github.com/lorien/grab) - Site scraping framework. * [mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites. * [scrapy](https://github.com/scrapy/scrapy) - A fast high-level screen scraping and web crawling framework. + ## Web Frameworks *Traditional full stack web frameworks. Also see [RESTful API](https://github.com/vinta/awesome-python#restful-api).*