n8n-nodes-scavio 0.3.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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,3 +41,15 @@ The credential test calls `GET /api/v1/usage` (free) so you get instant feedback
41
41
  - [Scavio docs](https://scavio.dev/docs/introduction)
42
42
  - [Scavio dashboard](https://dashboard.scavio.dev)
43
43
  - [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
44
+
45
+
46
+ ## About Scavio
47
+
48
+ [Scavio](https://scavio.dev) is a unified [search API](https://scavio.dev/docs/search-api) built for AI agents — one API key, structured JSON, no scraping or proxies. A real-time [Tavily alternative](https://scavio.dev) and [SerpAPI alternative](https://scavio.dev) with data from:
49
+
50
+ - [Google Search API](https://scavio.dev/docs/search-api) — SERP results, news, images, maps, and knowledge graph
51
+ - [Amazon Product API](https://scavio.dev/docs/amazon-api) and [Walmart API](https://scavio.dev/docs/walmart-api) — product search and details
52
+ - [YouTube API](https://scavio.dev/docs/youtube-api), [TikTok API](https://scavio.dev/docs/tiktok-api), and [Instagram API](https://scavio.dev/docs/instagram-api) — video and social media data
53
+ - [Reddit API](https://scavio.dev/docs/reddit-api) — posts and threaded comments
54
+
55
+ Get a free [API key](https://dashboard.scavio.dev) and explore the [documentation](https://scavio.dev/docs/introduction).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-scavio",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "n8n community node for Scavio — real-time search across Google, Amazon, Walmart, YouTube, Reddit, TikTok, and Instagram returning structured JSON.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",