Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/scrappers/pinkorblue-list-products-it.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
url:
- https://www.pinkorblue.it/search/*
- https://www.pinkorblue.it/passeggini/*
- https://www.pinkorblue.it/seggiolini-auto/*
- https://www.pinkorblue.it/igiene/*
- https://www.pinkorblue.it/alimentazione/*
- https://www.pinkorblue.it/camerette/*
- https://www.pinkorblue.it/giochi/*
- https://www.pinkorblue.it/moda/*
- https://www.pinkorblue.it/saldi/*
listElementsQuery: .products__item
elementParser:
- title: Item Brand
query: '.product__brand'
type: text

- title: Item Description
query: '.product__title'
type: text

- title: RRP
query: '.product__price--old'
type: text

- title: Price
query: '.product__price'
type: text
27 changes: 27 additions & 0 deletions src/scrappers/pinkorblue-list-products-nl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
url:
- https://www.pinkorblue.nl/search/*
- https://www.pinkorblue.nl/kinderwagens/*
- https://www.pinkorblue.nl/autostoelen/*
- https://www.pinkorblue.nl/verzorging/*
- https://www.pinkorblue.nl/voeding/*
- https://www.pinkorblue.nl/kinderkamer/*
- https://www.pinkorblue.nl/speelgoed/*
- https://www.pinkorblue.nl/mode/*
- https://www.pinkorblue.nl/outlet/*
listElementsQuery: .products__item
elementParser:
- title: Item Brand
query: '.product__brand'
type: text

- title: Item Description
query: '.product__title'
type: text

- title: RRP
query: '.product__price--old'
type: text

- title: Price
query: '.product__price'
type: text