BA

@ Bernardas Alisauskas

85 articles published

// Articles by Bernardas Alisauskas

Everything to Know to Start Web Scraping in Python Today
python

Everything to Know to Start Web Scraping in Python Today

Complete introduction to web scraping using Python: http, parsing, AI, scaling and deployment.

Dec 02, 2024 45 min read
What is HTTP Error 429 Too Many Request and How to Fix it
http blocking

What is HTTP Error 429 Too Many Request and How to Fix it

HTTP 429 is an infamous response code that indicates request throttling or distribution is needed. Let's take a look at how to han...

Oct 30, 2024 15 min read
How to Fix 403 Forbidden Errors When Web Scraping
http python blocking

How to Fix 403 Forbidden Errors When Web Scraping

Learn why web scrapers get 403 Forbidden errors and how to fix them with 7 Python solutions, from headers to TLS fingerprinting.

Oct 26, 2024 13 min read
How to Use cURL GET Requests
curl

How to Use cURL GET Requests

Here's everything you need to know about cURL GET requests and some common pitfalls you should avoid.

Oct 03, 2024 15 min read
How to Scrape Hidden APIs
python api

How to Scrape Hidden APIs

In this tutorial we'll be taking a look at scraping hidden APIs which are becoming more and more common in modern dynamic websites...

Oct 24, 2023 14 min read
Ultimate XPath Cheatsheet for HTML Parsing in Web Scraping
data-parsing xpath

Ultimate XPath Cheatsheet for HTML Parsing in Web Scraping

Ultimate companion for HTML parsing using XPath selectors. This cheatsheet contains all syntax explanations with interactive examp...

Sep 05, 2023 11 min read
Ultimate CSS Selector Cheatsheet for Web Scraping and HTML Parsing
data-parsing css-selectors

Ultimate CSS Selector Cheatsheet for Web Scraping and HTML Parsing

CSS selectors is a powerful HTML querying protocol which is used by browsers to determine what HTML elements to style. It's also i...

Mar 22, 2025 24 min read
Complete Guide to Web Scraping using Typescript
typescript scrapeguide

Complete Guide to Web Scraping using Typescript

In this introduction we're taking a look at web scraping using Typescript - increasingly popular typed Javascript language and wha...

Aug 10, 2023 23 min read
Crafting Web Scrapers using ChatGPT Code Interpreter is Easy
python ai

Crafting Web Scrapers using ChatGPT Code Interpreter is Easy

The new chatgpt code intrepreter feature is an ideal assistant for crafting web scrapers. Here's how it can be used to help with H...

Jul 14, 2023 12 min read
How to scrape Local Storage using Headless Browsers
headless-browser

How to scrape Local Storage using Headless Browsers

Introduction to scraping local storage - a key value store available in all browsers and used in many modern SPAs - all using head...

Jul 11, 2023 8 min read
How to scrape Threads by Meta using Python (2026 Update)
python scrapeguide

How to scrape Threads by Meta using Python (2026 Update)

Guide how to scrape Threads - new social media network by Meta and Instagram - using Python and popular libraries like Playwright ...

Jul 06, 2023 16 min read
Web Scraping Background Requests with Headless Browsers
python headless-browser

Web Scraping Background Requests with Headless Browsers

In this tutorial we'll be taking a look at a rather new and popular web scraping technique - capturing background requests using h...

Jun 30, 2023 9 min read