web-crawling
A high-performance Cloudflare Workers–based API designed for real-time web page monitoring and automated data extraction. This API combines multiple web intelligence tools in one place: ### 🔍 Core Features - **Text Diff** — Compare two text blocks and detect similarity, added words, and removed words. - **HTML Change Detection** — Detect HTML differences using hashing + text diff. - **URL Change…
web-crawling endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Image Change /image-change |
Compare two image URL lists and detect added or removed images. |
| POST |
Meta Extract /meta |
Extract meta tags and Open Graph data from HTML content. |
| POST |
DOM Diff /dom-diff |
Compare DOM structures and detect tag count differences. |
| POST |
Price Diff /price-diff |
Detect price changes between current selector value and previously stored value.Detect price changes between current selector value and previously stored value. |
| POST |
Extract Selector /extract |
Extract element HTML, text, and attributes using a CSS selector. |
| POST |
URL Change /url-change |
Fetch a webpage, generate a hash, and compare with previous hash to detect updates. |
| POST |
Detect Change /detect-change |
Detect differences between two HTML documents using hashing and word-level diff. |
| POST |
Text Diff /text-diff |
Compare two text inputs and detect similarity, added words, and removed words. |
web-crawling pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|