Flyscrape – A standalone and scriptable web scraper in Go

Flyscrape is a powerful web scraping tool that combines the speed of Go with the flexibility of JavaScript. It focuses on data extraction and offers a highly configurable experience with 10 options to fine-tune your scraper. The standout feature of flyscrape is its ability to perform data extraction using JavaScript, making it easy to write custom logic. It also comes with a simple API for extracting data from HTML pages. The tool is fast and efficient, with a development mode that provides quick feedback. Additionally, flyscrape offers request caching, eliminating the need to scrape websites repeatedly. It is a standalone tool, available as a single binary executable, and has zero dependencies. Overall, flyscrape is a versatile web scraper that combines speed, flexibility, and simplicity.

https://github.com/philippta/flyscrape

To top