1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-04 03:02:02 +02:00
Declarative web scraping https://www.montferret.dev/
Go to file
2024-11-08 15:10:25 -05:00
.github Updated lab runner 2023-03-28 13:35:56 -04:00
assets
benchmarks/drivers Bench (#683) 2021-10-16 17:24:54 -04:00
e2e chore: use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (#789) 2023-10-04 20:26:07 -04:00
examples chore: use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (#789) 2023-10-04 20:26:07 -04:00
pkg Updates some benchmarks 2024-11-08 15:10:25 -05:00
.codecov.yml
.editorconfig
.gitignore Added support of using keywords in namespaces (#481) 2020-04-28 17:30:47 -04:00
.golangci.yml
CHANGELOG.md Updated changelog 2022-02-10 19:08:45 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#679) 2021-10-10 10:16:33 -04:00
ferret.go Bench (#683) 2021-10-16 17:24:54 -04:00
go.mod Updated dependencies (#783) 2023-03-28 13:55:44 -04:00
go.sum Updated dependencies (#783) 2023-03-28 13:55:44 -04:00
LICENSE
Makefile Updated lab runner 2023-03-28 13:35:56 -04:00
options.go Updated root API (#622) 2021-05-04 15:01:27 -04:00
README.md Update README.md 2024-09-19 13:07:08 -04:00
revive.toml

Ferret

Go Report Status Build Status Discord Chat Discord Chat Ferret release Apache-2.0 License

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

Contributors