sarafg11

Untitled

Jan 29th, 2020
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://shop.nordstrom.com/1-product-sitemap.xml",
  4. "https://shop.nordstrom.com/2-product-sitemap.xml"
  5. ],
  6. "fields": {
  7. "name": "//div[@id='selling-essentials']//h1[@itemprop='name']/text()",
  8. "price": "//div[@id='selling-essentials']//section//span[contains(.,'Price')]/following-sibling::span/text()",
  9. "price_old": "",
  10. "reference": "//div[@class='_3RNkd']//li[@class='ErtZY']/span[contains(.,'Item #')]/text()",
  11. "image": "//meta[@property='og:image']/@content",
  12. "description": "//div[@class='_3RNkd']/div[@class='_3LvFj']//text()",
  13. "brand": "",
  14. "brand_text": "//div[@id='selling-essentials']//section[@itemprop='brand']/h2/a//span[@itemprop='name']/text()",
  15. "categories": "",
  16. "availability": "",
  17. "rating_average": "//div[@itemtype='http://schema.org/AggregateRating']//span[@itemprop='ratingValue']/text()",
  18. "rating_count": "//div[@itemtype='http://schema.org/AggregateRating']//span[@itemprop='reviewCount']/text()",
  19. "barcode": "",
  20. "stock": ""
  21. },
  22. "links": {
  23. "detail": "//article//h3/a",
  24. "next_page": "//link[@rel='next']"
  25. },
  26. "regex": {
  27. "reference": ["\\#(\\d+)", 1]
  28. },
  29. "sitemap_rules": ["/s/canada-goose-"]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment