Live data from Hacker News

Generate RSS feed for any website using CSS selectors

rss-bridge.org

11–20 of 55 posts

Re: Generate RSS feed for any website using CSS selectors

#19
This honestly is standard web scraping but these projects always catch my attention.

You're bound at the mercy of rate-limiting firewalls (so you'll have to rotate proxies if you intend on using this heavily) on top of the standard CloudFront bot detection recaptcha, and div-obfuscation (a good example of this is Facebook).

Re: Generate RSS feed for any website using CSS selectors

#20

I've wondered why people have tried all sorts of cumbersome ways to splice metadata onto HTML like RDFa but never tried the obvious approach of basing extraction rules on CSS selectors... Often these work without the cooperation of the target site so long as they use CSS the way it was supposed be used (e.g. not tailwind, bootstrap, etc.)

CSS selectors has been common for the scrapers I've been using for years.
Post reply on HN