# Map contributors for one GitHub repository

**Use case:** 

Collect contributor records for a public repository when you need maintainer discovery, community analysis, or ownership context.

## Input

```json
{
  "mode": "contributors",
  "repo": "tensorflow/tensorflow",
  "query": "language:typescript stars:>5000 mcp",
  "user": "torvalds",
  "language": "typescript",
  "timeframe": "daily",
  "state": "open",
  "since": "2026-01-01",
  "maxResults": 25,
  "includeComments": false,
  "includeReviews": false,
  "includeFiles": false
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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