Facebook
From Yo, 4 Years ago, written in Plain Text.
This paste is a reply to ECI from Yo - go back
Embed
Viewing differences between ECI and Re: ECI
{
  "start_urls": [
    "https://www.elcorteingles.es/supermercado/bebidas/cervezas/cerveza/",
    "https://www.elcorteingles.es/parafarmacia/",
    "https://www.elcorteingles.es/deportes/nutricion-deportiva/1/",
    "https://www.elcorteingles.es/perfumeria/fragancias-mujer/fragancias/?level=3"
  ],
  "fields": {
    "name": "//h2[@itemprop='name']//text()",
    
"//*[@itemprop='name']//text()",
    
"price": "//span[@itemprop='price']//@content",
"//span[@itemprop='price']//@content | //*[@class='prices pdp-prices']//div[2]",
    "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": "//*[@class='product_tile-description']/a | //h3[@class='info-name']/a",
    "next_page": "//a[@rel='next']"
  }
}

Replies to Re: ECI rss

Title Name Language When
Re: Re: ECI Yo text 4 Years ago.