sarafg11

Untitled

Dec 30th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. {
  2. "sitemap_urls":
  3. [
  4. "https://www1.shoppersdrugmart.ca/sitemap/sdmproductssitemap.xml"
  5. ],
  6. "fields": {
  7. "name": "//h1[@itemprop='name']",
  8. "price": "//script[contains(.,'analyticsData') and contains(.,'Price')]/text()",
  9. "price_old": "//div[@id='product-detail-wrapper']//span[@class='strikethrough']/text()",
  10. "reference": "",
  11. "image": "//meta[@property='og:image']/@content",
  12. "description": "//meta[@property='og:description']/@content",
  13. "brand": "",
  14. "brand_text": "//script[contains(.,'analyticsData') and contains(.,'productBrand')]/text()",
  15. "categories": "(//ul[@class='breadcrumb']//li/a)[position()>1]/text()",
  16. "availability": "",
  17. "rating_average": "//div[@id='product-detail-wrapper']//abbr[@class='rating-stars-on']/@style",
  18. "rating_count": "(//div[@id='product-detail-wrapper']//span[@class='item-star-reviews']/text())[1]",
  19. "barcode": "//script[contains(.,'analyticsData') and contains(.,'productSKU')]/text()",
  20. "stock": ""
  21. },
  22. "links": {
  23. "detail": "//p[@class='product-name']/a",
  24. "next_page": "(//div[@class='pagination-nav']/a[contains(@aria-label,'next')])[last()]"
  25. },
  26. "regex": {
  27. "price": ["productPrice\\\"\\s:\\s\\(\\\"(.*?)\\\"", 1],
  28. "name": ["productName\\\"\\s:\\s\\(\\\"(.*?)\\\"", 1],
  29. "brand_text": ["productBrand\\\"\\s:\\s\\(\\\"(.*?)\\\"", 1],
  30. "barcode": ["productSKU\\\"\\s:\\s\\(\\\"(.*?)\\\"", 1]
  31. },
  32. "sitemap_rules":[
  33. ["/en/health-and-pharmacy/", "parse"]
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment