Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "sitemap_urls":
- [
- "https://www.jeancoutu.com/sitemaps/sitemap_shop_fr.xml"
- ],
- "fields": {
- "name": "//h1[@itemprop='name']/text()",
- "price": "//div[@class='detail-section-container']//meta[@itemprop='price']/@content",
- "price_old": "//div[@class='detail-section-container']//div[contains(@class,'js-regular-price')]/text()",
- "reference": "//div[@class='content']//span[contains(@class,'js-pjc-code')]/text()",
- "image": "//div[contains(@class,'image-content')]//img[@itemprop='image']/@src",
- "description": "//div[@data-item='description']//p/text()",
- "brand": "",
- "brand_text": "//a[@class='brand-link']/span[@class='brand']/text()",
- "categories": "(//ol[@class='breadcrumb']//li//a)/text()",
- "availability": "",
- "rating_average": "//div[@class='shopping-product-evaluations-summary-total-number']/text()",
- "rating_count": "//div[@class='shopping-product-evaluations-summary-total-based']/span/text()",
- "barcode": "",
- "stock": ""
- },
- "links": {
- "detail": "//div[@class='title']/parent::a",
- "next_page": ""
- },
- "sitemap_rules": ["/produit/"]
- }
Advertisement
Add Comment
Please, Sign In to add comment