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()",
- "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": "//meta[@property='product:availability']/@content",
- "rating_average": "",
- "rating_count": "",
- "barcode": "",
- "stock": "",
- "variation": "//select[@class='product-options-dropdown']/option[@selected]/text()"
- },
- "links": {
- "detail": "//a[contains(@class,'featured-product-title-link')]",
- "next_page": "//div[@class='art-list-view-pager-nav']/div[@class='pager']//a[@class='next']"
- },
- "regex": {
- "variation": ["(.*) \\(", 1]
- },
- "splash": {
- "item_detail": {
- "request_type": "detail_request",
- "mode": "click_variations",
- "check_if_needed": {
- "func_name": "does_element_exist",
- "func_args": {
- "element_xpath": "//select[@class='product-options-dropdown']"
- }
- },
- "args": {
- "private_mode": false,
- "variations_selector": "select.product-options-dropdown option",
- "wait_element_selector": "span#product-main-price",
- "is_selected_string": "selected="
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment