The problem: Traditional scrapers break when websites change their HTML structure. You spend more time maintaining selectors than actually using the data.
How it works: Send a URL + an AI prompt like "extract all product names and prices as JSON" and the AI reads the page like a human, returning structured data.
Tech stack: FastAPI backend, Gemini 2.5 Flash for extraction, Playwright for rendering, deployed on Google Cloud Run.
Free tier: 500 credits, no credit card required. Would love feedback from HN on the approach and pricing.