# vercel/next.js Contributor Contacts on GitHub

**Use case:** 

Get contributor contacts for the vercel/next.js GitHub repo with usernames, profile links, public emails, and company info.

## Input

```json
{
  "repo": "vercel/next.js",
  "maxItems": 60
}
```

## Output

```json
{
  "login": {
    "label": "Login"
  },
  "name": {
    "label": "Name"
  },
  "email": {
    "label": "Email"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "blog": {
    "label": "Website"
  },
  "twitterUsername": {
    "label": "X / Twitter"
  },
  "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.