How to use Oxylabs AI Studio credits inside n8n

Oxylabs AI Studio credits usage in n8n on Hostinger VPS

Updated 1 week ago

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

  1. Open your n8n workflow editor
  2. Click the + button to add a new node
  3. Search for Oxylabs and install the Oxylabs AI Studio community node
  4. Add the node to your workflow
  5. In the Credential to connect with field, select Create new credential and enter the Oxylabs AI Studio API key from your hPanel
  6. 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).