Cheerio Load из файла

var fs = require('fs');

cheerio.load(fs.readFileSync('path/to/file.html'));
Tarik