/maven/artifacts/search
Search Maven Central artifacts by keyword, coordinate, class name, SHA-1 or packaging
Price: 1 credit per 100 results
💡 AI Hint: Search Maven Central for artifacts. Match by free-text query, groupId, artifactId, a contained class name (simple or fully-qualified), a JAR SHA-1 checksum, or packaging type, ordered by relevance or newest. Returns each artifact’s group/artifact id, latest version, packaging, version count, last publish time, and available file extensions.
Authorizations
API token from the dashboard
Headers
Body
Number of artifacts to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Free-text search query
"guava"
Filter by groupId
"com.google.guava"
Filter by artifactId
"guava"
Find artifacts containing this class (simple or fully-qualified name)
"MultiMap"
Find the artifact whose JAR matches this SHA-1 checksum
"6a806eff209f"
Filter by packaging type
"jar"
Result ordering
relevance, newest