Flathub Scraper โ€“ Linux Flatpak Apps, Categories & Licenses avatar

Flathub Scraper โ€“ Linux Flatpak Apps, Categories & Licenses

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Flathub Scraper โ€“ Linux Flatpak Apps, Categories & Licenses

Flathub Scraper โ€“ Linux Flatpak Apps, Categories & Licenses

$1/1K ๐Ÿ”ฅ Fast Flathub scraper! Linux apps โ€” name, summary, developer, categories & license. No key. JSON, CSV, Excel or API in seconds. Search, browse popular or list IDs & pull thousands for app market research โšก

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

Flathub Linux Apps Scraper ๐Ÿง๐Ÿ“ฆ

Scrape structured metadata for Linux apps on Flathub โ€” the largest Flatpak app store. Get each app's name, summary, full description, developer, categories, license and homepage as clean JSON. No API key, no login, datacenter-proxy friendly.

Use it to build Linux software catalogs, run app-market research, monitor the Flatpak ecosystem, or feed a recommendation/analytics pipeline.


What it does

Give the actor a list of app ids, ask for the most popular apps, or run a search query โ€” it resolves everything to full app detail records from the official Flathub API.

Modes

ModeInputResult
appsappIds list (e.g. org.mozilla.firefox)Full detail for each id
popularmaxItemsTop / most-installed apps on Flathub
searchquery (e.g. video editor)Detail for every matching app

Output

One dataset item per app. Every field is nullable.

{
"id": "org.mozilla.firefox",
"name": "Firefox",
"summary": "Fast, Private & Safe Web Browser",
"description": "When it comes to your life online, you have a choice...",
"developer": "Mozilla",
"categories": ["Network", "WebBrowser"],
"license": "MPL-2.0",
"homepage": "https://www.mozilla.org/firefox/",
"url": "https://flathub.org/apps/org.mozilla.firefox",
"scraped_at": "2026-07-18T10:00:00+00:00"
}
FieldDescription
idFlathub application id (reverse-DNS, e.g. org.gimp.GIMP)
nameDisplay name
summaryShort one-line summary
descriptionFull description, HTML stripped, capped at 3000 chars
developerDeveloper / publisher name
categoriesList of category tags
licenseSPDX project license
homepageProject homepage URL
urlFlathub app page URL
scraped_atISO-8601 UTC scrape timestamp

Input example

{
"mode": "apps",
"appIds": ["org.mozilla.firefox", "com.spotify.Client"],
"maxItems": 100
}

Popular apps:

{ "mode": "popular", "maxItems": 50 }

Search:

{ "mode": "search", "query": "video editor", "maxItems": 50 }

Pricing

Pay-per-result: roughly ~$1 per 1,000 apps scraped, plus standard Apify platform usage. Runs on 512 MB and finishes fast because it hits a clean JSON API.


Use cases

  • Linux app market research โ€” track categories, developers and licenses across the Flatpak ecosystem.
  • Developer & catalog tooling โ€” build software directories, package browsers or internal app catalogs.
  • Analytics โ€” snapshot popular apps over time to spot trends and new releases.
  • License / compliance audits โ€” collect project licenses across a set of apps.

How it compares

Instead of hand-parsing the Flathub website or wrangling the Appstream API and its nested XML/JSON, this actor gives you flat, ready-to-use records with HTML already stripped and a stable schema you can push straight into a sheet, database or dashboard.



Keywords: flathub scraper, flatpak scraper, linux apps scraper, linux software catalog, appstream api, open source apps, flathub api, linux app store data, developer tools scraper, app metadata.