Self-host web scraping workflows
Olostep adds these capabilities to n8n out of the box.
Olostep is available as a verified n8n community node — drag it into any workflow, configure your API key, and start scraping.
Run n8n on your own infrastructure and keep all scraped data within your environment — ideal for sensitive or internal workflows.
Chain Olostep with n8n's 400+ built-in nodes — databases, HTTP requests, code execution, AI models — for unlimited automation possibilities.
Connect Olostep to n8n in minutes.
# Install the Olostep n8n community node
# In n8n: Settings → Community Nodes → Install
# Package name:
n8n-nodes-olostep
# Or via npm if self-hosting:
npm install n8n-nodes-olostepGet your API key from the Olostep dashboard. Free tier includes 500 requests — no credit card required.
Real-world use cases for Olostep + n8n.
Scrape web sources on a schedule, transform the results with n8n's data manipulation nodes, and push clean data into your database or data warehouse.
Build workflows that pull live data from competitor sites or market sources, format it as a report, and email it to your team weekly.
Periodically fetch a target web page and trigger an alert via Slack, email, or webhook when the content differs from the previous snapshot.
Common questions about using Olostep with n8n.
In your n8n instance, go to Settings → Community Nodes, click Install, and enter 'n8n-nodes-olostep'. After installation, the Olostep node appears in the node palette. Add your API key in the node's credentials and start building workflows.
Yes. The Olostep n8n community node works with both self-hosted n8n instances and n8n Cloud. For self-hosted deployments, install the package via npm alongside your n8n installation.
Yes. Olostep renders all pages in a full browser environment before extracting content. There is no separate configuration needed — JS rendering is included by default.
The scrape action returns page content in your chosen format: markdown (recommended for LLM use), HTML, or plain text. Search results return a JSON array of URLs with titles and descriptions.
500 free credits to get started — no credit card required. Full documentation available in the Olostep docs.
← Back to all integrations