Skip to main content
All integrations
AdapterNative SDK adapters

SuperScraper + Google ADK

Native SDK adapter

A first-party tool for the Google Agent Development Kit (Python). Wire SuperScraper into an ADK agent.

How it connects

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

Install & use

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

from google_adk_superscraper import all_tools
from google.adk.agents import Agent

# all_tools() reads SUPERSCRAPER_API_KEY from the environment.
agent = Agent(
    name="researcher",
    tools=all_tools(),
)

Connect Google ADK in five minutes

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