# React GitHub Repository Data

**Use case:** 

Get public GitHub data for facebook/react, including stars, forks, language, license, open issues, topics, dates, and repository URL.

## Input

```json
{
  "repos": [
    "facebook/react"
  ],
  "users": [],
  "searchQueries": [],
  "includeIssues": false,
  "maxIssuesPerRepo": 20,
  "includeUserRepos": false,
  "maxReposPerUser": 20,
  "maxResults": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Repo",
    "format": "text"
  },
  "owner": {
    "label": "Owner",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "forks": {
    "label": "Forks",
    "format": "number"
  },
  "watchers": {
    "label": "Watchers",
    "format": "number"
  },
  "openIssues": {
    "label": "Open Issues",
    "format": "number"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "topics": {
    "label": "Topics",
    "format": "array"
  },
  "isFork": {
    "label": "Fork",
    "format": "boolean"
  },
  "isArchived": {
    "label": "Archived",
    "format": "boolean"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "pushedAt": {
    "label": "Last Push",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "issuesScrapedCount": {
    "label": "Issues",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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