n8n-nodes-crawlora 0.1.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 CHANGED
@@ -4,9 +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** (one per data source Web, Google, Amazon,
8
- YouTube, Maps, Finance, …) and **Operations** (the endpoints under each). It is generated from the
9
- Crawlora OpenAPI spec, so it stays in sync with the API.
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.
10
21
 
11
22
  ## Installation
12
23