# Best GitHub Scrapers on Apify (2026)

**Use case:** 

Compare the best GitHub scrapers and APIs on Apify, ranked by popularity with pricing, monthly users, and success rate. Find the right one fast.

## Input

```json
{
  "search": "github",
  "sortBy": "popularity",
  "maxItems": 50,
  "offset": 0,
  "includeDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "username": {
    "label": "Developer username",
    "format": "string"
  },
  "totalUsers": {
    "label": "Total users",
    "format": "integer"
  },
  "monthlyUsers": {
    "label": "Monthly users",
    "format": "integer"
  },
  "totalUsers7Days": {
    "label": "Users (7 days)",
    "format": "integer"
  },
  "totalUsers90Days": {
    "label": "Users (90 days)",
    "format": "integer"
  },
  "bookmarkCount": {
    "label": "Bookmarks",
    "format": "integer"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "url": {
    "label": "Store URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Store API](https://apify.com/johnvc/store-actor-intelligence-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/store-actor-intelligence-api) to learn more, explore other use cases, and run it yourself.