GitHub Push Event Scraper avatar
GitHub Push Event Scraper

Pricing

$0.45 / 1,000 events

Go to Store
GitHub Push Event Scraper

GitHub Push Event Scraper

Developed by

Andrew K

Andrew K

Maintained by Community

Extracts GitHub push events with your specified date range. Scrapes commit metadata, including author info (name, email), commit messages, and URLs for users, commits, and repos. Ideal for monitoring repository activity or tracking user contributions.

0.0 (0)

Pricing

$0.45 / 1,000 events

0

Total users

2

Monthly users

2

Last modified

a day ago

GitHub Push Events Scraper

Extracts detailed GitHub push events and their associated commit data for any public repository. This Actor allows you to monitor repository activity, track user contributions, or gather data for analysis by specifying a date range.

The scraper is designed for performance and a great user experience:

  • ⚡️ Direct & Fresh: Your stream begins in about a minute, fetching data directly from the source.
  • 📡 Continuous Live Feed: Progressively fetches data as the stream runs, ideal for continuous monitoring.
  • 🔧 Customizable Output: Select only the fields you need in the output.

Input Parameters

The Actor requires the following input:

FieldTypeDescription
start_dateDateRequired. The first date to scrape data from, in YYYY-MM-DD format.
end_dateDateOptional. The last date to scrape data from. If left blank, data will be scraped up to the most recent available hour.
fieldsCheckbox GroupOptional. Select the fields you want to include in the output. By default, all fields are selected.

Output Data

The Actor returns a dataset of GitHub push events. Each item in the dataset is a JSON object containing the fields you selected.

Here is an example of a single output record with all fields selected:

{
"PushId": 1234567890,
"PushTimeStamp": "2025-07-28T10:30:00Z",
"CommitMessage": "feat: Implement new user authentication flow",
"CommitUrl": "https://github.com/user/repo/commit/a1b2c3d4e5f6",
"CommitAuthorName": "Jane Doe",
"CommitEmail": "jane.doe@example.com",
"UserLogin": "janedoe",
"UserEmail": "jane.doe@users.noreply.github.com",
"UserUrl": "https://github.com/janedoe",
"RepoUrl": "https://github.com/user/repo"
}

Support

Find a bug or have a suggestion? Let me know!