# GitHub Scraper · Deep Learning Frameworks

**Use case:** 

Collect neural network implementations, PyTorch extensions, and computer vision models.

## Input

```json
{
  "query": "stars:>1000 language:python",
  "language": "python",
  "topic": "deep-learning",
  "minStars": 200,
  "maxStars": 0,
  "license": "",
  "organization": "",
  "pushedAfter": "",
  "sort": "stars",
  "order": "desc",
  "maxItems": 50,
  "githubToken": "***"
}
```

## Output

```json
{
  "slug": {
    "label": "Repository Slug",
    "format": "string"
  },
  "stars": {
    "label": "Stargazers Count",
    "format": "integer"
  },
  "language": {
    "label": "Primary Language",
    "format": "string"
  },
  "topics": {
    "label": "Topic Tags",
    "format": "array"
  },
  "license": {
    "label": "License SPDX Key",
    "format": "string"
  },
  "forks": {
    "label": "Forks Count",
    "format": "integer"
  },
  "openIssues": {
    "label": "Open Issues Count",
    "format": "integer"
  },
  "description": {
    "label": "Repository Description",
    "format": "string"
  },
  "htmlUrl": {
    "label": "GitHub Web URL",
    "format": "string"
  },
  "pushedAt": {
    "label": "Pushed At",
    "format": "string"
  }
}
```

## About this Actor

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