SocialCrawl
github

github

Extract data from github

github

Extract data from github. 2 endpoints available.

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.

Endpoints

EndpointPathCredit Tier
Get a GitHub user profile/v1/github/profilestandard (1cr)
Get a GitHub repository/v1/github/repostandard (1cr)

Notes

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