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.

Step 1: Create your account and get an API key

Sign up with your email, Google, or GitHub account. Sign up or log in using Google or GitHub Once you’re in, go to Settings → API Keys and create your first key.
Store your key in an environment variable called SPIDRA_API_KEY. Never commit it to source control.
You get 300 free credits when you sign up. No credit card needed. Now pick how you want to work. Both paths get to the same place.

Step 2: Open the Playground and add your URL

Click Playground in the sidebar. Paste a URL into the Target URL field, then write what you want to extract in plain English.Navigating to the PlaygroundTry this to start:URL: https://remoteok.com/remote-react-jobsPrompt:
Extract all job listings on this page. For each job return the title,
company name, link to the post, and salary if shown. Return as JSON.
Entering a target URL and extraction prompt

Step 3: Set your options and run

Choose JSON as your output format. Then toggle any options you need:
  • Extract only content removes navbars, footers, and boilerplate so the AI focuses on what matters.
  • Stealth mode routes the request through a residential proxy, useful on sites that block scrapers.
  • Screenshot captures the page at scrape time, handy for debugging.
Output format and optionsHit Start Scraping. Spidra opens the page in a real browser, runs your prompt through the AI, and returns the extracted results on the right side of the screen.Extracted results shown in the results panel

Step 4: Save it as a preset

Click Save as Preset and give it a name. A preset stores your URL, prompt, and all settings so you can rerun it with one click, put it on a schedule, or connect it to Slack, Discord, or a webhook.This is how recurring workflows are built in Spidra: preset, then integration, then schedule. Set it up once and the data flows automatically.

Browser actions

Click, scroll, and type before extracting. Works on any dynamic page.

Structured output

Guarantee exact field names and types with a JSON schema.

Integrations

Deliver data to Slack, Airtable, or webhooks automatically.

Marketplace

Find pre-built presets for common scraping jobs.
Prefer to watch? Three-minute video walkthrough →