ScrapeSpace

Quick Start

Run your first AI scraping task in under a minute.

Run your first task

  1. Go to the Agent page in your dashboard
  2. Type a prompt describing what data you want, for example:

    Get the top 10 trending repositories from github.com/trending, including the repo name, description, language, and star count

  3. Click Run and watch the AI work

The agent will open a browser, navigate to the site, and extract the data you asked for. You'll see live activity logs as it works.

View your results

Once the task completes, you'll see structured results — a table of objects with the fields you requested. You can:

  • Copy the data as JSON
  • Download as CSV
  • View the generated script to understand what the agent did (Pro plan and above)

Automations

If the task is repeatable (e.g., the same data from the same site), ScrapeSpace automatically saves it as an automation. You can:

  • Re-run it anytime with one click (runs in seconds, no AI cost)
  • Schedule it to run on a recurring basis
  • Trigger it via the REST API

Next steps

  • How It Works — understand the agent → scraper → refresh pipeline
  • Writing Prompts — get better results with better prompts
  • REST API — automate everything programmatically