n8n-nodes-crawlora 0.2.0 → 0.3.1

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,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** (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 sourcesmore are added by demand. Properties are generated from the Crawlora OpenAPI spec,
11
- so they stay 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.
12
21
 
13
22
  ## Installation
14
23