mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-11-30 16:46:35 -05:00
| .. | ||
| .gitignore | ||
| Dockerfile | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Crawlee + PlaywrightCrawler + JavaScript
Crawler API for kycnot.me
GET /scrap
URL Query Parameters:
url: URL to scrap
Response:
{
"content": string,
"length": number,
}
Example:
curl -X GET "http://localhost:3011/scrap?url=https://localmonero.co/nojs/faq"