Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "sitemap_urls": [
- "https://shop.nordstrom.com/1-product-sitemap.xml",
- "https://shop.nordstrom.com/2-product-sitemap.xml"
- ],
- "fields": {
- "name": "//div[@id='selling-essentials']//h1[@itemprop='name']/text()",
- "price": "//div[@id='selling-essentials']//section//span[contains(.,'Price')]/following-sibling::span/text()",
- "price_old": "",
- "reference": "//div[@class='_3RNkd']//li[@class='ErtZY']/span[contains(.,'Item #')]/text()",
- "image": "//meta[@property='og:image']/@content",
- "description": "//div[@class='_3RNkd']/div[@class='_3LvFj']//text()",
- "brand": "",
- "brand_text": "//div[@id='selling-essentials']//section[@itemprop='brand']/h2/a//span[@itemprop='name']/text()",
- "categories": "",
- "availability": "",
- "rating_average": "//div[@itemtype='http://schema.org/AggregateRating']//span[@itemprop='ratingValue']/text()",
- "rating_count": "//div[@itemtype='http://schema.org/AggregateRating']//span[@itemprop='reviewCount']/text()",
- "barcode": "",
- "stock": ""
- },
- "links": {
- "detail": "//article//h3/a",
- "next_page": "//link[@rel='next']"
- },
- "regex": {
- "reference": ["\\#(\\d+)", 1]
- },
- "sitemap_rules": ["/s/canada-goose-"]
- }
Advertisement
Add Comment
Please, Sign In to add comment