Webscraper for olx to find & save offers you want
- scrape offers from OLX (iphone, ps5, etc.)
- choose location of offers
- count average price
- save offers
{
"title": "Iphone 12 Pro Max",
"price": 1100,
"location": "Bydgoszcz",
"date": "04 listopada 2025",
"url": "https://www.olx.pl/d/oferta/iphone-12-pro-max-CID99-ID188DpO.html",
"image": {
"src": "https://ireland.apollo.olxcdn.com:443/v1/files/nszai9n0vs7i-PL/image;s=216x152;q=50",
"alt": "Iphone 12 Pro Max"
}
}npm install
npm run dev