Thursday, May 23, 2024
 Popular · Latest · Hot · Upcoming
160
rated 0 times [  166] [ 6]  / answers: 1 / hits: 18376  / 9 Years ago, sat, september 19, 2015, 12:00:00

I am former python developer and I have used BS4 for couple of years
Now I am developing with node and yes cheerio package is very good, but I need smth like BS4 for scraping in node



Is there some alternatives for cheerio?
Thanks!


More From » node.js

 Answers
64

I suggest you check out the x-ray node package. It is essentially an abstraction layer above cheerio that makes the code you need to 'structure any website' even more terse.



It has a composable syntax in style and it supports pagination, limiting/throttling, delaying, scraping collections etc.


[#65001] Thursday, September 17, 2015, 9 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gregoriocoya

Total Points: 549
Total Questions: 111
Total Answers: 104

Location: Saint Helena
Member since Mon, Jan 16, 2023
1 Year ago
;