# Extract Rust Push Events from GitHub (Dec 2024)

**Use case:** 

Get detailed Rust language push events from GitHub between December 1-15, 2024. Analyze up to 10,000 historical events by organization and date.

## Input

```json
{
  "startDate": "2024-12-01",
  "endDate": "2024-12-15",
  "hours": [
    "15"
  ],
  "eventTypes": [
    "PushEvent"
  ],
  "repoFilter": [],
  "actorFilter": [],
  "orgFilter": [
    "rust-lang"
  ],
  "maxItems": 10000,
  "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.