n8n-nodes-crawlora 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -5
- package/dist/nodes/Crawlora/properties.json +8423 -3616
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,20 @@ An [n8n](https://n8n.io) community node for [Crawlora](https://crawlora.net) —
|
|
|
4
4
|
data from the public web (search, maps, e‑commerce, social, finance, page content, and more) without
|
|
5
5
|
maintaining your own parsers.
|
|
6
6
|
|
|
7
|
-
This node exposes the Crawlora API as n8n **Resources
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
This node exposes the Crawlora API as n8n **Resources**, each with **Operations** (the endpoints under
|
|
8
|
+
it):
|
|
9
|
+
|
|
10
|
+
- **Web scraping** — URL → Markdown / HTML / links / metadata, contact extraction, anti‑bot check
|
|
11
|
+
- **Search** — Google, Bing, Brave (web, news, images, videos, suggest) plus Google Maps, Jobs, Trends
|
|
12
|
+
- **Finance** — Yahoo Finance and Google Finance (quotes, financials, news, history)
|
|
13
|
+
- **E‑commerce** — Amazon, eBay, Shopify, Shop.app
|
|
14
|
+
- **Social** — YouTube, Reddit, TikTok, Instagram, LinkedIn
|
|
15
|
+
- **App stores** — Apple App Store, Google Play
|
|
16
|
+
- **Reviews & entertainment** — Trustpilot, IMDb, Rotten Tomatoes, Spotify
|
|
17
|
+
- **Real estate & places** — Zillow, Maps business datasets, geocoding
|
|
18
|
+
|
|
19
|
+
It ships a **curated** set of the most-used sources — more are added by demand. Properties are generated
|
|
20
|
+
from the Crawlora OpenAPI spec, so they stay in sync with the API.
|
|
12
21
|
|
|
13
22
|
## Installation
|
|
14
23
|
|