Is there any recommended packages for crawling or scrapping a website in the client side?

Hello everyone,
I have been trying to do some websites crawling / scraping in my Meteor app, but all the packages that I found seems to be working only in the server side,
so is there any package to do some scraping in the client side ??

No, this isn’t really feasible from the client side due to the Same-origin policy.

1 Like

Try http://embed.ly/extract

Thank you, I thought about this before and said maybe there is a way :pensive:

Thank you, I ended up creating my own scraper using x-ray and meteorHacks:npm :smiley: