
GitHub Push Event Scraper
Pricing
$0.45 / 1,000 events

GitHub Push Event Scraper
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
You can access the GitHub Push Event Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "output_fields": [< "PushId",< "PushTimeStamp",< "CommitMessage",< "CommitUrl",< "CommitAuthorName",< "CommitEmail",< "UserLogin",< "UserEmail",< "UserUrl",< "RepoUrl"< ]<}' |<apify call krab/github-push-event-scraper --silent --output-dataset
GitHub Push Event Scraper API through CLI
The Apify CLI is the official tool that allows you to use GitHub Push Event Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: