mirror of
https://github.com/MontFerret/ferret.git
synced 2025-01-08 03:13:15 +02:00
Declarative web scraping
https://www.montferret.dev/
cdpchromeclicrawlercrawlingdata-miningdslgogolanghacktoberfestlibraryquery-languagescraperscrapingscraping-websitestool
847dda1f10
* Added support of pre-compiled eval expressions * Added unit tests for eval.Function * Added RemoteType and RemoteObjectType enums * Refactored function generation * Refactored Document and Element loading logic * Removed redundant fields from cdp.Page * Exposed eval.Runtime to external callers * Added new eval.RemoteValue interface |
||
---|---|---|
.github | ||
assets | ||
e2e | ||
examples | ||
pkg | ||
.codecov.yml | ||
.editorconfig | ||
.gitignore | ||
.golangci.yml | ||
CHANGELOG.md | ||
ferret.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
options.go | ||
README.md | ||
revive.toml |
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!
Features
- Declarative language
- Support of both static and dynamic web pages
- Embeddable
- Extensible
Documentation is available at our website.
Different languages
- Ferret for python. Pyfer