If you are running n8n on Hostinger VPS, you can use the official Oxylabs AI Studio node to add web scraping and search capabilities to your automation workflows.
Installing the Oxylabs AI Studio node
- Open your n8n workflow editor
- Click the + button to add a new node
- Search for Oxylabs and install the Oxylabs AI Studio community node
- Add the node to your workflow
- In the Credential to connect with field, select Create new credential and enter the Oxylabs AI Studio API key from your hPanel
- Select the resource type (Scraper or Search) and configure your request
Supported resources in the n8n node
The Oxylabs AI Studio node in n8n supports the following resources:
- Scraper — Extract data from a URL in Markdown or JSON format
- Search — Search the web and return structured results
When using the Scraper resource, you can choose between Markdown format (converts the page into structured, LLM-friendly Markdown) or JSON format (extracts specific data points as key-value pairs based on a schema you define).