Launch Offer! Get lifetime access for just $59 for a limited time.

UScraper
Back to block reference

Export

Structured Export block

Extracts repeated rows into a CSV file with custom columns.

Purpose

Use Structured Export as the primary output block for custom scrapers that need spreadsheets: product cards, search results, reviews, tables, listings, or directories.

How it works

  • Finds all elements matching the row selector.
  • For each row, evaluates every column selector relative to that row.
  • Extracts text, HTML, common attributes, data attributes, or JavaScript-derived values.
  • Writes a CSV file using create or append mode.
  • Returns structured data in the run result for inspection.

Configuration fields

FieldRequiredDefaultDescription
Output File NameNoexported-data.csvCSV filename to write.
File ModeNocreatecreate overwrites the file; append adds rows to an existing file.
Save LocationNo-Folder where the CSV should be written.
Row SelectorYes-Selector for each repeated item or table row.
Include HeadersNotrueWhether to write column names as the first row.
ColumnsYes-Each column has a name, a selector relative to the row, and an attribute such as text, html, href, src, value, title, alt, data-*, or JS.

Output

CSV file and structured rows in the run result.

Usage notes

  • Set Row Selector to the repeated card, result, table row, or review wrapper.
  • Inside columns, use short relative selectors like h2, a, img, .price, or [data-testid='rating'].
  • Use append mode when Navigate loops over multiple URLs into the same CSV.
  • If a column selector is empty, UScraper extracts from the row element itself.
  • Use JS mode only when normal text or attribute extraction cannot calculate the value.
FAQ

Frequently asked questions

Here are some of our most common questions. Can't find what you're looking for?

View All FAQs

Stop writing scripts. Start scraping visually.

Download UScraper and build your first web scraper in under 10 minutes. No subscriptions, no code, no limits.

Available on Windows 10+ · macOS coming soon