Show HN: Pulpie – Models for Cleaning the Web
21–30 of 38 posts
Re: Show HN: Pulpie – Models for Cleaning the Web
#22How does this work on pages that require JavaScript in order to render?
Re: Show HN: Pulpie – Models for Cleaning the Web
#23Re: Show HN: Pulpie – Models for Cleaning the Web
#24Does it work with ecommerce for product scraping? E.g. Amazon, or Shopee (big in SEA)
Re: Show HN: Pulpie – Models for Cleaning the Web
#25Why not use a plain old html → markdown converter? You can easily strip out ads using CSS /jQuery-like selectors. That would cost zero dollars.
We see far better performance with models. Heuristics break on richer content like codeblocks, formulae, quotes, etc. In our testing, our model was 25 F1 points better than Trafilatura.
Re: Show HN: Pulpie – Models for Cleaning the Web
#26Does it work with ecommerce for product scraping? E.g. Amazon, or Shopee (big in SEA)
Yes. I tried it with https://www.allbirds.com/products/womens-cruiser-canvas on our HF space and Pulpie worked great. HF Space: https://huggingface.co/spaces/feyninc/pulpie
Re: Show HN: Pulpie – Models for Cleaning the Web
#27Earlier quoted context omitted.
We see far better performance with models. Heuristics break on richer content like codeblocks, formulae, quotes, etc. In our testing, our model was 25 F1 points better than Trafilatura.
I think instead of "performance" you must mean "accuracy". Traditional deterministic conversion will always be faster and cheaper than running through a model, even if it is less accurate.