Welcome! This beginner-friendly guide walks you through how to get started with Spidra. From creating an account to scraping your first website and saving it as a reusable preset.
You don’t need to write a single line of code. Just follow these simple steps.
Step 1: Sign Up or Log In
To begin, create an account or log in to your existing one. You can sign up using your:- Email and password or
- Google/GitHub account

Step 2: Open the Playground
Once you’re logged in, click on Playground from the sidebar. This is where the magic happens. It is your workspace for running scrape jobs using natural language prompts.Want a deep dive into the Playground interface? Check out the Playground documentation

Step 3: Add Your Target URL(s)
Paste the URL of the page you want to scrape into the Target URL field and press Enter. You can add one or multiple URLs for batch scraping. For this guide, we’ll use:https://remoteok.com/remote-react-jobsNow in the Prompt field, enter this instruction:

Step 4: Choose Output Format
Select your preferred output format using the dropdown. You can choose from: Markdown, or JSON. For this guide, we’ll use Markdown.Step 5: Configure Options (Optional)
Below the prompt section, you’ll see two optional checkboxes you can enable: ✅ Extract only content – This skips common page elements like headers, navbars, and footers to keep your results clean. ✅ Use stealth mode (proxy) – Activates proxy rotation to help bypass bot detection and avoid IP blocking. But in case you don’t check this box, Spidra can still detect and solve captchas and Turnstile automatically.
Step 6: Start Scraping
Once your setup is ready, click the Start Scraping button. Spidra will now load the page, execute your operations, and extract the data based on your prompt. You’ll see the results displayed on the right side of the screen in real time.
Step 7: Save as a Preset
To reuse this configuration in the future, click Save as Preset. You’ll be prompted to enter:- A Preset Name
- A short Description

