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

https://github.com/codegram01/worker-crawl

Cloudflare Worker Crawler, Microservice Crawler, crawl any web data
https://github.com/codegram01/worker-crawl

Last synced: about 1 year ago
JSON representation

Cloudflare Worker Crawler, Microservice Crawler, crawl any web data

Awesome Lists containing this project

README

          

# Cloudflare Worker Crawler

Microservice Crawler, crawl any web data

[Video when i create](https://youtu.be/KJrinhQtGls)

## Feature
Get title, description, meta, link of website

## Usage
Call API like this:
```sh
curl https://crawl.wingram.org?crawlUrl=https://example.com
```

Return html data of website:
```sh
curl https://crawl.wingram.org?crawlUrl=https://example.com&text
```

## Install
- Create Cloudflare worker
- Copy worker.js and paste in your worker

## Contribute
- fork, update, merge, open issue is happy
- [Subscribe my Youtube](https://www.youtube.com/@WingramOrg)