At times, it becomes necessary to develop intricate automations before or after collecting data. The versatility of RTILA allows seamless integration with virtually all RPA tools available in the market. Today, I will demonstrate how to invoke an RTILA-compiled bot from (almost) any RPA … Leer más acerca de Integrating RTILA Bots into Your RPA Ecosystem: A How-To Guide
Web Scraping with RUST language
A couple of months ago, I started reading about Rust, and after purchasing an API for web scraping called RocketScrape, I decided to write my first program. To begin, you will need to add some dependencies: select, tokio, and reqwest crates, respectively. [dependencies] select = "0.5.0" tokio … Leer más acerca de Web Scraping with RUST language
RTILA Flows
Flows are chained projects or blocks (single steps) connected that allow us to complete a more complex execution. In this tutorial, we will create a flow with RTILA, and you will understand how they work. For this example, I want to execute 3 projects in sequential order: scraping … Leer más acerca de RTILA Flows
Descarga de páginas web para agencias de traducción
Si eres traductor o trabajas en una empresa de traducción, algún cliente te habrá pedido traducir su página web. Presupuestar ese trabajo y realizar el conteo de palabras puede ser complicado. En primer lugar, necesitarás saber cuantas páginas tiene la web. No es sencillo y las … Leer más acerca de Descarga de páginas web para agencias de traducción
The new bridges on RTILA 4.1.0+
In this article, I will explain how the new bridge system works. You will need to create at least two separate projects and connect them. I will start with the listing one. Go to New - Manual and start filling the project options. On my sample I choose a Books site. Write the Project … Leer más acerca de The new bridges on RTILA 4.1.0+
Scrape password protected websites with RTILA
Scrape password protected sites with RTILA should be easy. You have two approaches, let me explain the first one because is easier. MANUAL AUTHENTICATION RTILA creates an isolated space for each project. The session information will be stored on the sandbox. The easiest way to login is, … Leer más acerca de Scrape password protected websites with RTILA
Merge master/detail results from RTILA with Miller
Let's imagine you scrape a project on several steps, and get a CSV with the link to the detail pages and some extra fields of information on each step. In this example, I went to a directory site and from the main page, I scraped some States and link to the inner pages. Below you can see … Leer más acerca de Merge master/detail results from RTILA with Miller
Using Google Sheets with RTILA
To store data results on Google Sheets you will need to generate a JSON key. This is a one time process, on your next projects you will only need to load that file, share the sheet with the "rtila virtual user" and declare the sheet you want to use. I'll guide you step by step with the initial … Leer más acerca de Using Google Sheets with RTILA
RTILA Advanced Scraping I
Today, I'm going to analyze a site and demonstrate how to scrape it with RTILA. As this is for learning purposes, this project will not be available for download. Take a seat, and enjoy the lecture. I’ll work with the Spanish version of the site, but there should not be a difference with other … Leer más acerca de RTILA Advanced Scraping I