kycnot.me/crawler
2024-01-27 06:42:12 +01:00
..
.gitignore massive update 2024-01-27 06:42:12 +01:00
Dockerfile massive update 2024-01-27 06:42:12 +01:00
index.js massive update 2024-01-27 06:42:12 +01:00
package-lock.json massive update 2024-01-27 06:42:12 +01:00
package.json massive update 2024-01-27 06:42:12 +01:00
README.md massive update 2024-01-27 06:42:12 +01:00

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"