Homebrew Scraper โ macOS Formulae, Casks & Install Analytics
Pricing
from $1.00 / 1,000 results
Homebrew Scraper โ macOS Formulae, Casks & Install Analytics
$1/1K ๐ฅ Fast Homebrew scraper! macOS formulae & casks โ version, description & install analytics. No key. JSON, CSV, Excel or API in seconds. List packages & pull thousands of data points for dev & market intel โก
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Homebrew Formula & Cask Scraper ๐บ
Scrape Homebrew packages โ formulae (CLI tools) and casks (macOS apps) โ from
formulae.brew.sh into clean, structured JSON. Get descriptions, versions,
licenses, dependencies and real 30-day / 365-day install analytics for any
package you name. No API key, no login, datacenter-proxy friendly.
Perfect for developer intelligence, package popularity tracking, DevOps auditing and open-source market research.
What it does
Give it a mode and a list of package names. For each name it hits the official per-package JSON endpoint and returns a normalised record. Missing names are skipped, not fatal.
formulaeโ command-line packages (e.g.wget,git,node)casksโ GUI/macOS apps (e.g.google-chrome,firefox)
It never downloads Homebrew's giant full-index file โ only fast, targeted per-name lookups.
Example output
Formula (wget):
{"type": "formula","name": "wget","description": "Internet file retriever","homepage": "https://www.gnu.org/software/wget/","license": "GPL-3.0-or-later","version": "1.25.0","dependencies": ["libidn2", "libpsl", "openssl@3", "gettext", "libunistring"],"installs_30d": 18535,"installs_365d": 351514,"deprecated": false,"url": "https://formulae.brew.sh/formula/wget","scraped_at": "2026-07-18T06:00:00+00:00"}
Cask (firefox):
{"type": "cask","token": "firefox","name": "Mozilla Firefox","description": "Web browser","homepage": "https://www.mozilla.org/firefox/","version": "152.0.6","installs_30d": 14660,"installs_365d": 201845,"url": "https://formulae.brew.sh/cask/firefox","scraped_at": "2026-07-18T06:00:00+00:00"}
Input
| Field | Type | Description |
|---|---|---|
mode | select | formulae (CLI packages) or casks (macOS apps). |
formulaNames | array | Formula names to scrape when mode is formulae. |
caskNames | array | Cask tokens to scrape when mode is casks. |
maxItems | integer | Cap on packages per run (default 100, max 1000). |
{"mode": "formulae","formulaNames": ["wget", "git", "node"],"maxItems": 100}
Use cases
- Developer intelligence โ track which tools your ecosystem depends on.
- Package analytics โ monitor 30d/365d install trends for any package.
- Market research โ compare adoption of competing tools or browsers.
- DevOps โ audit dependency trees, spot deprecated packages in your stack.
Pricing
Pay-as-you-go: roughly ~$1 per 1,000 packages scraped, plus Apify platform usage. Lightweight (512 MB) and fast โ the API is static JSON.
How it compares
| This actor | Manual brew info | Scraping HTML | |
|---|---|---|---|
| Structured JSON | โ | โ ๏ธ text parse | โ brittle |
| Install analytics | โ 30d + 365d | โ ๏ธ separate cmd | โ |
| No local Homebrew needed | โ | โ | โ |
| Bulk lists | โ | โ | โ ๏ธ |
| Datacenter-friendly | โ | โ | โ ๏ธ |
Related actors
Keywords
homebrew, brew, formulae, casks, macos packages, package analytics, install counts, developer tools, dependency scraper, homebrew api
Not affiliated with or endorsed by the Homebrew project. Data comes from the
public formulae.brew.sh JSON API.