# GitHub Repository Intelligence Scores

**Use case:** 

Score GitHub repos on project health, adoption readiness, community and supply-chain risk, each with a weighted-factor breakdown. Find safe-to-adopt projects.

## Input

```json
{
  "query": "vector database",
  "sortBy": "stars",
  "maxResults": 8,
  "enrichRepoData": true,
  "extractContributorEmails": false,
  "compareToPreviousRun": false,
  "notionArchiveProfile": "summary",
  "deliverTopN": 10
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "fullName": {
    "label": "Repository",
    "format": "string"
  },
  "scores": {
    "label": "Intelligence Scores",
    "format": "object"
  },
  "explanations": {
    "label": "Score Explanations",
    "format": "object"
  },
  "changeType": {
    "label": "Change Type",
    "format": "string"
  }
}
```

## About this Actor

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