JSJosef Strzibnyinserpapi.hashnode.dev·Sep 7 · 14 min readHow to scrape ZillowHomes for sale, rental properties, recently sold homes, open houses, foreclosures, price histories. If you need real estate data, chances are Zillow has it. This is useful for market research, propert01O
JSJosef Strzibnyinserpapi.hashnode.dev·Sep 3 · 16 min readBest web scraping tools in 2026Common reasons for starting a web-scraping project include collecting product prices, customer reviews, job listings, real-estate offers, company directories, news articles, competitor pages, and sear01O
JSJosef Strzibnyinserpapi.hashnode.dev·Aug 31 · 6 min readUnderstanding HTTP 429: Too Many RequestsHTTP 429 Too Many Requests is the status code a server returns when a client exceeds a rate limit for a given URL. This often happens when exhausting API quotas or when scraping public web pages too a01O
JSJosef Strzibnyinserpapi.hashnode.dev·Aug 1 · 24 min readWhy is Ruby on Rails a great fit for AI agentsWhat makes a programming framework good for autonomous AI agents? It's how well the language and APIs communicates intent within the tight constraints that LLMs operate under. Agents need to read code00
JSJosef Strzibnyinserpapi.hashnode.dev·Jul 31 · 9 min readDecoding Protobuf Messages Without Access to the SchemaWorking with Google Search parameters is not always as straightforward as a providing a single plain text query. Search parameters are often encoded using Protocol Buffers which makes working with a s00