# Prolific TypeScript Developers on GitHub to Recruit

**Use case:** 

Well-followed, prolific TypeScript developers on GitHub ranked by repo count and followers. Startup recruiters and dev-tool teams use it for outreach lists.

## Input

```json
{
  "query": "language:TypeScript followers:>100 repos:>20",
  "type": "users",
  "sort": "best-match",
  "maxItems": 100
}
```

## Output

```json
{
  "fullName": {
    "label": "Repository",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "forks": {
    "label": "Forks",
    "format": "number"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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