macOS
brew install flyscrapelocal Homebrew formula metadata
brew
Standalone and scriptable web scraper. Version 0.9.0 via Homebrew; verified from local package data.
install
brew install flyscrapelocal Homebrew formula metadata
overview
Standalone and scriptable web scraper
history
Flyscrape is a standalone command-line web scraping tool that uses JavaScript scraping scripts and can run as a single binary. Its official documentation presents it as a toolkit for building custom scrapers quickly, including browser rendering, caching, proxies, cookies, headers, and structured output.
The public repository was created in 2023 and the official release list begins with the 0.2.x series later that year. By the 0.9.x releases in 2024, the project had an official documentation site and prebuilt binaries alongside source installation.
The project appears to have a focused adoption path around direct installation, prebuilt release binaries, Go installation, and Homebrew for macOS users. Its README frames the tool for users who want precise website extraction without advanced programming skills.
Users write a JavaScript file exporting configuration and an extraction function, then run it with `flyscrape run SCRIPT`. The README example shows pagination, browser rendering, caching, and JSON output, while the docs expand this into configuration and API references.
Flyscrape is package-nerd interesting as a modern single-binary scraper that packages a JavaScript-oriented extraction model behind a CLI. It sits between quick shell scraping and full browser automation frameworks, so distribution through Homebrew and GitHub releases matters for making it easy to install on workstations.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
flyscrape | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/philippta/flyscrape
install metadata
| Package key | brew:flyscrape |
|---|---|
| Version | 0.9.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/flyscrape |
| Homepage | https://flyscrape.com/ |
| Repository | https://github.com/philippta/flyscrape |
| Upstream docs | https://flyscrape.com/docs |
| License | MPL-2.0 |
| Source archive | https://github.com/philippta/flyscrape/archive/refs/tags/v0.9.0.tar.gz |
| Build dependencies | go |
| Uses from macOS | sqlite |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | flyscrape |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.