#html
4 guides
Web Scraping VBA: Extract Data from Websites into Excel
A practical guide to web scraping VBA in 2026: WinHTTP requests, HTML parsing with MSHTML, extracting tables into Excel, pagination, and resilience patterns when sites start blocking.
Web Scraping with Kotlin: Ktor + Jsoup Tutorial (2026)
A practical Kotlin web scraping guide: fetch pages with Ktor, parse HTML with Jsoup selectors, handle retries/timeouts, paginate, and export results. Includes honest notes on when ProxiesAPI belongs in the fetch layer.
Web Scraping with VBA: Extract Website Data into Excel (with Proxies + Retry Logic)
A pragmatic VBA web scraping guide for Excel: HTTP requests, HTML parsing, pagination, retries, and how to route requests through a ProxiesAPI proxy when sites block you.
Web Scraping with Rust: reqwest + scraper Crate Tutorial (2026)
A practical Rust scraping guide: fetch pages with reqwest, rotate proxies, parse HTML with the scraper crate, handle retries/timeouts, and export structured data.