# Search Api frameworks repositories on GitHub

**Use case:** 

Scrape api frameworks repositories, users and search results from GitHub without a login: stars, language, topics and activity.

## Input

```json
{
  "repos": [
    "apify/crawlee"
  ],
  "users": [],
  "searchQueries": [
    "api frameworks"
  ],
  "maxItemsPerSource": 100,
  "includeUserRepos": true,
  "searchSort": "",
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "fullName": {
    "label": "Repo"
  },
  "login": {
    "label": "Login"
  },
  "name": {
    "label": "Name"
  },
  "owner": {
    "label": "Owner"
  },
  "url": {
    "label": "URL"
  },
  "stars": {
    "label": "Stars"
  },
  "forks": {
    "label": "Forks"
  },
  "followers": {
    "label": "Followers"
  },
  "publicRepos": {
    "label": "Public repos"
  },
  "openIssues": {
    "label": "Open issues"
  },
  "language": {
    "label": "Language"
  },
  "description": {
    "label": "Description"
  },
  "license": {
    "label": "License"
  },
  "updatedAt": {
    "label": "Updated"
  }
}
```

## About this Actor

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