# Export GitHub Stars for Top Web Development Repos

**Use case:** 

Retrieve GitHub star events for key web development repositories. Obtain data filtered by date and specific repos from January 1 to January 7, 2025.

## Input

```json
{
  "startDate": "2025-01-01",
  "endDate": "2025-01-07",
  "hours": [
    "15"
  ],
  "eventTypes": [
    "WatchEvent"
  ],
  "repoFilter": [
    "tailwindlabs/tailwindcss",
    "shadcn-ui/ui",
    "radix-ui/primitives"
  ],
  "actorFilter": [],
  "orgFilter": [],
  "maxItems": 5000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "createdAt": {
    "label": "Created At",
    "format": "text"
  },
  "eventType": {
    "label": "Event Type",
    "format": "text"
  },
  "action": {
    "label": "Action",
    "format": "text"
  },
  "actorLogin": {
    "label": "Actor",
    "format": "text"
  },
  "repoName": {
    "label": "Repository",
    "format": "text"
  },
  "repoUrl": {
    "label": "Repo URL",
    "format": "link"
  },
  "orgLogin": {
    "label": "Org",
    "format": "text"
  },
  "commitCount": {
    "label": "Commits",
    "format": "text"
  },
  "prNumber": {
    "label": "PR #",
    "format": "text"
  },
  "issueNumber": {
    "label": "Issue #",
    "format": "text"
  },
  "releaseTag": {
    "label": "Release",
    "format": "text"
  },
  "hourFile": {
    "label": "Hour File",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Archive Events Scraper — Historical GH Events by Date](https://apify.com/logiover/github-archive-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/github-archive-events-scraper) to learn more, explore other use cases, and run it yourself.