
I'm a big believer in automation and anything that has the potential to save a human's time. Everyday I help companies extract data and make more informed business decisions for reach their goals.
Roman’s recent articles

Mar 13, 2024
Web Scraping with Playwright and Node.js
Explore our in-depth tutorial on Web Scraping with Playwright and Node.js. Learn step-by-step how to extract web data efficiently, handling dynamic content with ease. Perfect for beginners and advanced programmers alike.
- Tools and Libraries
- NodeJS

Feb 23, 2024
Web Scraping Using Puppeteer & Node.js: Tutorial for Beginners
Learn how to extract data from websites efficiently with Puppeteer, a powerful headless browser automation tool. This guide covers essential scraping techniques, from basic element selection to advanced features like button clicks, form submissions, and proxy usage.
- NodeJS
- Tools and Libraries

Jul 4, 2022
Get Mobile App Source Code Encrypted by IBM MobileFirst
There are applications encrypted on IBM MobileFirst. But there is a way to get application source code without decrypting data.
- Tools and Libraries
- Use Cases

Jun 29, 2022
Web Scraping with Node.js: How to Leverage the Power of JavaScript
NodeJS is a JavaScript runtime environment built on top of the V8 JS engine developed by Google. But above all, Node.js is a platform for building web applications. Like JavaScript, it is ideal for solving web tasks.
- NodeJS
- Tools and Libraries

Jun 13, 2022
5 Chrome DevTools Tips & Tricks for Scraping
DevTools is a set of developer utilities that are built into the browser and make one's work more comfortable. This article will describe 5 tips & tricks for Chrome DevTools that we use for scraping and developing frontend or backend applications.
- Basics
- Tools and Libraries

May 26, 2022
How to Scrape Yelp Using Node.js
We’ve prepared a tutorial in which we will make a Yelp scraper that can take a link to a business directory, go to each business page, and collect needed information.
- Use Cases
- Business
- NodeJS