
GitHub Project & Contributor Finder API
Easily extract GitHub repositories, project details, and contributor contact information using keywords, stars, and update dates. No coding or proxies required.
Input Required
KeyWords
☑️ Required
Keywords for searching repositories
Type: string
Default: browser automation
stars
☑️ Required
Minimum number of stars the repository should have
Type: number
Default: 100
updated
☑️ Required
Date when the repository was last updated
Type: string
Default: 2026-01-01
Page_Turns
☑️ Required
Number of page turns to complete. For example, if there are 39 pages in total and you want to extract the first 2 pages, input 2.
Type: number
Default: 1
date_limit_per_page
☑️ Required
How many data items to extract per page in the search results list.
Type: number
Default: 5
Example Output
[
{
"item": [
{
"repository_name": "vercel/next.js",
"repository_url": "https://github.com/vercel/next.js",
"repository_owner_name": "vercel",
"repository_description": "The React Framework",
"star_count": 139000
}
],
"children_1": [
{
"user_name": "timneutkens",
"profile_url": "https://github.com/timneutkens",
"bio": "Co-author of Next.js and MDX",
"repositories_summary": "vercel/next.js: The React Framework\nvercel/micro: Asynchronous HTTP microservices\nmdx-js/mdx: Markdown for the component era\nvercel/ncc: Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.",
"personal_website": "https://timn.tech",
"twitter": "https://twitter.com/timneutkens"
}
]
}
]
