F-Droid Apps Scraper — Open-Source Android Catalog
Pricing
from $2.00 / 1,000 apps
F-Droid Apps Scraper — Open-Source Android Catalog
Extract the F-Droid catalog of open-source Android apps: name, license, categories, author, source & website links, dates and latest version. Keyless.
Pricing
from $2.00 / 1,000 apps
Rating
0.0
(0)
Developer
Dev D
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
F-Droid Apps Scraper — Open-Source Android Catalog 🤖
Extract the full F-Droid catalog of open-source Android apps — name, summary, license, categories, author, source & website links, dates and latest version. No API key, no anti-bot.
F-Droid publishes its entire repository as a single public JSON index, so this Actor is fast, stable and low-maintenance. Point it at the main repo (or any other F-Droid repository like IzzyOnDroid) and get a clean row per app.
What you get per app
package_name · name · summary · description · license · categories · author_name · web_site · source_code · issue_tracker · changelog · added · last_updated · suggested_version_name · suggested_version_code · min_sdk · icon_url · app_url.
Examples
The whole F-Droid catalog
{ "repoUrl": "https://f-droid.org/repo" }
Only browsers
{ "searchText": "browser" }
Only games (category match is a case-insensitive substring, so "game" catches Puzzle Game, Arcade Game, etc.)
{ "category": "game" }
Another repo (IzzyOnDroid)
{ "repoUrl": "https://apt.izzysoft.de/fdroid/repo" }
Use cases
- Open-source app research — license, category and freshness analysis across the catalog.
- Security & privacy audits — source-available apps with their repos and trackers.
- Datasets & dashboards — a clean snapshot of the FOSS Android ecosystem.
Notes
- No API key, no anti-bot. Reads the public
index-v2.jsonrepository index. - Latest version is chosen by highest
versionCode. - Categories are granular, e.g. Internet, Security, Multimedia, Science & Education, Development, Puzzle Game, Finance Manager. The
categoryfilter matches as a case-insensitive substring. - All apps are free/open-source software; content belongs to each app's authors under its stated license.
Keywords
F-Droid, Android, open source, FOSS, apps, app catalog, APK, mobile, license, categories, package, repository, IzzyOnDroid, no API key.