n8n-nodes-crawlora 0.1.0 → 0.2.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 +5 -3
- package/dist/nodes/Crawlora/properties.json +4771 -66624
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -4,9 +4,11 @@ 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
|
-
YouTube,
|
|
9
|
-
|
|
7
|
+
This node exposes the Crawlora API as n8n **Resources** (Web scraping, Google / SERP, Amazon, eBay,
|
|
8
|
+
YouTube, Reddit, TikTok, Instagram, LinkedIn, the App Store & Google Play, Trustpilot, Zillow, Maps
|
|
9
|
+
datasets, geocoding) and **Operations** (the endpoints under each). It ships a **curated** set of the
|
|
10
|
+
most-used sources — more are added by demand. Properties are generated from the Crawlora OpenAPI spec,
|
|
11
|
+
so they stay in sync with the API.
|
|
10
12
|
|
|
11
13
|
## Installation
|
|
12
14
|
|