Nuget Dotnet Scraper
Pricing
from $10.00 / 1,000 results
Nuget Dotnet Scraper
Searches the NuGet gallery for .NET packages matching a query and extracts metadata including package ID, version, download counts, authors, and project URL.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

Donny
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 hours ago
Last modified
Categories
Share
NuGet .NET Package Scraper
What it does
Searches the NuGet gallery for .NET packages matching a query and extracts metadata including package ID, version, download counts, authors, and project URL.
This Apify actor automates the collection of data from a public API, extracting structured information and saving it directly into an Apify dataset. It handles pagination automatically, supports configurable result limits, and includes robust error handling with timeouts on all HTTP requests. The actor is designed for reliability: it validates inputs, applies sensible defaults, and produces a fallback record when no results are found, so your downstream workflows never receive an empty dataset.
Why use it
Manually collecting data from web APIs is tedious and error-prone. This actor eliminates that burden by running in the cloud on the Apify platform, where it can be scheduled, integrated with webhooks, or chained with other actors. Whether you are conducting market research, building a knowledge base, monitoring package ecosystems, or feeding data into an analytics pipeline, this actor gives you structured, ready-to-use JSON output with zero browser overhead. It uses lightweight HTTP requests instead of a full browser, which makes it fast and cost-effective.
Input parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
searchQuery | string | Yes | "json serialization" | The search term to use when querying the API. |
maxResults | integer | No | 100 | Maximum number of results to return (1 to 1000). |
Output data
Each item in the output dataset contains the following fields:
- id - NuGet package identifier.
- version - Latest version string.
- description - Package description.
- totalDownloads - Total download count across all versions.
- authors - Comma-separated list of authors.
- projectUrl - URL to the project homepage.
- tags - Comma-separated list of tags.
- iconUrl - URL to the package icon.
All string fields are null-checked; missing values are stored as null rather than undefined.
Example output
{"id": "Newtonsoft.Json","version": "13.0.3","description": "Json.NET is a popular high-performance JSON framework for .NET","totalDownloads": 3000000000,"authors": "James Newton-King","projectUrl": "https://www.newtonsoft.com/json","tags": "json, serialization","iconUrl": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.3/icon"}
Pricing
This actor is priced on a usage basis:
- $0.01 per result returned in the dataset.
- $0.005 per actor start (fixed platform fee).
For example, scraping 500 results would cost approximately $5.005. Apify provides free monthly credits for new users, so you can try the actor at no charge.
More scrapers from brave_paradise
Check out other useful scrapers built by brave_paradise:
Visit the brave_paradise profile on Apify to see the full catalogue of actors.