Github List Scraper
Pricing
Pay per usage
Go to Apify Store

Github List Scraper
This Actor scrapes repositories from GitHub **Awesome Lists**, **topic listings**, and **individual repositories**, collecting useful metadata for each project.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Jan Buchar
Maintained by Community
Actor stats
0
Bookmarked
26
Total users
2
Monthly active users
2 months ago
Last modified
Categories
Share
GitHub Awesome List and topic scraper
What this Actor does
This Actor scrapes repositories from GitHub Awesome Lists, topic listings, and individual repositories, collecting useful metadata for each project.
Input parameters
You can customize the scraping by providing on or more of these fields:
{"awesomeLists": ["owner/repository"],"topics": ["example-topic"],"repositories": ["owner/repository"]}
- awesomeLists (array, optional) – List of GitHub Awesome Lists to scrape.
- topics (array, optional) – Fetch all repositories with these topics.
- repositories (array, optional) – Scrape specific repositories.
Output format
The Actor outputs a dataset with the following fields:
[{"repository": "octocat/Hello-World","description": "An example repo","homepageUrl": "https://example.com","tocPath": ["Awesome examples", "Repository examples"],"topics": ["opensource", "example"],"latestCommit": "2024-03-01T12:34:56Z","stars": 1234,"readmeContent": "This is the README content..."}]
