CheerioHandlePageInputs
Properties
$
Type: cheerio.Root
The Cheerio object with parsed HTML.
body
Type: string
| Buffer
The request body of the web page.
json
Type: *
The parsed object from JSON string if the response contains the content type application/json.
request
Type: Request
The original Request
object.
contentType
Type: Object
Parsed Content-Type header: { type, encoding }
.
response
Type: IncomingMessage
An instance of Node's http.IncomingMessage object,
session
Type: Session
proxyInfo
Type: ProxyInfo
An object with information about currently used proxy by the crawler and configured by the ProxyConfiguration
class.
crawler
Type: CheerioCrawler