Single Page Scraping

Single page scraping is the simplest mode — extract all matching data from the current page in one click. It's the fastest way to grab data when everything you need is on a single page.

How it works

1
Set up your fields

Create a recipe with the fields you want to extract using the element picker or auto detection.

2
Click Scrape

Hit the scrape button to extract data from all matching elements on the current page.

3
Review in the preview table

The results appear instantly in a table view. All matched elements are highlighted on the page so you can verify the data.

4
Export

Download your data as CSV or Excel when you're satisfied.

What to know

  • The preview table shows up to 200 rows in real-time
  • All matched elements are highlighted on the page for visual verification
  • You can add, remove, or edit fields and re-scrape instantly
  • Results are kept in memory until you export or start a new scrape

When to use single page scraping

  • Tables and lists that fit on one page
  • Pages with all data loaded at once (no pagination)
  • Quick data extraction without needing multi-page automation
  • Testing your field selectors before running a larger multi-page scrape
If the page you're scraping has pagination or loads more content on scroll, check out Multi-Page Scraping or Infinite Scroll for automated extraction across pages.