WebScraper.Start Method

IronWebScraper

WebScraperStart Method

Starts the WebScraper.

Set CrawlId to make this crawl resumable. Will also resume a previous scrawl with the same CrawlId if it exists.

Giving a CrawlId also causes the WebScraper to auto-save its state every 5 minutes in case of a crash, system failure or power outage. This feature is particularly useful for long running web-scraping tasks, allowing hours, days or even weeks of work to be recovered effortlessly.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public void Start(
	string CrawlId = null
)
Public Sub Start ( 
	Optional CrawlId As String = Nothing
)

Parameters

CrawlId (Optional)
Type: SystemString
See Also