kycnot.me/crawler/README.md

24 lines
318 B
Markdown
Raw Normal View History

2024-01-27 05:42:12 +00:00
# Crawlee + PlaywrightCrawler + JavaScript
Crawler API for kycnot.me
## `GET /scrap`
### URL Query Parameters:
- `url`: URL to scrap
### Response:
```json
{
"content": string,
"length": number,
}
```
### Example:
```bash
curl -X GET "http://localhost:3011/scrap?url=https://localmonero.co/nojs/faq"
```