SocialCrawl

github

Extract data from github

github

Extract data from github.

Base URL: /v1/github/...

Getting Started

1. Fetch a profile

curl "https://www.socialcrawl.dev/v1/github/profile?handle=octocat" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

Endpoints

엔드포인트 12개를 제공해요.

엔드포인트경로크레딧 등급
Get a single issue or pull request/v1/github/issuestandard (1cr)
Get comments on an issue or pull request/v1/github/issue/commentsstandard (1cr)
Get a GitHub user profile/v1/github/profilestandard (1cr)
List a GitHub user's repositories/v1/github/profile/reposstandard (1cr)
Get a GitHub repository/v1/github/repostandard (1cr)
List a repository's issues (and PRs)/v1/github/repo/issuesstandard (1cr)
Get a repository's README/v1/github/repo/readmestandard (1cr)
List a repository's releases/v1/github/repo/releasesstandard (1cr)
Search GitHub issues and pull requests/v1/github/searchstandard (1cr)
Full project dossier for a repository/v1/github/repo/dossieradvanced (5cr)
Top feature request and top complaint for a repository/v1/github/repo/top-issuesadvanced (5cr)
User contribution velocity dossier/v1/github/user/profile-velocitypremium (10cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema