Is there any working javascript scraper right now?

My scraper is failing for 4 months, for multiple reasons. As of now, there seem to be installing problems of the node version. I tried 14.x, 16.x, 18.x and removing this line completely - all result in another error, from “[ is not a valid command” (seems to be a bash/dash incompatibility in the docker image) to GLIBC or similar not found or not in the correct version.

Is there any working scraper right now which I can look at and copy the dependency configuration?

Finally, it works with the following configuration, see A new era but the file is already outdated.

platform:

early_release

package.json:

  "engines": {
    "node": "16.x"
  },
1 Like