# Chicago Open Source GitHub Contributor Contacts

**Use case:** 

Gather contact information of contributors from Chicago's open source projects on GitHub.

## Input

```json
{
  "maxContributors": 40,
  "repo": "owner/repo",
  "githubToken": "***"
}
```

## Output

```json
{
  "login": {
    "label": "Login"
  },
  "name": {
    "label": "Name"
  },
  "email": {
    "label": "Email"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "blog": {
    "label": "Website"
  },
  "twitterUsername": {
    "label": "X / Twitter"
  },
  "linkedin": {
    "label": "LinkedIn"
  },
  "followers": {
    "label": "Followers"
  },
  "contributions": {
    "label": "Contributions"
  },
  "githubUrl": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Contributor Contacts & Developer Emails Scraper](https://apify.com/scrapers_lat/github-contributor-contacts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/github-contributor-contacts-scraper) to learn more, explore other use cases, and run it yourself.