GitHub Repository Scraper — Search, Users, Repos avatar

GitHub Repository Scraper — Search, Users, Repos

Pricing

from $1.00 / 1,000 results

Go to Apify Store
GitHub Repository Scraper — Search, Users, Repos

GitHub Repository Scraper — Search, Users, Repos

Scrape GitHub repositories via the public API — by search query, a user's repos, or specific owner/name repos. Stars, forks, language, topics, license, dates. Optional token for higher rate limits.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

alaudin burki

alaudin burki

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape GitHub repositories via the public API — by search query, a user's repos, or specific owner/name repos. Stars, forks, language, topics, license, dates. Optional token for higher rate limits.

Built reliability-first: every row reports what was found and what was missing — you never get a silent blank, and a run summary tells you exactly what happened.

What you get

FieldDescription
fullNameFull Name
ownerOwner
starsStars
forksForks
languageLanguage
licenseLicense
topicsTopics
urlUrl
maintenanceHealthMaintenance health (0-100)
abandonmentRiskAbandonment risk
daysSincePushDays since last push

How to use it

  1. Fill in the input (see the example below).
  2. Run it once for a snapshot, or schedule it to keep the data fresh.
  3. Export to CSV/JSON/Excel, or push straight to Google Sheets, Notion, Airtable, Zapier, Make, or n8n.

Input

{
"query": "apify",
"users": [],
"repos": [],
"sort": "stars",
"maxPages": 3,
"maxItems": 1000
}

Sample output

[
{
"fullName": "Example fullName",
"owner": "example",
"stars": 42,
"forks": 42,
"language": 42,
"license": "example",
"topics": "example",
"url": "https://example.com/item/1",
"maintenanceHealth": 42,
"abandonmentRisk": "example",
"daysSincePush": 42
}
]

Typical uses

  • Discover/track repos by topic or language; competitor/library research.
  • Build a dataset of an org's repos with stars/activity.

Pricing

$1.00 / 1,000 results ($0.001 per result), plus a near-zero start fee. You are never charged beyond your limit, and blocked or failed items are reported honestly — not billed as data.

FAQ & limitations

  • Public data only — no login walls, no cookies required.
  • Rate limits on the source may require the proxy or a retry on very large pulls.
  • Every row reports its own status, so partial results are always labeled, never faked.
  • Integrations: output works with Zapier, Make, n8n, and any webhook via Apify's integrations.
  • Formats: results export as JSON, CSV, Excel, or HTML from the dataset.
  • Portfolio Health Monitor
  • Format Converter
  • URL Metadata Extractor