IronWebScraper 4.0.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package IronWebScraper --version 4.0.4
                    
NuGet\Install-Package IronWebScraper -Version 4.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IronWebScraper" Version="4.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IronWebScraper" Version="4.0.4" />
                    
Directory.Packages.props
<PackageReference Include="IronWebScraper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add IronWebScraper --version 4.0.4
                    
#r "nuget: IronWebScraper, 4.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package IronWebScraper@4.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=IronWebScraper&version=4.0.4
                    
Install as a Cake Addin
#tool nuget:?package=IronWebScraper&version=4.0.4
                    
Install as a Cake Tool

Iron Web Scraper is an elegant web scraping library for C#.   

It allows developers to simulate and automate human browsing behavior in order to extract content, files and image content from web applications as native .Net objects.

Developers have the power to write and debug their own synchronous code.

Iron Web Scraper will manage politeness and multithreading in the background, leaving your application easy to understand and maintain.


Iron Web Scraper can be used to migrate content from existing websites as well as build search indexes and monitor website structure & content changes.

Functionality of Iron WebScraper:
» Read and extract structured content from web pages using  html DOM, Javascript, Xpath and jQuery Style  CSS Selectors.
» Fast multi threading allows hundreds of simultaneous requests.
» Politely avoid over staring remote servers using IP and domain level trolling and optionally  respecting robots.txt
» Manage multiple identities, DNS, proxies, user agents, request methods, custom headers, cookies and logins.
» Data exported from websites becomes native C# objects which can be stored or used immediately.
» Exceptions managed in all but the developers own code. Errors and captchas auto retried on failure
» Save, pause, resume, autosave scrape jobs.
» Built in web cache allows for action replay, crash recovery, and querying existing web scrape data.
» Change scrape logic on the fly and then action-replay your job without any internet traffic.

Requires .NET 4.5.2 -   Licensing & Support available for commercial deployments.

For code examples, documentation & more visit http://ironsoftware.com/cshapr/webscraper
For support please email us at developers@ironsoftware.com

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2025.6.3 259 6/17/2025
2025.5.3 371 5/13/2025
2025.4.2 353 4/8/2025
2025.3.1 791 3/5/2025
2025.2.5 872 2/3/2025
2025.1.1 967 1/3/2025
2024.12.1 631 12/3/2024
2024.11.7 822 11/6/2024
2024.10.1 263 10/1/2024
2024.9.1 267 9/9/2024
2024.8.4 726 7/30/2024
2024.7.1 980 7/5/2024
2024.6.1 496 6/4/2024
2024.5.8 734 4/29/2024
2024.4.4 296 4/4/2024
2024.3.6 455 3/8/2024
2024.2.2 594 1/29/2024
2024.1.3 933 12/29/2023
2023.12.4 951 11/27/2023
2023.11.9 902 10/27/2023
2023.10.8 864 10/6/2023
2023.10.7 816 9/29/2023
2023.9.7 1,063 8/31/2023
2023.8.1 6,070 7/31/2023
2023.7.3 1,229 7/3/2023
2023.6.1 1,394 5/29/2023
2023.5.1 1,166 5/1/2023
2023.4.13 3,796 3/29/2023
2023.2.2 1,466 2/27/2023
2023.1.22 3,325 1/19/2023
2021.11.0 43,957 10/29/2021
2021.9.0 1,911 8/24/2021
2021.6.5 1,564 6/7/2021
4.0.4.3 25,811 4/14/2017
4.0.4 2,400 3/30/2017

First public release of Iron WebScraper on Nuget.

Requires .Net 4.5.2 or newer