This is an n8n community node. It lets you use Oxylabs Ai Studio Apps in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Follow the installation guide in the n8n community nodes documentation.
Sign up and get API KEY from here
node was tested against version 1.100.1.
The node includes four resources: Scraper, Crawler, Browser Agent, and Search. These correspond directly to the same applications available in Oxylabs AI Studio’s web apps.
The parameters are nearly identical to those offered by the official SDKs (Javscript and Python).
An additional parameter not found in the web interface is render_javascript, which is especially useful for handling websites that rely on JavaScript for rendering content.
-
Scraper is useful for extracting information from a specific URL without getting blocked.
-
Crawler is ideal for scanning an entire domain to collect URLs and their content in order to locate specific information.
-
Search helps retrieve the latest information related to a particular query.
-
Browser Agent controls a remote browser and can perform interactions, such as logging into an app and clicking buttons, making it valuable for scenarios that require user-like actions.
- 0.1.0: First version released