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

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

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

Last synced: 3 months 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 \
.
```