Maven Central Scraper โ Java & JVM Artifacts, Versions & Deps
Pricing
from $0.50 / 1,000 results
Maven Central Scraper โ Java & JVM Artifacts, Versions & Deps
$0.5/1K ๐ฅ Fast Maven Central scraper! Java/JVM artifacts โ group, version, packaging & version count. No key. JSON, CSV, Excel or API in seconds. Search or list coordinates & pull thousands for dev & SBOM intel โก
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Maven Central Java Packages Scraper
Scrape Maven Central โ the largest repository of Java and JVM artifacts โ into clean, structured JSON. Search by keyword or resolve exact group:artifact coordinates, and get the latest version, packaging type, version count, last-updated timestamp and a direct link for every artifact. No API key, no login, datacenter-proxy friendly.
Features
- Two modes.
searchruns a free-text keyword query;artifactsresolves an explicit list ofgroup:artifactcoordinates. - Clean JSON output โ one row per artifact, every field nullable and stable.
- Latest version + version count for dependency and upgrade research.
- Fast & cheap โ talks directly to the Maven Central Solr search API, no browser.
- No API key required.
Input
| Field | Type | Description |
|---|---|---|
mode | select | search (keyword query) or artifacts (list of coordinates). Default search. |
query | string | Free-text query for search mode. Prefill jackson. |
coordinates | array | List of group:artifact strings for artifacts mode, e.g. com.google.guava:guava. |
maxItems | integer | Max artifacts to return, 1โ1000. Default 100. |
Example input
{"mode": "search","query": "jackson","maxItems": 100}
{"mode": "artifacts","coordinates": ["com.google.guava:guava", "org.apache.commons:commons-lang3"]}
Output
Each dataset item:
{"group_id": "com.google.guava","artifact_id": "guava","latest_version": "33.4.8-jre","packaging": "bundle","version_count": 150,"timestamp": "2025-04-14T17:25:22.422000+00:00","repository": "central","url": "https://central.sonatype.com/artifact/com.google.guava/guava","scraped_at": "2026-07-18T10:00:00+00:00"}
Pricing
Runs on Apify's pay-per-usage model โ roughly ~$1 per 1,000 artifacts depending on your plan and proxy. The actor is lightweight (512 MB, no browser), so most runs cost cents.
Use cases
- Developer intelligence โ track which libraries and versions dominate the JVM ecosystem.
- Dependency research โ pull latest versions and version counts across a set of coordinates.
- SBOM & compliance โ enrich software bill-of-materials with canonical Maven metadata.
- Security & audit โ snapshot the current latest version of critical dependencies to spot drift.
Comparison
| This actor | Manual Maven Central search | Raw Solr API | |
|---|---|---|---|
| Structured JSON dataset | โ | โ | partial |
| Keyword + coordinate modes | โ | โ | โ |
| No parsing / paging code | โ | โ | โ |
| Export CSV/Excel/JSON | โ | โ | โ |
Related actors
Keywords
maven, maven central, java, jvm, kotlin, scala, artifact, dependency, package scraper, sonatype, gradle, sbom, developer tools, version tracking, solr
Built by ninhothedev. Questions or a custom source? Open an issue on the actor page.