How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zero-Shot E-Commerce Scraping: Call the LLM Last

calendar_today September 7, 2026 domain scrapingbee

When a scraper breaks, the reflex is to reach for a language model. For zero-shot e-commerce scraping, that reflex is usually the most expensive move you can make: a model call per page cost me about 30 seconds on local hardware. The product data is often already in the page as JSON, and much of the drift that follows a site change heals without a model.

open_in_new Read original post