Maven Central Stats avatar

Maven Central Stats

Pricing

$0.0005 / actor start

Go to Apify Store
Maven Central Stats

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

Bruno Finger

Maintained by Community

Actor 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

FieldTypeRequiredDefaultDescription
artifactsarray[string]yesList of artifact IDs, optionally in groupId:artifactId format for precision.
maxResultsintegerno5Max 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"]
}