Developer

npm Downloads

Last-month download count for a package.

Input

FieldTypeRequired
packagestringrequired

Run it

curl -X POST "https://api.buildwithapi.io/v1/actors/npm-downloads/run-sync-get-dataset-items" \
  -H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
  -d '{"package": "requests"}'

Response

{
  "actor": "npm-downloads",
  "status": "SUCCEEDED",
  "stats": { "items": 1 },
  "items": [ ... ],
  "brand": "Vector by Phoenix"
}
Try it live → ← All actors Actor docs