Skip to main content
SpiderTools is an open-source web scraper and crawler that returns LLM-ready data. To start using Spider, you need an API key from the Spider dashboard.

Prerequisites

The following example requires the spider-client library.

Example

The following agent will run a search query to get the latest news in USA and scrape the first search result. The agent will return the scraped data in markdown format.
cookbook/91_tools/spider_tools.py

Toolkit Params

Toolkit Functions

Developer Resources