Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "http://www.farmallueca.com/c154986-medicamentos.html",
- "http://www.farmallueca.com/c71530-promociones.html",
- "http://www.farmallueca.com/c71525-cuidado-bucal.html",
- "http://www.farmallueca.com/c79067-cuidado-capilar.html",
- "http://www.farmallueca.com/c80922-cuidado-corporal.html",
- "http://www.farmallueca.com/c76775-cuidado-facial.html",
- "http://www.farmallueca.com/c72661-dietetica-y-nutricion.html",
- "http://www.farmallueca.com/c86817-problemas-de-salud.html",
- "http://www.farmallueca.com/c79455-homeopatia.html",
- "http://www.farmallueca.com/c71529-ortopedia.html",
- "http://www.farmallueca.com/c88609-alimentacion-infantil.html",
- "http://www.farmallueca.com/c71521-puericultura.html",
- "http://www.farmallueca.com/c86821-plantas-medicinales.html",
- "http://www.farmallueca.com/c85642-proteccion-solar.html",
- "http://www.farmallueca.com/c71532-sexualidad.html",
- "http://www.farmallueca.com/c91906-repelentes.html",
- "http://www.farmallueca.com/c93730-hombre.html",
- "http://www.farmallueca.com/c96094-botiquin.html",
- "http://www.farmallueca.com/c131438-perfumes.html",
- "http://www.farmallueca.com/c142497-cestas-infantiles.html",
- "http://www.farmallueca.com/c170625-veterinaria.html"
- ],
- "fields": {
- "name": "//h1[@id='product-name']/text()",
- "price": "(//span[contains(@id,'product-main')]/text() | //option/text())[1]",
- "price_old": "",
- "reference": "//span[contains(@class,'product-code')]/text()",
- "image": "//meta[@property='og:image']/@content",
- "description": "//div[@id='product-description']//text()",
- "brand": "",
- "brand_text": "//table[contains(@id,'product-details')]//span/a/text()",
- "categories": "(//div[@id='breadcrumbs']//a)[position()>1]//text()",
- "availability": "substring-after(substring-before(//option/text(), ') - '),' (')",
- "rating_average": "",
- "rating_count": "",
- "barcode": "",
- "stock": "",
- "variation": "substring-before(//option/text(), ' (')"
- },
- "variations": {
- "product_variation": "//select[@class='product-options-dropdown']/option"
- },
- "parser_modules": [
- "multiple_product_variations_xpath"
- ],
- "links": {
- "detail": "//a[contains(@class,'featured-product-title-link')]",
- "next_page": "//div[@class='art-list-view-pager-nav']/div[@class='pager']//a[@class='next']"
- },
- "pipelines": {
- "UrlVariationPipeline": {},
- "AvailabilityPipeline": {
- "forced_false": "0 En Stock"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment