Insights & Engineering

Deep dives into web data infrastructure, extraction techniques, and the future of structured data at scale.

Latest Articles

How to Use cURL With Python in 2026

TL;DR: There are three sensible ways to use cURL with Python: shell out to the curl binary with subprocess, bind to libcurl through PycURL, or skip curl entirely and use the Requests library. Knowing how to use cURL with Python well means knowing all three. This guide gives you runnable examples for all three, a curl-flag-to-Python translation table, and a decision matrix so you can pick the right tool the first time.

Andrei Ogiolan13 min read
May 13, 2026

Find out how to use cURL with Proxy

Learn cURL usage with a Proxy: a command-line tool for developers to fetch data from a server. This article explains what a proxy is, how to set it up, and how to use it with cURL.

Andrei Ogiolan7 min read
Apr 22, 2026

How to Scrape LinkedIn in 2026: A Python Guide

TL;DR: Scraping LinkedIn means working around an aggressive auth wall, behavioral tracking, and TLS fingerprinting. This guide gives you a method-by-page-type decision tree, working Python patterns for jobs, profiles, and companies (hidden API, JSON-LD, Selenium when needed), and a consolidated anti-block checklist for 2026.

Suciu Dan11 min read
May 13, 2026