Trying to scrape a page with puppeteer

Trying to grab some info from an Amazon order page using puppeteer, but pipedream won’t run it.
I need to scrape a page using cookies.
Is there an alternative?
Thanks!

Hi @dzg,

Welcome to the Pipedream Community, happy to have you!

Unfortunately Puppeeter bundles a full Chrome browser within the NPM package, and for this reason it’s not compatible at this time with our Node.js workflow environments.

However, we do offer a Healess Testing integration: https://headlesstesting.com/

That way you can still leverage workflows to scrape fully rendered webpages without installing Chrome via the puppeteer package.

Thanks!
I actually found browserless.io which gives 6 free hours which is plenty for my need.

1 Like

Very cool, thanks for sharing @dzg . Sounds like we might have to build an integration for this.

@dzg - turns out we do offer a Browserless integration:

Here’s a thread for more information. But long story short we do support Browerless officially.

1 Like

Oh, fantastic!