Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://www.elcorteingles.es/parafarmacia/cuidados-rostro/limpieza-rostro/"
- ],
- "fields": {
- "name": "//h2[@itemprop='name']//text()",
- "price": "//span[@itemprop='price']//@content",
- "price_old": "(//div[@id='price-container']//span[contains(@class,'stroked')])[last()]//text()",
- "reference": "",
- "image": "//ul[@id='alternate-images']/li/img/@data-zoom-src",
- "description": "//div[@itemprop='description']//text()",
- "brand": "",
- "brand_text": "//h2[@itemprop='brand']//text()",
- "categories": "//ul[@id='breadcrumbs']/li[position() > 1 and position() < last()]//text()",
- "availability": "//meta[@itemprop='availability']/@content",
- "rating_average": "//button[@class='bv_stars_button_container']/@aria-label",
- "rating_count": "//*[@class='bv_numReviews_text']//text()",
- "barcode": "",
- "stock": ""
- },
- "links": {
- "detail": "//h3[@class='info-name']/a[@class='js-product-click event ']",
- "next_page": "//a[@rel='next']"
- },
- "list": {
- "product": "//div[@class='product-preview ']",
- "page": "//span[@class='selected']/text()",
- "default_page": 1
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment