# Review pull requests for a GitHub repository

**Use case:** 

Collect pull requests from one repository to inspect review activity and recent change patterns before adoption.

## Input

```json
{
  "mode": "prs",
  "repo": "microsoft/vscode",
  "query": "language:typescript stars:>5000 mcp",
  "user": "torvalds",
  "language": "typescript",
  "timeframe": "daily",
  "state": "closed",
  "since": "2026-01-01",
  "maxResults": 15,
  "includeComments": true,
  "includeReviews": true,
  "includeFiles": false
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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