Turn Any Website Into Clean, Structured Data
Scrape product listings, search results, directories, and more. RTILA X exports your data to the tools you already use.
What Youβll Find in This Section
- Dataset Builder
- Pagination & Infinite Scroll
- Data Export Formats
- Sitemap Discovery
- OCR
- File Downloads
Dataset Builder
The dataset builder uses a point-and-click workflow that keeps extraction accessible even for large and complex pages. You click on the data points you want, name each field, and RTILA X handles the selector generation in the background. CSS, XPath, and text selectors are all supported, so you can continue to refine the result when needed.
Because every field is configurable, you can build nested datasets, add computed columns, and handle missing values without writing code. The builder also works well with dynamic pages where the same product listing structure repeats many times on a single page.
Pagination & Infinite Scroll
Many data sources spread results across many pages. RTILA X natively handles numbered page navigation, βLoad Moreβ buttons, and infinite scroll feeds. You configure the pagination behavior once, and RTILA X applies it across every subsequent page in the run.
For infinite scroll sites, the automation scrolls until no new items appear, waits for lazy-loaded content, and then continues extraction. This same logic can be combined with conditional commands when a page changes its pagination pattern midway through a run.
Data Export
Extracted data is only valuable when it reaches the tools you already use. RTILA X exports directly to CSV, JSON, XLSX, Parquet, XML, and JSONL. You can send the same dataset to multiple destinations in a single run using the integration canvas.
Spreadsheet users can open their results in Excel or upload them to Google Sheets. Teams using databases can push records into PostgreSQL, MySQL, MongoDB, or any other supported database without a manual import step.
Sitemap Discovery
Sitemap discovery turns site structure into URLs automatically. RTILA X reads the sitemap.xml file, extracts the available URLs, and feeds them into your automation as a crawl list. You can filter results by path patterns, limit depth, and combine sitemap pages with manually added URLs.
This feature is especially useful for large sites where manually collecting URLs would take more time than the actual data extraction.
OCR: Read Text from Images
Not every dataset is stored in clean HTML. The built-in OCR command reads text from images, screenshots, and scanned documents in any supported language. You can use OCR on product images, embedded graphics, or full-page screenshots captured during the run.
Because OCR runs locally inside the automation, it respects the same local-first data policy as the rest of RTILA X. No image is uploaded to an external OCR service unless you configure that integration yourself.
File Downloads
Some workflows need more than structured data. RTILA X can automatically download files during scraping, including PDFs, spreadsheets, images, and compressed archives. You can rename downloaded files using extracted values, store them in project folders, and trigger post-download integration steps.
This completes the loop for workflows that require both structured records and supporting documents.
Building Your First Dataset
- Navigate to the target page in the RTILA X browser engine.
- Open the dataset builder and click the first field you want to capture.
- Name the field and keep clicking additional data points.
- Configure pagination or scrolling if the data continues beyond the first page.
- Choose an export destination and run the automation.
Explore Related Features
Dataset Builder
Define columns, apply transformations, merge rows, and remove duplicates before exporting.
Read moreData Export (CSV, JSON, XLSX, Parquet)
Export to CSV, Excel, JSON, Parquet, XML, Google Sheets, SQL databases, and more without writing a single conversion script.
Read moreFile Downloads During Scraping
RTILA X downloads files during scraping and maps them to the correct dataset rows automatically.
Read moreOCR: Read Text from Images
Use OCR to capture text from images, screenshots, PDFs, and scanned documents directly inside your automation.
Read morePagination & Infinite Scroll
RTILA X handles pagination buttons, URL patterns, and infinite scrolling without brittle custom code.
Read moreProperty Types for Data Extraction
RTILA X supports CSS, XPath, and text-based fields so you can capture the exact value you need.
Read moreSitemap Discovery
Point RTILA X at a sitemap URL and it discovers the pages you should scrape, even across large sites.
Read moreData Transformations During Extraction
Trim, replace, convert, and format extracted values automatically as part of your dataset.
Read more