Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://www.grocerygateway.com/store/groceryGateway/en/Dairy-and-Eggs/Cream-and-Coffee-Creamer/c/706-6040",
- "https://www.grocerygateway.com/store/groceryGateway/en/Dairy-and-Eggs/Milk/c/706-6108",
- "https://www.grocerygateway.com/store/groceryGateway/en/Dairy-and-Eggs/Non-Dairy-Alternatives/c/706-6113",
- "https://www.grocerygateway.com/store/groceryGateway/en/Dairy-and-Eggs/Yogurt-and-Cottage-Cheese/c/706-6163"
- ],
- "fields": {
- "name": "//h1[@class='name']/text()",
- "price": "//div[@class='product-details rating-bottom']/span[@class='cart_reader']/text()",
- "price_old": "//div[@class='product-details rating-bottom']/del/text()",
- "reference": "",
- "image": "//div[@data-zoom-image]/@data-zoom-image",
- "description": "//div[@class='about-this-product']/div[@class='row'] | //div[@class='about-this-product']//div[contains(@class, 'description')]",
- "brand": "",
- "brand_text": "",
- "categories": "//li[@class='breadcrumb-item']/a[@class='breadcrumb-link']/text()",
- "availability": "//script[@type='application/ld+json' and contains(., 'availability')]/text()",
- "rating_average": "",
- "rating_count": "",
- "barcode": "//div[@class='about-sku-section']/text()",
- "stock": ""
- },
- "links": {
- "detail": "//div[@class='product-card__content']/a",
- "next_page": ""
- },
- "splash": {
- "item_detail": {
- "mode": "load_click_content",
- "request_type": "start_request",
- "args": {
- "private_mode": false,
- "element_selector": "div#showMore",
- "content_loaded_check": "document.getElementsByClassName('line-behind-show-more')[0].style.display != 'none'"
- }
- }
- },
- "regex": {
- "availability": ["availability\\\":\\\"(.*?)\\\"", 1]
- }
- }
Add Comment
Please, Sign In to add comment