Facebook
From Chunky Mousedeer, 4 Years ago, written in Plain Text.
This paste is a reply to Re: Untitled from Putrid Bongo - view diff
Embed
Download Paste or View Raw
Hits: 207
  1. {
  2.     "start_urls": [
  3.         "https://www.farmaciasalburua.com/farmacia/"
  4.     ],
  5.     "fields": {
  6.       "name": "//*[@class='product_title entry-title']",
  7.       "price": "//*[@class='price']",
  8.       "price_old": "",
  9.       "reference": "//*[@itemprop='sku']/text()",
  10.       "image": "//*[@itemprop='image']",
  11.       "description": "//*[@class='description']",
  12.       "brand": "",
  13.       "brand_text": "//div[@class='description']/p[3]/following-sibling::text()[1]",
  14.       "categories": "//nav[@class='woocommerce-breadcrumb']/a",
  15.       "availability": "//*[@itemprop='availability']",
  16.       "rating_average": "",
  17.       "rating_count": "",
  18.       "barcode": "",
  19.       "stock": ""
  20.     },
  21.     "links": {
  22.       "detail": "//*[@id='wpo-content']/div[2]/div/div",
  23.       "next_page": "//*[@class='next page-numbers']"
  24.     },
  25.     "regex": {
  26.      
  27.     }
  28.   }