# Apify SDK GitHub contributor export

**Use case:** 

Extract GitHub contributors from apify/apify-sdk-js with repository stars, forks, language, and profile URLs.

## Input

```json
{
  "repositories": [
    "apify/apify-sdk-js"
  ],
  "maxContributorsPerRepo": 75,
  "includeRepoMetadata": true,
  "includeUserDetails": false,
  "requestDelayMs": 250
}
```

## Output

```json
{
  "repository": {
    "label": "Repository"
  },
  "contributorLogin": {
    "label": "Contributor"
  },
  "contributions": {
    "label": "Contributions"
  },
  "rank": {
    "label": "Rank"
  },
  "contributorType": {
    "label": "Type"
  },
  "contributorUrl": {
    "label": "Profile"
  },
  "repoStars": {
    "label": "Stars"
  },
  "repoForks": {
    "label": "Forks"
  },
  "repoLanguage": {
    "label": "Language"
  },
  "userName": {
    "label": "Name"
  },
  "userCompany": {
    "label": "Company"
  },
  "userLocation": {
    "label": "Location"
  },
  "userFollowers": {
    "label": "Followers"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Contributors Scraper](https://apify.com/automation-lab/github-contributors-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/github-contributors-scraper) to learn more, explore other use cases, and run it yourself.