Advertisement
sarafg11

Untitled

Jan 29th, 2020
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://www.harrods.com/en-gb/site-map/products-5.xml",
  4. "https://www.harrods.com/en-gb/site-map/products-6.xml",
  5. "https://www.harrods.com/en-gb/site-map/products-7.xml",
  6. "https://www.harrods.com/en-gb/site-map/products-8.xml",
  7. "https://www.harrods.com/en-gb/site-map/products-9.xml",
  8. "https://www.harrods.com/en-gb/site-map/products-11.xml"
  9. ],
  10. "fields": {
  11. "name": "//div [contains(@class,'container')]//h1/span/text()",
  12. "price": "//span[@itemprop='price']/text()",
  13. "price_old": "",
  14. "reference": "",
  15. "image": "//meta[@property='og:image']/@content",
  16. "description": "//section[contains(@class,'product-info_details')]//text()",
  17. "brand": "",
  18. "brand_text": "//a[@itemprop='brand']/span/text()",
  19. "categories": "//li[position()>1]//a[@itemprop='item']/span/text()",
  20. "availability": "//link[@itemprop='availability']/@href",
  21. "rating_average": "",
  22. "rating_count": "",
  23. "barcode": "",
  24. "stock": ""
  25. },
  26. "links": {
  27. "detail": "//div[contains(@class,'product-card_info')]/a[contains(@class,'product-card_link')]",
  28. "next_page": "//div[@class='control_paging-list']/a[contains(@class,'control_paging-item--next')]"
  29. },
  30. "sitemap_rules": ["canada-goose"]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement