github.com/MontFerret/ferret@v0.18.0/README.md (about) 1 # Ferret 2 <p align="center"> 3 <a href="https://goreportcard.com/report/github.com/MontFerret/ferret"> 4 <img alt="Go Report Status" src="https://goreportcard.com/badge/github.com/MontFerret/ferret"> 5 </a> 6 <a href="https://github.com/MontFerret/ferret/actions"> 7 <img alt="Build Status" src="https://github.com/MontFerret/ferret/workflows/build/badge.svg"> 8 </a> 9 <a href="https://codecov.io/gh/MontFerret/ferret"> 10 <img src="https://codecov.io/gh/MontFerret/ferret/branch/master/graph/badge.svg" /> 11 </a> 12 <a href="https://discord.gg/kzet32U"> 13 <img alt="Discord Chat" src="https://img.shields.io/discord/501533080880676864.svg"> 14 </a> 15 <a href="https://t.me/montferret_chat"> 16 <img alt="Discord Chat" src="https://raw.githubusercontent.com/Patrolavia/telegram-badge/master/chat.svg"> 17 </a> 18 <a href="https://github.com/MontFerret/ferret/releases"> 19 <img alt="Ferret release" src="https://img.shields.io/github/release/MontFerret/ferret.svg"> 20 </a> 21 <a href="https://opensource.org/licenses/Apache-2.0"> 22 <img alt="Apache-2.0 License" src="http://img.shields.io/badge/license-Apache-brightgreen.svg"> 23 </a> 24 </p> 25 26 ![ferret](https://raw.githubusercontent.com/MontFerret/ferret/master/assets/intro.jpg) 27 28 <p align="center"> 29 <a href="https://www.montferret.dev/try" style="margin: 0 15px"> 30 <span>Try it!</span> 31 </a> 32 <a href="https://www.montferret.dev/docs/introduction" style="margin: 0 15px"> 33 <span>Docs</span> 34 </a> 35 <a href="https://github.com/MontFerret/cli" style="margin: 0 15px"> 36 <span>CLI</span> 37 </a> 38 <a href="https://github.com/MontFerret/lab" style="margin: 0 15px"> 39 <span>Test runner</span> 40 </a> 41 <a href="https://github.com/MontFerret/worker" style="margin: 0 15px"> 42 <span>Web worker</span> 43 </a> 44 </p> 45 46 ## What is it? 47 ```ferret``` is a web scraping system. It aims to simplify data extraction from the web for UI testing, machine learning, analytics and more. 48 ```ferret``` allows users to focus on the data. It abstracts away the technical details and complexity of underlying technologies using its own declarative language. 49 It is extremely portable, extensible, and fast. 50 51 [Read the introductory blog post about Ferret here!](https://medium.com/@ziflex/say-hello-to-ferret-a-modern-web-scraping-tool-5c9cc85ba183) 52 53 ### Features 54 55 * Declarative language 56 * Support of both static and dynamic web pages 57 * Embeddable 58 * Extensible 59 60 Documentation is available [at our website](https://www.montferret.dev/docs/introduction/). 61 62 ### Different languages 63 64 * Ferret for python. [Pyfer](https://github.com/MontFerret/pyfer)