worker icon indicating copy to clipboard operation
worker copied to clipboard

Containerized Ferret worker

Results 12 worker issues
Sort by recently updated
recently updated
newest added

it might be nice to have the possibility for the build to choose a non-headless for some usecases

question

how to use cookie ?

question

Hello, First of all great work, creating a declarative scraper. We were testing out worker using docker, ran using ` docker run -d -p 8080:8080 montferret/worker ` and it's running...

help wanted

For example, I tried open a site behind Cloudflare, and it threw the below error. How can I avoid Cloudflare captcha errors? or How could I install privacypass chrome extension...

help wanted
question

(on an intel mac) ### 1. Docker Hub => OK `docker run -d -p 8080:8080 montferret/worker ` get http://localhost:8080/info > { > "ip": "xxxx", > "version": { > "worker": "1.18.0",...

when I run the standard "try it" script, the ferret doesn't find the element by the ".chartTrack__title" selector ![image](https://user-images.githubusercontent.com/43184140/150664627-1e086a79-90bc-4eb9-b670-c69ba6351637.png) ```fql LET doc = DOCUMENT('https://soundcloud.com/charts/top', { driver: 'cdp' }) WAIT_ELEMENT(doc, '.chartTrack__details',...

quick idea regularly we will host this docker behind an auth managed by google amazon or .... in case we want to host it on a dedicated server, do you...

enhancement

Hey @ziflex , Sometimes we are billed per request on the hosting of an API; it would be possible to have an option on the post / to retrieve the...

thanks for the worker component, it fits my needs and loving it. I link to know how to use "worker component" with external proxy. Any tips or idea will be...

enhancement

Hey, still in a spirit of debugging it could be interesting via post options to manage a screenshot of the state of the doc in case of failed. I'm just...