mirror of
https://github.com/MontFerret/ferret.git
synced 2025-01-06 03:03:57 +02:00
Declarative web scraping
https://www.montferret.dev/
cdpchromeclicrawlercrawlingdata-miningdslgogolanghacktoberfestlibraryquery-languagescraperscrapingscraping-websitestool
90427cd537
* Added remote type reference resolver * Added support of XPath query selector * Added CDP e2e testss covering XPath integration * Added additional CDP e2e tests covering XPath integration * Added type check to QuerySelector casting function * Fixed XPath e2e tests * Fixed vuln issue * Added support of XPath selectors to http driver * Added e2e tests for XPAth |
||
---|---|---|
.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