Olostep Connector for AI agents.
10 live capabilities
Scrape web pages and extract structured data for RAG pipelines
Waiting for input…
Why people use Olostep
Olostep Web Scraping for Automated Data Extraction
With this Connector, you just tell your agent what site you want and what format you need. It handles the browser, the rendering, and the data cleaning, giving you a clean file or a summary in seconds.
What Vinkius changes
You get a way to turn any website into a structured data source through simple conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Competitor Price Tracking
A researcher asks the agent to scrape 50 competitor product pages.
- Real-world use case 02
RAG Pipeline Ingestion
A developer needs to feed a news site into a database.
- Real-world use case 03
Daily Data Auditing
An engineer uses list_batches and get_batch to see if a daily scraping job failed or succeeded, ensuring no data gaps occur in the warehouse.
Complete set · 10capabilities
The complete Olostep capability set.
These are the exact actions your AI can choose when you ask it to work with Olostep.
01—04
4 capabilities in this set.
Part of 10 available through Olostep.
- 01 Capability
Get agent
See the details of a specific scraping agent. Use this to check the configuration of your custom scrapers.
- 02 Capability
Get batch results
Pull the final data from a completed batch of URLs. This helps you get the structured results you need.
- 03 Capability
Get batch
Check the status and details of a specific scraping batch. Use this to see how many pages are finished.
- 04 Capability
Get usage
View your API stats to see how many pages you have scraped. This helps you stay on top of your credits.
05—07
3 capabilities in this set.
Part of 10 available through Olostep.
- 05 Capability
List agents
See all the scraping agents currently in your account. Use this to manage your collection of data sources.
- 06 Capability
List batches
Get a list of all the scraping batches you have created. This is great for keeping track of your history.
- 07 Capability
Scrape url
Scrape a single page in markdown, html, or text format. This is your primary capability for getting web data.
08—10
3 capabilities in this set.
Part of 10 available through Olostep.
- 08 Capability
Check olostep status
Confirm your API connection is active and working. Use this to verify your setup before starting a job.
- 09 Capability
Create agent
Set up a new scraping agent for a specific site. This lets you automate extractions for favorite domains.
- 10 Capability
Create batch
Start a new batch scrape by providing a list of URLs. This is the best way to handle large scale scraping.
Set up in minutes
One URL. Then ask Olostep to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Olostep from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_seIYmeX5wOsif72vmko8hRP1y8NfQ4pfMrD0gu0x/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Olostep, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Olostep for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_seIYmeX5wOsif72vmko8hRP1y8NfQ4pfMrD0gu0x/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Olostep URL.
- Step 03
Save and start
Save the connection and enable Olostep in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"olostep": {
"url": "https://edge.vinkius.com/vk_preview_seIYmeX5wOsif72vmko8hRP1y8NfQ4pfMrD0gu0x/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Olostep
Open Agent mode in chat and ask: "Using Olostep, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"olostep": {
"url": "https://edge.vinkius.com/vk_preview_seIYmeX5wOsif72vmko8hRP1y8NfQ4pfMrD0gu0x/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Olostep
Ask Copilot: "Using Olostep, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"olostep": {
"url": "https://edge.vinkius.com/vk_preview_seIYmeX5wOsif72vmko8hRP1y8NfQ4pfMrD0gu0x/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Olostep
Open Cascade and ask: "Using Olostep, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"olostep": {
"url": "https://edge.vinkius.com/vk_preview_seIYmeX5wOsif72vmko8hRP1y8NfQ4pfMrD0gu0x/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Olostep
Ask Cline: "Using Olostep, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add olostep --transport http "https://edge.vinkius.com/vk_preview_seIYmeX5wOsif72vmko8hRP1y8NfQ4pfMrD0gu0x/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Olostep
Ask Claude: "Using Olostep, show me...". 10 tools are ready
Where the request belongs
Work Olostep can move forward.
This is for the data person who is tired of fighting with BeautifulSoup or Selenium. It is for people who need clean data for LLMs or research but do not want to spend all day debugging headless browser scripts.
Data Engineer
Monitoring batch performance and scraping volume to scale data ingestion for production pipelines.
Research Analyst
Verifying metadata for specific URLs to build a knowledge base without leaving their creative workspace.
LLM Developer
Pulling clean markdown from sites to feed into RAG pipelines through simple AI queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsZenRows
Scrape HTML, bypass anti-bots, and extract structured data using ZenRows' advanced proxy and browser network.
ScrapingBee
Powerful web scraping with JS rendering, premium proxies, and AI-powered data extraction directly from your AI agent.
Octoparse
Scrape data from any website visually with a no-code web scraper that handles pagination, login, and JavaScript rendering.
Spider
High-performance Rust-powered web scraping and crawling. scrape, crawl, and search up to 100K+ pages/second with built-in anti-bot protection.
Hyperbrowser (Web Infra for AI)
Cloud browsers for AI agents via Hyperbrowser. manage sessions, scrape pages, and extract structured data.
Zyte
Extract structured web data, perform browser automation, and fetch search engine results directly through the Zyte API.
Bring your own AI
Change the model, client or framework. Keep Olostep connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Olostep.
The practical details behind the request, access and result.
Can Olostep scrape websites that use JavaScript?
Yes, it uses a headless browser to render JavaScript automatically. This means it can handle modern web apps that simple scrapers often miss.
How do I get the data from a batch scrape?
Once your batch is finished, your agent can pull the results for you. You can ask it to summarize the findings or save them to a specific file.
Can I get data in different formats like Markdown?
Yes, you can choose between markdown, html, or plain text. Markdown is usually the best choice if you plan to feed the data into an LLM.
How do I check if my API is working?
You can ask your agent to check the connection status. It will verify that your API key is active and the service is reachable.
Is Olostep good for RAG pipelines?
It is a great fit for RAG because it provides clean, structured data. This makes it much easier to index your information without extra cleaning steps.
Can I see how many pages I've scraped?
Yes, you can ask the agent to show your usage stats. It will provide a breakdown of your pages scraped and your remaining credits.
How do I scrape a web page via AI?
Use the scrape_url capability with the target URL and optional format (markdown, html, or text). The content is extracted and returned instantly.
Can I scrape multiple URLs at once?
Yes. Use create_batch with comma-separated URLs to submit a batch job. Track progress with get_batch and retrieve results with get_batch_results.
What are scraping agents and how do I use them?
Agents are reusable scraping configurations with custom extraction rules. Use create_agent to set one up and list_agents to manage them.
One connection away
Give your agent a direct line to Olostep.
Connect Olostep once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available