Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://www.latiendadepeluqueria.com/schwarzkopf-bonacure/?ver_todo=8717&soft=1"
- ],
- "fields": {
- "name": "//div[@class='caption']/p/text()",
- "price": "//div[@class='tinoprecio']/../span/text()",
- "price_old": "//div[@class='tinoprecio']/del/text()",
- "reference": "",
- "image": "//img[contains(@class,'center-block')]/@src",
- "description": "",
- "brand": "",
- "brand_text": "",
- "categories": "",
- "availability": "//div[@class='tinoprecio']/span[contains(@class,'label-danger')]/text()",
- "rating_average": "",
- "rating_count": "",
- "barcode": "//div[@class='caption']/p/strong/text()",
- "stock": "",
- "url": "//p[@class='descprod']/@onclick"
- },
- "links": {
- "detail": "",
- "next_page": "",
- "parse_start_url": true
- },
- "regex": {
- "barcode": ["Ref: (.*)", 1],
- "url": ["location.href='(.*)';", 1]
- },
- "list": {
- "product": "//div[@id='resultadoss']/div[@cuadradito-nombre]"
- },
- "parser_modules": [
- "multiple_response_xpath",
- "multiple_item_xpath"
- ]
- }
Add Comment
Please, Sign In to add comment