Skip to main content
All integrations
AdapterNative SDK adapters

SuperScraper + CrewAI

Native SDK adapter

A first-party CrewAI tool (Python) so your crew can scrape, crawl, and extract the live web mid-task.

How it connects

Planned first-party SDK package. Not published yet, call the REST API today.

Install & use

# crewai-superscraper — available at launch, not yet published
# In the meantime, call the REST API directly with requests or curl.

from crewai_superscraper import scrape_tool

# Reads SUPERSCRAPER_API_KEY from the environment.
scrape = scrape_tool()
agent = Agent(role="Researcher", tools=[scrape])

Connect CrewAI in five minutes

Mint a key, or let your agent mint its own, and start pulling the live web. Free tier, no card required.