Introduction
This integration allows users to retrieve a list of stargazers for a specified GitHub repository using Clay's automation capabilities. Leveraging GitHub's REST API, specifically the "List stargazers" endpoint, the action retrieves data about users who have starred the repository. This information can be valuable for analyzing repository popularity, identifying potential contributors, or conducting outreach to engaged community members.
Provider: https://github.com
โAPI Documentation: https://docs.github.com/en/rest/activity/starring
Input
Name | Is Optional | Description | Type |
Repository URL or Name | e.g. https://github.com/clay-run/clay-base-sdk or clay-run/clay-base-sdk | url |
Output
Name | Type |
Stargazers | array |