VOOZH about

URL: https://apify.com/andok/github-scraper-repos-profiles

⇱ GitHub Scraper: Repos & Profiles Β· Apify


πŸ‘ GitHub Scraper: Repos & Profiles avatar

GitHub Scraper: Repos & Profiles

Pricing

from $1.00 / 1,000 repo scrapeds

Go to Apify Store

GitHub Scraper: Repos & Profiles

Extract GitHub repository stats, forks, stars, and user profiles directly from the API. Perfect for developer lead gen and competitor tracking.

Pricing

from $1.00 / 1,000 repo scrapeds

Rating

0.0

(0)

Developer

πŸ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

GitHub Repository & User Stats Scraper

Extract repository statistics and user profiles directly from the GitHub REST API in bulk. Feed it a list of repo names or usernames and get back stars, forks, watchers, languages, follower counts, and more β€” no authentication or HTML scraping required. Useful for benchmarking open-source projects, tracking competitor repos, or enriching developer profiles.

Features

  • Dual mode β€” scrape repository stats or user profiles in a single run
  • Bulk processing β€” process dozens of targets in one run
  • Official API β€” queries api.github.com directly for accurate, structured data
  • Rich metadata β€” repos get stars, forks, watchers, language, and topics; users get followers, public repo count, and bio
  • No auth required β€” uses the public GitHub API (rate-limited to 60 req/hr)
  • Auto-detection β€” automatically determines if a target is a repo (owner/name) or a user (username)

Input

FieldTypeRequiredDefaultDescription
targetsarrayYesβ€”List of GitHub repositories (e.g. apify/crawlee) or usernames (e.g. torvalds)
timeoutSecondsintegerNo15Per-request API timeout in seconds (1-120)

Input Example

{
"targets":["apify/crawlee","torvalds"],
"timeoutSeconds":15
}

Output

Each dataset item represents one repository or user profile. Key fields:

  • target (string) β€” the input target string
  • type (string) β€” Repository, User, or Unknown
  • name (string) β€” full repo name or username
  • description (string) β€” repo description or user bio
  • url (string) β€” GitHub profile or repo URL
  • stars (number) β€” stargazer count (repos only)
  • forks (number) β€” fork count (repos only)
  • watchers (number) β€” subscriber/watcher count (repos only)
  • language (string) β€” primary language (repos only)
  • followers (number) β€” follower count (users only)
  • publicRepos (number) β€” public repository count (users only)

Output Example

{
"target":"apify/crawlee",
"type":"Repository",
"name":"apify/crawlee",
"description":"Crawlee β€” A web scraping and browser automation library for Node.js",
"url":"https://github.com/apify/crawlee",
"stars":15200,
"forks":680,
"watchers":142,
"language":"TypeScript",
"followers":0,
"publicRepos":0
}

Pricing

EventCost
Repo ScrapedPay-per-event (see actor pricing page)

Use Cases

  • OSS benchmarking β€” compare star counts and fork rates across competing open-source projects
  • Developer enrichment β€” pull follower counts and bio data for developer profiles in your CRM
  • Tech due diligence β€” assess a project's traction and community size before integrating or investing
  • Portfolio monitoring β€” schedule weekly runs to track growth of repos you maintain or depend on

Related Actors

ActorWhat it adds
NPM Metadata ExtractorGet package-level details for repos that publish to NPM
Hacker News ScraperTrack when repos get discussed on Hacker News

Notes

  • The public GitHub API has a rate limit of 60 requests per hour per IP. For large batches, consider spacing runs or providing a GitHub token (not currently supported by this actor).

You might also like

GitHub API Scraper: Repos & Profiles

andok/github-api-scraper

Extract GitHub repository stats, forks, stars, and user profiles directly from the API. Perfect for developer lead gen and competitor tracking.

GitHub Scraper

automation-lab/github-scraper

Extract data from GitHub β€” repository details, developer profiles, trending repos, and search results. Stars, forks, languages, topics, and more. No API key needed.

πŸ‘ User avatar

Stas Persiianenko

37

GitHub Repos Scraper

gio21/github-repos-scraper

Search and scrape GitHub repositories. Extract stars, forks, language, license, topics, and more from the GitHub public API.

GitHub Repository Scraper - Stars, Topics, Trending

logiover/github-repository-scraper

Scrape GitHub repos by search query and export stars, topics, forks & license to CSV/JSON. GitHub data export without an API key - trending repos scraper.

Github Profile Scraper

scrapers-hub/github-profile-scraper

πŸš€ GitHub Profile Scraper extracts rich developer insights from GitHub profilesβ€”repos, followers, stars, activity & more. 🧠 Perfect for B2B lead gen, talent sourcing & research. ⚑ Fast, reliable, and easy to use!