Github User  Scraper avatar
Github User Scraper

Under maintenance

Pricing

$18.00/month + usage

Go to Store
Github User  Scraper

Github User Scraper

Under maintenance

Developed by

datawizards

datawizards

Maintained by Community

0.0 (0)

Pricing

$18.00/month + usage

0

Total users

2

Monthly users

1

Runs succeeded

0%

Last modified

2 days ago


👤 github-User-Info-Scraper

Effortlessly extract GitHub user profiles with the github-User-Info-Scraper Apify Actor. This tool fetches detailed user data, including repository counts, bio, followers, and popular repositories, using GitHub profile URLs. Perfect for developer research, community analysis, or open-source project tracking.

⚠️ Note: Activate Apify Proxy to prevent scraping blocks. Running without a proxy may result in limited data or failures.


🚀 How github-User-Info-Scraper Works

  • Run the github-User-Info-Scraper to retrieve structured GitHub user profile data.
  • Provide a GitHub profile URL in the github_urls field (e.g., "https://github.com/mark").
  • Optionally, set an item_limit to control the number of profiles scraped.
  • Enable Apify Proxy in proxyConfiguration to ensure reliable scraping.
  • Receive clean JSON results, ready for developer analytics, portfolio reviews, or automation.

🧾 Input Configuration

Use this sample input to get started:

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"github_urls": "https://github.com/mark",
"item_limit": 10
}
  • github_urls: The GitHub user profile URL to scrape.
  • item_limit (optional): Maximum number of profiles to process.
  • proxyConfiguration: Enable Apify Proxy with the Residential group for best results.

📦 Output Sample

The scraper returns an array of user profile data, including:

  • Repository URL and full name
  • Repository count, followers, and following
  • Bio, organization, website, and Twitter details
  • Popular repositories with names, descriptions, and star counts

Here’s a sample output:

[
{
"repository_url": "https://github.com/mark",
"full_name": "Mark Josef",
"repository_count": "40",
"profile_description": "",
"bio": "",
"followers": "92",
"following": "26",
"organization": "Division by Zero, LLC",
"website": "http://McPhage.com",
"twitter": null,
"popular_repositories": [
{
"name": "shard",
"description": "A lightweight snippet sharing & loading system, built on top of Gists.",
"stars": 22
},
{
"name": "autosaves",
"description": "Smart, skinnable HTML elements that automatically save to the database",
"stars": 9
},
{
"name": "company_ruby_quiz",
"description": "Company Ruby Quiz",
"stars": 9
},
{
"name": "DrawRace",
"description": "A flash AS2 prototype of a 2D top-down racing game with course editor.",
"stars": 6
},
{
"name": "string_formatter",
"description": "StringFormatter: a library for defining custom strf-style methods for your objects",
"stars": 5
},
{
"name": "Bloxley-Tutorials",
"description": "Tutorials for using the Bloxley Framework",
"stars": 5
}
]
}
]

📌 Use Cases

  • Developer Research: Analyze GitHub user profiles for hiring or collaboration.
  • Open-Source Analysis: Track popular repositories and contributor activity.
  • Community Insights: Study follower and following metrics for network analysis.
  • Portfolio Review: Collect data on developer projects and skills.

📞 Support

For custom outputs, desired modifications, or bug reporting, reach out to us:

💡 Tip: Use the subject “github-User-Info-Scraper Support Request” for faster assistance.


👤 github-User-Info-Scraper

Effortlessly extract GitHub user profiles with the github-User-Info-Scraper Apify Actor. This tool fetches detailed user data, including repository counts, bio, followers, and popular repositories, using GitHub profile URLs. Perfect for developer research, community analysis, or open-source project tracking.

⚠️ Note: Activate Apify Proxy to prevent scraping blocks. Running without a proxy may result in limited data or failures.


🚀 How github-User-Info-Scraper Works

  • Run the github-User-Info-Scraper to retrieve structured GitHub user profile data.
  • Provide a GitHub profile URL in the github_urls field (e.g., "https://github.com/mark").
  • Optionally, set an item_limit to control the number of profiles scraped.
  • Enable Apify Proxy in proxyConfiguration to ensure reliable scraping.
  • Receive clean JSON results, ready for developer analytics, portfolio reviews, or automation.

🧾 Input Configuration

Use this sample input to get started:

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
},
"github_urls": "https://github.com/mark",
"item_limit": 10
}
  • github_urls: The GitHub user profile URL to scrape.
  • item_limit (optional): Maximum number of profiles to process.
  • proxyConfiguration: Enable Apify Proxy with the Residential group for best results.

📦 Output Sample

The scraper returns an array of user profile data, including:

  • Repository URL and full name
  • Repository count, followers, and following
  • Bio, organization, website, and Twitter details
  • Popular repositories with names, descriptions, and star counts
[
{
"repository_url": "https://github.com/mark",
"full_name": "Mark Josef",
"repository_count": "40",
"profile_description": "",
"bio": "",
"followers": "92",
"following": "26",
"organization": "Division by Zero, LLC",
"website": "http://McPhage.com",
"twitter": null,
"popular_repositories": [
{
"name": "shard",
"description": "A lightweight snippet sharing & loading system, built on top of Gists.",
"stars": 22
},
{
"name": "autosaves",
"description": "Smart, skinnable HTML elements that automatically save to the database",
"stars": 9
},
{
"name": "company_ruby_quiz",
"description": "Company Ruby Quiz",
"stars": 9
},
{
"name": "DrawRace",
"description": "A flash AS2 prototype of a 2D top-down racing game with course editor.",
"stars": 6
},
{
"name": "string_formatter",
"description": "StringFormatter: a library for defining custom strf-style methods for your objects",
"stars": 5
},
{
"name": "Bloxley-Tutorials",
"description": "Tutorials for using the Bloxley Framework",
"stars": 5
}
]
}
]

📌 Use Cases

  • Developer Research: Analyze GitHub user profiles for hiring or collaboration.
  • Open-Source Analysis: Track popular repositories and contributor activity.
  • Community Insights: Study follower and following metrics for network analysis.
  • Portfolio Review: Collect data on developer projects and skills.

📞 Support

For custom outputs, desired modifications, or bug reporting, reach out to us:

💡 Tip: Use the subject “github-User-Info-Scraper Support Request” for faster assistance.