Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.spidra.io/llms.txt

Use this file to discover all available pages before exploring further.

Presets is a powerful feature in Spidra that allows you save reusable scraping configurations such as your target URLs, operations, prompt, and output. So you don’t have to start from scratch every time. They act as scraping templates for personal use or for sharing with the wider Spidra community via the Marketplace. Each preset stores a full snapshot of your Playground configuration:
ConfigurationDescription
Target URLsOne or more URLs to scrape
OperationsAny browser-like actions (click, scroll, type)
PromptYour LLM prompt describing what to extract
Advanced SettingsStealth mode, scroll to bottom, etc.
Output FormatJSON or Markdown
Extracted ResultThe actual response output at time of save

Saving a Preset from Playground

In the Playground, instead of running the scrape immediately, you can hit: Save Preset. This captures everything from your current session and stores it. Hero Light

Viewing Your Presets

Presets appear in the Presets tab as a list of cards. Each card contains:
  • Preset Name
  • Short Description
  • Tag or icon (if published)
  • Quick actions (edit, integration, delete)
  • A load in playground button for you to rerun the preset the playground.
Hero Light