n8n-nodes-scrapingbee 0.1.4 → 0.1.6

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
@@ -6,12 +6,12 @@ The ScrapingBee web scraping API handles headless browsers, rotates proxies for
6
6
 
7
7
  [n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
8
8
 
9
- [Installation](#installation)
10
- [Operations](#operations)
11
- [Credentials](#credentials) <!-- delete if no auth needed -->
12
- [Compatibility](#compatibility)
13
- [Resources](#resources)
14
- [Version history](#version-history) <!-- delete if not using this section -->
9
+ [Installation](#installation)
10
+ [Operations](#operations)
11
+ [Credentials](#credentials) <!-- delete if no auth needed -->
12
+ [Compatibility](#compatibility)
13
+ [Resources](#resources)
14
+ [Version history](#version-history) <!-- delete if not using this section -->
15
15
 
16
16
  ## Installation
17
17
 
@@ -38,16 +38,21 @@ n8n 1.101.2 and above
38
38
  * [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)
39
39
  * [HTML API](https://www.scrapingbee.com/documentation/)
40
40
  * [Google Search API](https://www.scrapingbee.com/documentation/google/)
41
+ * [Amazon Search API](https://www.scrapingbee.com/documentation/amazon/#amazon-search-api)
42
+ * [Amazon Product API](https://www.scrapingbee.com/documentation/amazon/#amazon-product-api)
43
+ * [Walmart Search API](https://www.scrapingbee.com/documentation/walmart/#walmart-search-api)
44
+ * [Walmart Product API](https://www.scrapingbee.com/documentation/walmart/#walmart-product-api)
45
+ * [ChatGPT API](https://www.scrapingbee.com/documentation/chatgpt/)
41
46
  * [Usage](https://www.scrapingbee.com/documentation/#usage-endpoint)
42
47
  * [Data Extraction](https://www.scrapingbee.com/documentation/data-extraction/)
43
48
  * [JavaScript Scenario](https://www.scrapingbee.com/documentation/js-scenario/)
44
49
 
45
50
  ## Version history
46
51
 
52
+ - 0.1.6: Added support for YouTube APIs
53
+ - 0.1.5: Added support for Amazon, Walmart, and ChatGPT APIs, and configured it to be used as a tool for AI Agent
47
54
  - 0.1.4: Added option to send body in POST and PUT requests, replaced deprecated interface and method, set n8n as user-agent and other minor changes
48
55
  - 0.1.3: Added a credentials test
49
56
  - 0.1.2: Fixed credentials file link
50
57
  - 0.1.1: Minor bug fix
51
58
  - 0.1.0: Initial Release
52
-
53
-