Maven Central Stats
Pricing
$0.0005 / actor start
Go to Apify Store

Maven Central Stats
Fetch Maven Central (Java) package metadata and statistics: version, group/artifact ID, timestamp, latest version, and source URLs via the official Maven Search API.
Pricing
$0.0005 / actor start
Rating
0.0
(0)
Developer
Bruno Finger
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Maven Central Package Stats
Fetches Maven Central (Java) artifact metadata via the official Maven Search API: group ID, artifact ID, latest version, version count, timestamp, and repository URLs.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
artifacts | array[string] | yes | — | List of artifact IDs, optionally in groupId:artifactId format for precision. |
maxResults | integer | no | 5 | Max results per query when not using exact group:artifact. |
Output
Each dataset item contains: name, groupId, artifactId, latestVersion, repositoryId, versionCount, timestamp, repositoryUrl, sourcesUrl, or error if not found.
Usage
{"artifacts": ["com.fasterxml.jackson.core:jackson-core", "org.springframework:spring-core"]}