Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saladtechnologies/playwright-crawler

A webcrawler worker built with playwright
https://github.com/saladtechnologies/playwright-crawler

Last synced: 6 days ago
JSON representation

A webcrawler worker built with playwright

Awesome Lists containing this project

README

        

# playwright-crawler
A webcrawler worker built with playwright

## Docker

```
saladtechnologies/playwright-crawler:latest
```

## Build

```bash
docker buildx build \
-t saladtechnologies/playwright-crawler:latest \
--platform linux/amd64 \
--output type=docker \
--provenance=false \
.
```