philippta/flyscrape
Flyscrape is a command-line web scraping tool designed for those without advanced programming skills. observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 53
- Release rhythm 8
- Longevity 78
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1101
- days_rel: 647
- days_push: 282
- n_releases_24m: 1
Adoption not part of the score
1345 stars · 41 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Flyscrape is a standalone command-line web scraping tool written in Go that lets users write extraction logic in JavaScript with a jQuery-like API. It ships as a single binary with no Node.js or Python dependency and supports headless browser rendering, cookie reuse, proxies, rate limiting, and link following.
Use cases
- scrape product prices from an e-commerce site
- extract data from javascript-heavy websites
- scrape pages behind a login using my browser cookies
- crawl a website following pagination links
- extract html table data to json without writing python
- build a quick scraper without installing node or python
When to choose
- you want a zero-dependency single-binary scraper
- you prefer writing extraction logic in JavaScript with a jQuery/cheerio-style API
- you need headless browser rendering or browser cookie access for protected sites
- you need fine-grained control over rate limits, proxies, retries, and link following
When to avoid
- you need a programmable scraping library embedded in a Go, Python, or Node application
- you need large-scale distributed crawling infrastructure
- you require a GUI or no-code scraping interface
Facets
cli-tool · maturity active
web-scraping cli http-client parser web-development developer-tools crawlers windows cli cross-platform headless-browser javascript-scripting jquery-like-api single-binary data-extraction rate-limiting proxy-support cookie-store command-line automation linux macos
10 sources
- readme: https://github.com/philippta/flyscrape · fetched 2026-08-28 · c18e38000325
- homepage: https://flyscrape.com · fetched 2026-08-29 · 2684cf832ece
- site_page: https://flyscrape.com/docs/getting-started · fetched 2026-08-29 · 35341ae8a449
- site_page: https://flyscrape.com/docs · fetched 2026-08-29 · f1a1594e44e0
- site_page: https://flyscrape.com/docs/installation · fetched 2026-08-29 · eca89ea50b1b
- site_page: https://flyscrape.com/docs/full-example-script · fetched 2026-08-29 · 4850c525274d
- site_page: https://flyscrape.com/docs/api-reference · fetched 2026-08-29 · ce8bd0c40a36
- site_page: https://flyscrape.com/docs/configuration · fetched 2026-08-29 · d5e1ab4b24b1
- site_page: https://flyscrape.com/docs/configuration/starting-url · fetched 2026-08-29 · be32f3aa4ee0
- site_page: https://flyscrape.com/docs/configuration/depth · fetched 2026-08-29 · 8036ccffdc95
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| philippta/flyscrape | main | 42 |
For agents
markdown · JSON · MCP: product_card(name="philippta/flyscrape")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem