Vibium Integration

Vibium is an AI-powered browser automation framework for Python that uses Large Language Models (LLMs) to understand and interact with web pages using natural language commands. Connect it to Scrapfly Cloud Browser for intelligent, scalable automation with built-in proxies and fingerprinting.

Beta Feature: Cloud Browser is currently in beta.

Installation

Install Vibium via pip:

Vibium uses AI/LLMs to interpret natural language instructions and execute browser actions automatically.

Quick Start with AI Actions

Connect Vibium to Cloud Browser and use natural language to interact with web pages:

Web Interactions with Natural Language

Vibium can understand complex instructions and execute multi-step workflows:

Form Interaction & Login

Vibium can handle login flows and form submissions using AI understanding:

Session Persistence

Maintain browser state across connections using the session parameter:

Intelligent Data Extraction

Use Vibium's AI-powered extraction to get structured data without writing selectors:

Proxy Options

Proxy Pool Use Case Cost
datacenter General scraping, high speed, lower cost 1 credits/30s + 2 credits/MB
residential Protected sites, geo-targeting, anti-bot bypass 1 credits/30s + 10 credits/MB

Best Practices

  • Choose the right LLM - GPT-4o or Claude Sonnet 3.5 provide best results for complex tasks
  • Be specific with instructions - Detailed natural language prompts yield better results
  • Close browsers - Always call browser.close() to stop billing
  • Use sessions wisely - Reuse sessions for multi-step flows to maintain state
  • Handle AI errors gracefully - Wrap operations in try/except for robustness
  • Start with datacenter proxies - Only use residential when needed for anti-bot bypass

Summary