# Ferret **Repository Path**: mirrors/Ferret ## Basic Information - **Project Name**: Ferret - **Description**: Ferret 是一个声明式的 Web 爬虫系统,旨在简化网络上的数据提取,以用于 UI 测试、机器学习和分析等等 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/ferret-scrap - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 6 - **Created**: 2018-10-10 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ferret
Try it! Docs CLI Test runner Web worker
## What is it? ```ferret``` is a web scraping system. It aims to simplify data extraction from the web for UI testing, machine learning, analytics and more. ```ferret``` allows users to focus on the data. It abstracts away the technical details and complexity of underlying technologies using its own declarative language. It is extremely portable, extensible, and fast. [Read the introductory blog post about Ferret here!](https://medium.com/@ziflex/say-hello-to-ferret-a-modern-web-scraping-tool-5c9cc85ba183) ### Features * Declarative language * Support of both static and dynamic web pages * Embeddable * Extensible Documentation is available [at our website](https://www.montferret.dev/docs/introduction/). ### Different languages * Ferret for python. [Pyfer](https://github.com/MontFerret/pyfer) ## Contributors