Today I had the opportunity of stop expecting and start acting, this is my first backend project, is just the firs release cause it will be bigger in the next weeks, the challenge in this first release was managing the search methods to avoid crashing.
Any feedback here is welcome!
π·οΈ Price-Catch
π§ Project Status: Alpha (v0.1.0-alpha) This microservice and CLI tool is currently in its early Alpha stage. The core extraction logic using Axios and Cheerio is functional and optimized for static HTML content. Support for dynamic JS-rendered pages and advanced fallback methods are planned for upcoming releases.
Hello world! Welcome to Price-Catch, a lightweight and fast microservice designed to extract product prices and currencies from e-commerce websites.
Currently, this acts as a standalone CLI tool for testing and local extraction, but it is architected to be integrated as a microservice into a larger, modular ecosystem.
βοΈ How it Works (The Extraction Cascade)
The extraction engine is built with efficiency in mind. It uses a "cascade" approach, starting with the most lightweight methods and only escalating to resource-heavy methods if necessary.
-
Raw HTML & Meta Tags (Current Active Method): Uses
axiosandcheerioto fetch and parse theβ¦
Top comments (0)