Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls" : [
- "https://www.farmacia-morlan.com/facial/serum-c-89-101/"
- ],
- "fields" : {
- "name" : "//div[@class='product-header']/h1/text()",
- "price" : "//div[@class='vm-product-container']//div[contains(@id,'productPrice')]//span[@class='PricesalesPrice']/text()",
- "price_old" : "//div[@class='vm-product-container']//span[@class='PricebasePriceWithTax']/text()",
- "reference" : "//div[@class='product-sku']/text()",
- "image" : "//div[@class='main-image']//img/@src",
- "description" : "//div[@id='product-description']/div[@class='product-description']//text()",
- "brand" : "//div[@class='manufacturer']/a/img/@src",
- "brand_text" : "//div[@class='manufacturer']/a/text()",
- "categories" : "(//ol[@class='breadcrumb']/li/a[@class='pathway'])[position()>1]/text()",
- "availability" : "//script[@type='application/ld+json' and contains(.,'availability')]/text()",
- "rating_average" : "translate((//div[@class='product-view']//div[@class='ratings']/div[@class='rating-box']/div[@class='rating']/@style)[1], translate(., '0123456789', ''), 0)",
- "rating_count" : "//div[@class='ratings']/p[@class='rating-links']/a[@id='goto-reviews']/text()",
- "barcode" : "",
- "stock" : ""
- },
- "links" : {
- "detail" :"//div[@class='product-small-detail']/h3/a",
- "next_page" : "//ul[@class='pagination']/li/a[@title='Siguiente']"
- },
- "regex": {
- "reference": ["(\\d+)", 1],
- "availability": ["availability\\\":\\s\\\"(.*?)\\\"", 1],
- "price": ["(\\d*,\\d{1,2})", 1],
- "price_old": ["(\\d*,\\d{1,2})", 1]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment