Introduction
This integration allows you to retrieve essential information about a GitHub user using either their username or profile URL. Leveraging the GitHub API, specifically the Users endpoint, this action fetches key data points such as the user's name, bio, location, and public repository count. This functionality enables efficient user profiling and data enrichment within your Clay workflows.
Provider: https://github.com
โAPI Documentation: https://docs.github.com/en/rest/users
Input
Name | Is Optional | Description | Type |
Username | Github username | text | |
Include Repos | true | Include information about user repositories | boolean |
Include Orgs | true | Include information about user organizations | boolean |
Include Contributions | true | Include the number of user contributions in the past year | boolean |
Include Starred | true | Include the number of user starred repositories | boolean |
Output
Name | Type |
Data | object |