Tool to search for packages in the npm registry. Use when you need to find packages matching a search term. Results are returned in an 'objects' array; each element contains package metadata under a 'package' field and weekly download estimates under 'downloads.weekly'.
sizeintegerNumber of results to return (1-250). Default is 20.
textRequiredstringSearch query for packages (name, keywords, or description). Combine specific keywords (e.g., 'react cli', 'testing framework') to avoid loosely related results from broad queries.
offsetintegerOffset for pagination. Default is 0.
qualitynumberQuality weight (0.0-1.0). Default is 1.0.
popularitynumberPopularity weight (0.0-1.0). Default is 1.0.
maintenancenumberMaintenance weight (0.0-1.0). Default is 1.0.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.