Facebook
From Botched Camel, 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: 239
  1. {
  2.   "start_urls": [
  3.     "https://www.caretobeauty.com/es/featured/",
  4.     "https://www.caretobeauty.com/es/hair/",
  5.     "https://www.caretobeauty.com/es/men/",
  6.     "https://www.caretobeauty.com/es/sunscreens/",
  7.     "https://www.caretobeauty.com/es/nutrition/",
  8.     "https://www.caretobeauty.com/es/face-cosmetics/",
  9.     "https://www.caretobeauty.com/es/body-care-cosmetics/",
  10.     "https://www.caretobeauty.com/es/baby/",
  11.     "https://www.caretobeauty.com/es/make-up/",
  12.     "https://www.caretobeauty.com/es/offers/"
  13.   ],
  14.   "fields": {
  15.     "name": "//h1[@itemprop='name']/text()",
  16.     "price": "//div[contains(@class,'product-primary-column')]//meta[@itemprop='price']/@content",
  17.     "price_old": "",
  18.     "image": "//img[@id='image-main']/@src",
  19.     "description": "//div[@class='std']//p//text()",
  20.     "brand": "//div[@class='box-brand']//img/@src",
  21.     "brand_text": "//div[@class='box-brand']//img/@alt",
  22.     "categories": "//div[@class='breadcrumbs']/ul/li[contains(@class,'category')]/a/span/text()",
  23.     "availability": "//link[@itemprop='availability']/@href",
  24.     "rating_average": "",
  25.     "rating_count": "",
  26.     "barcode": "//meta[@itemprop='gtin13']/@content",
  27.     "stock": ""
  28.   },
  29.   "links": {
  30.     "detail": "//h2[@class='product-name']/a",
  31.     "next_page": "//link[@rel='next']"
  32.   }
  33. }