Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "sitemap_urls":
- [
- "https://www1.shoppersdrugmart.ca/sitemap/sdmproductssitemap.xml"
- ],
- "fields": {
- "name": "//h1[@itemprop='name']",
- "price": "//script[contains(.,'analyticsData') and contains(.,'Price')]/text()",
- "price_old": "//div[@id='product-detail-wrapper']//span[@class='strikethrough']/text()",
- "reference": "",
- "image": "//meta[@property='og:image']/@content",
- "description": "//meta[@property='og:description']/@content",
- "brand": "",
- "brand_text": "//script[contains(.,'analyticsData') and contains(.,'productBrand')]/text()",
- "categories": "(//ul[@class='breadcrumb']//li/a)[position()>1]/text()",
- "availability": "",
- "rating_average": "//div[@id='product-detail-wrapper']//abbr[@class='rating-stars-on']/@style",
- "rating_count": "(//div[@id='product-detail-wrapper']//span[@class='item-star-reviews']/text())[1]",
- "barcode": "//script[contains(.,'analyticsData') and contains(.,'productSKU')]/text()",
- "stock": ""
- },
- "links": {
- "detail": "//p[@class='product-name']/a",
- "next_page": "(//div[@class='pagination-nav']/a[contains(@aria-label,'next')])[last()]"
- },
- "regex": {
- "price": ["productPrice\\\"\\s:\\s\\(\\\"(.*?)\\\"", 1],
- "name": ["productName\\\"\\s:\\s\\(\\\"(.*?)\\\"", 1],
- "brand_text": ["productBrand\\\"\\s:\\s\\(\\\"(.*?)\\\"", 1],
- "barcode": ["productSKU\\\"\\s:\\s\\(\\\"(.*?)\\\"", 1]
- },
- "sitemap_rules":[
- ["/en/health-and-pharmacy/", "parse"]
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment