Skip to content

petercoker/amazon-es-retailer-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon.es Retailer Scraper

A clean, TDD-driven Node.js + TypeScript + Playwright scraper for Amazon.es.
Implements the two required methods from the assignment:

  • getProductList(keywords) — searches and returns list of products (asin, title, price)
  • getProduct(id) — fetches product details page (asin, title, price, images)

Setup

git clone <your-repo-url>
cd amazon-es-retailer
npm install
npx playwright install chromium

About

Node.js/TypeScript e-commerce navigator for Amazon.es using Playwright. Includes ProductListPage/ProductDetailsPage classes and retailer module for product search/fetch (e.g., 'ddr5'). Assessment project for tracking prices/reviews, with git history.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors