메소드 | 설명 | |
---|---|---|
CreateHttpRequest ( |
Given a URL, loads and returns a string representing a web page's markup
|
|
DecodeHTML ( string html ) : string |
Decodes the HTML-encoded sections of the supplied string
|
|
DoEvents ( ) : void |
Used to force the background worker to wait for a condition before proceeding.
|
|
DownloadWebImage ( |
||
EncodeURL ( string URL ) : string |
Encodes the supplied string for use as a URL
|
|
LoadReviewHistogram ( string asin ) : string |
Given a product's unique Amazon ID, loads the review distribution histogram. Much faster than an entire pageload for detailed review info.
|
|
LoadSearchPage ( int pageIndex, string searchTerms ) : string |
Loads the result page based on the criteria and the supplied page index, determines the number of valid results on the page, and returns a list of strings representing the markup for each result on the page. Those results can be used by the other Scraper methods to obtain specific pieces of data (e.g. product name).
|
public static CreateHttpRequest ( |
||
URL | ||
리턴 | String |
public static DecodeHTML ( string html ) : string | ||
html | string | HTML-encoded string |
리턴 | string |
public static DownloadWebImage ( |
||
url | ||
리턴 |
public static EncodeURL ( string URL ) : string | ||
URL | string | string to encode |
리턴 | string |
public static LoadReviewHistogram ( string asin ) : string | ||
asin | string | |
리턴 | string |
public static LoadSearchPage ( int pageIndex, string searchTerms ) : string | ||
pageIndex | int | |
searchTerms | string | |
리턴 | string |