# React GitHub Repositories Scraper

**Use case:** 

Scrape GitHub repositories for react with stars, forks, language, topics, license and links for developer research.

## Input

```json
{
  "searchQuery": "react",
  "maxItems": 50
}
```

## Output

```json
{
  "fullName": {
    "label": "Repository"
  },
  "owner": {
    "label": "Owner"
  },
  "description": {
    "label": "Description"
  },
  "stars": {
    "label": "Stars"
  },
  "forks": {
    "label": "Forks"
  },
  "language": {
    "label": "Language"
  },
  "topics": {
    "label": "Topics"
  },
  "openIssues": {
    "label": "Open Issues"
  },
  "license": {
    "label": "License"
  },
  "updatedAt": {
    "label": "Updated"
  }
}
```

## About this Actor

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