GitHub Repo Scanner avatar

GitHub Repo Scanner

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
GitHub Repo Scanner

GitHub Repo Scanner

Keyless GitHub repository search with quality filters: topic, language, minimum stars, sort by stars/updated/newest. Output: one JSON item per repo (name, description, stars, forks, open issues, license, language, updated_at, url).

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

jedi solana

jedi solana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Keyless GitHub repository search with quality filters: topic, language, minimum stars, sort by stars/updated/newest. Output: one JSON item per repo (name, description, stars, forks, open issues, license, language, updated_at, url).

What you get

Every run writes a dataset with one row per record:

{
"kind": "repo-card",
"rank": 1,
"name": "oven-sh/bun",
"url": "https://github.com/oven-sh/bun",
"description": "Incredibly fast JavaScript runtime, bundler, test runner, and package manager \u2013 all in one",
"language": "Rust",
"license": "NOASSERTION",
"stars": 95877,
"forks": 5030,
"watchers": 0,
"open_issues": 8662,
"openPrs": 5263,
"topics": [
"bun",
"bundler",
"javascript",
"javascriptcore",
"jsx",
"nodejs",
"npm",
"react",
"rust",
"rust-lang"
],
"created_at": "2021-04-14T00:48:17Z",
"pushed_at": "2026-09-04T00:38:14Z",
"updated_at": "2026-09-04T00:37:29Z",
"archived": false,
"latestRelease": {
"tag": "bun-v1.4.0",
"name": "Bun v1.4",
"published_at": "2026-08-20T14:07:21Z"
},
"topContributors": [
{
"login": "Jarred-Sumner",
"contributions": 8567
},
{
"login": "robobun",
"contributions": 2668
},
{
"login": "dylan-conway",
"contributions": 1127
},
{
"login": "nektro",
"contributions": 704
},
{
"login": "cirospaciari",
"contributions": 525
}
],
"repoHealth": {
"score": 99,

Input

{
"query": "postgres",
"language": "rust",
"minStars": 50,
"limit": 10
}
FieldTypeDescription
querystringQuery: the query parameter. Default: "postgres".
languagestringLanguage: the language parameter. Default: "rust".
minStarsintegerMinStars: the minstars parameter. Default: 50.
limitintegerLimit: the limit parameter. Default: 10.

Use cases

  • Monitor on a schedule — run this Actor on a timer and get a fresh, normalized snapshot every time; diff the datasets to see what changed.
  • Feed a dashboard or model — clean, one-JSON-item-per-record output is ready to pipe into a spreadsheet, database, or LLM prompt without any post-processing.
  • Research & due diligence — pull a structured set of records for a topic, name, or window without scraping the public source by hand.

Limits & notes

  • No API key, no login: it only reads public endpoints/feeds. If the upstream source is degraded, the run still succeeds and returns an honest status item instead of failing.
  • Results reflect what the public source returned at run time (top-N windows, newest-first where applicable).
  • Pay-per-event via synthetic events: each default-dataset item is billed through apify-default-dataset-item ($0.001 per item), plus apify-actor-start.
  • Free to try on the free plan; PPE pricing applies to paid-plan users.

Categories

DEVELOPER_TOOLS