Create a scraping module to fetch a category in the target e-commerce, paginate, and return {id|sku, title, price, url, imageUrl}.
Plan
Before starting to code, write down an implementation plan, for example, what you will use, which libs, and how to connect with the NextJS backend.
If needed, the scraper can be a backend nodejs application. To do that, issue #2 must be implemented, or you should implement it before moving on to a backend solution.
Once you have your plan, comment here in this issue and share it with the group to discuss and decide if we should move forward.