VOOZH about

URL: https://apify.com/crawlerbros/scoop-scraper

โ‡ฑ Scoop Windows Package Manager Scraper ยท Apify


๐Ÿ‘ Scoop Windows Package Manager Scraper avatar

Scoop Windows Package Manager Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store

Scoop Windows Package Manager Scraper

Scrapes app metadata from Scoop Windows package manager buckets (Main, Extras, Versions, Java). Search apps by name or fetch specific apps by exact name.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 days ago

Last modified

Share

Scrape app metadata from Scoop Windows package manager buckets. Search for apps by name or fetch specific app manifests across the Main, Extras, Versions, and Java buckets.

Features

  • Search Apps โ€” find apps in any Scoop bucket by name substring (e.g., search "git" finds git, git-lfs, git-credential-manager, etc.)
  • Get By Name โ€” fetch manifest data for specific apps by exact name
  • Covers all major buckets: Main, Extras, Versions, Java
  • Extracts version, description, homepage, license, installer URL, binaries, dependencies, and shortcuts
  • No authentication required; reads from GitHub raw content

Input

FieldTypeDescriptionDefault
modeselectsearchApps or getByNamesearchApps
searchQuerystringApp name filter (case-insensitive substring)โ€”
bucketselectWhich bucket to search: main, extras, versions, javamain
appNamesarrayExact app names for getByName (e.g. ["git", "nodejs"])[]
maxItemsintegerMax records to return (1โ€“1000)50

Example: Search Apps

{
"mode":"searchApps",
"searchQuery":"git",
"bucket":"main",
"maxItems":20
}

Example: Get By Name

{
"mode":"getByName",
"appNames":["git","nodejs","python","7zip"],
"bucket":"main",
"maxItems":10
}

Example: Search Extras Bucket

{
"mode":"searchApps",
"searchQuery":"vscode",
"bucket":"extras",
"maxItems":5
}

Output

Each record contains:

FieldDescription
appNameApp identifier (filename without .json, e.g. git)
versionCurrent version in the bucket
descriptionShort description of the app
homepageOfficial homepage URL
licenseLicense identifier (e.g. MIT, GPL-2.0-only, Freeware)
installerUrlPrimary download URL for the app installer
hashSHA256 hash of the installer for integrity verification
dependsList of app dependencies
suggestSuggested companion apps (from manifest)
binList of executables/binaries added to PATH
shortcutsDesktop/Start menu shortcuts created
bucketWhich bucket this app came from
sourceUrlLink to the app on scoop.sh
recordTypeAlways "app"
scrapedAtISO timestamp when record was scraped

Sample Output

{
"appName":"git",
"version":"2.54.0",
"description":"A free and open source distributed version control system.",
"homepage":"https://gitforwindows.org",
"license":"GPL-2.0-only",
"installerUrl":"https://github.com/git-for-windows/git/releases/download/v2.54.0.windows.1/PortableGit-2.54.0-64-bit.7z.exe#/dl.7z",
"hash":"bea006a6cc69673f27b1647e84ab3a68e912fbc175ab6320c5987e012897f311",
"bin":["bin\\sh.exe","bin\\git.exe","git-bash.exe"],
"shortcuts":[["git-bash.exe","Git\\Git Bash","--cd-to-home"]],
"bucket":"main",
"sourceUrl":"https://scoop.sh/#/apps?q=git&s=0&d=1&o=true",
"recordType":"app",
"scrapedAt":"2026-01-01T12:00:00+00:00"
}

Buckets

BucketContents
mainStable, widely-used developer tools (git, nodejs, python, 7zip, cmake, etc.)
extrasAdditional apps not meeting main criteria (vscode, firefox, chrome, etc.)
versionsOlder/specific versions of apps in main
javaJava Development Kits and runtimes (JDK 8, 11, 17, 21, etc.)

Use Cases

  • Software inventory โ€” track what apps are available in Scoop and their versions
  • Update monitoring โ€” compare installed versions against bucket manifests
  • License compliance โ€” audit licenses across your dev toolchain
  • CI/CD tooling โ€” build automated scripts that reference latest package versions
  • Package discovery โ€” explore what's available before installing

FAQ

Does this require a GitHub token? No. The actor reads from public GitHub repositories without authentication. For high-volume scraping, the GitHub API rate limit is 60 requests/hour unauthenticated.

Why are some fields missing? Fields like depends, bin, shortcuts, and suggest are optional in Scoop manifests and only appear when defined by the package maintainer.

Can I search multiple buckets at once? Currently, one bucket per run. Run the actor multiple times with different bucket values to cover all buckets.

What is the installerUrl? The primary download URL for the portable app archive. For apps with architecture-specific URLs, the 64-bit URL is preferred.

How current is the data? The actor fetches live data from GitHub at scrape time, so results reflect the current state of the bucket.

You might also like

Scoop Windows Package Manager Scraper

crawlergang/scoop-scraper

Scrapes app metadata from Scoop Windows package manager buckets (Main, Extras, Versions, Java). Search apps by name or fetch specific apps by exact name.

2

5.0

Windows Package Manager (winget) Scraper

crawlergang/winget-scraper

Scrapes Windows Package Manager (winget) package metadata from winget.run. Search packages by keyword or fetch specific packages by their winget package ID.

2

5.0

Windows Package Manager (winget) Scraper

crawlerbros/winget-scraper

Scrapes Windows Package Manager (winget) package metadata from winget.run. Search packages by keyword or fetch specific packages by their winget package ID.

Hex.pm Package Scraper

crawlergang/hex-pm-scraper

Scrape Hex.pm - the package manager for Erlang/Elixir. Search packages or fetch by name. Returns downloads, versions, owners, licenses, and repository links.

2

5.0

Hex.pm Package Scraper

crawlerbros/hex-pm-scraper

Scrape Hex.pm - the package manager for Erlang/Elixir. Search packages or fetch by name. Returns downloads, versions, owners, licenses, and repository links.

Zillow Property Manager Scraper

crawlerbros/zillow-property-manager-scraper

Scrape Zillow property manager profiles: business name, phone, email, ratings, reviews, rental listings, specialties, and service areas. Search by city/state or provide direct profile URLs

๐Ÿค– Google Play Scraper API | ASO, Keyword Search & App Data

plum_spear/aztec-googleplay-aso

Search Google Play by keyword or look up apps by package name. Returns rating, installs, price, genre, developer, versions and metadata for Android app market research and ASO.

๐Ÿ‘ User avatar

Roberto Kerber

2

Zendesk App Marketplace Scraper

crawlerbros/zendesk-marketplace-scraper

Scrape apps from the Zendesk App Marketplace with search by keyword, browse by category, or fetch specific apps by ID.