Framework Integrations

Give your AI agents real-time web access. Drop-in integration guides for every major agent framework — copy, paste, ship.

🦜

LangChain

Build web-aware agents with LangChain's Tool interface. Scrape, screenshot, and extract structured data as agent tools.

PythonToolAgent
🚢

CrewAI

Add web scraping to CrewAI crews with the @tool decorator. Multi-agent research crews with web perception.

Python@toolMulti-Agent
🤖

OpenAI Function Calling

Register WebPerception as an OpenAI function. GPT-4 calls the API autonomously to scrape and extract web data.

PythonFunctionsGPT-4
🔄

AutoGen

Custom function registration with AutoGen's multi-agent group chat. Researcher, fact-checker, and writer agents with web access.

PythonMulti-AgentGroup Chat
🧠

Anthropic Claude

Full Claude tool use implementation with message loop pattern. Give Claude real-time web access through tool definitions.

PythonTool UseClaude
📐

Pydantic AI

Type-safe web scraping tools with Pydantic models. Structured extraction results with full validation.

PythonType-SafePydantic

Don't see your framework?

WebPerception is a simple REST API. If your framework supports HTTP calls, it supports WebPerception.

Read the Quickstart →