NPM Package Scraper avatar

NPM Package Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
NPM Package Scraper

NPM Package Scraper

Scrape npm package data from the registry. Search by keyword or fetch specific packages. Extract versions, downloads, dependencies, authors, licenses, and full metadata.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Categories

Share

Scrape npm package data directly from the npm registry API. Search packages by keyword or fetch detailed metadata for specific package names.

Features

  • Search mode: Search npm registry by keyword, returns up to 250 results per query
  • Package mode: Fetch full details for specific package names
  • Download counts: Weekly download statistics from the npm API
  • Rich metadata: Versions, authors, licenses, dependencies, keywords, repository URLs

Output Fields

FieldDescription
namePackage name
versionLatest version
descriptionPackage description
keywordsPackage keywords array
authorAuthor name
licenseLicense type
homepageHomepage URL
repositoryRepository URL
weeklyDownloadsWeekly download count
dependenciesNumber of production dependencies
devDependenciesNumber of dev dependencies
createdDate first published
modifiedDate last modified
readmeReadme text (truncated to 500 chars)
sourceUrlnpm registry URL
scrapedAtScrape timestamp

Usage Examples

Search for React packages

{
"mode": "search",
"searchQueries": ["react", "react hooks"],
"limit": 50
}

Fetch specific packages

{
"mode": "package",
"packageNames": ["lodash", "express", "axios"]
}

Cost

This actor uses pay-per-event pricing. You are charged $0.005 per result returned.