Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://supermercado.eroski.es/es/supermercado/2060401-higiene-y-belleza/2060523-parafarmacia-/5000119-higiene-bucodental/"
- ],
- "fields": {
- "name": "//h1/text()",
- "price": "//span[@class='price-now']//span[@itemprop='price']/text()",
- "price_old": "//div[@itemprop='offerDetails']/span[@class='price-before']/span[@itemprop='price']/text()",
- "reference": "",
- "image": "//img[@itemprop='image']//@src",
- "description": "//meta[@name='description']/@content",
- "brand": "",
- "brand_text": "",
- "categories": "",
- "availability": "",
- "rating_average": "//div[@id='ratingsZone']/div/div[@class='ratingSubtitle']/text()",
- "rating_count": "//div[@id='ratingsZone']//div[@class='ratingTitle']/span/text()",
- "barcode": "",
- "stock": "",
- "postal_code": "//script[@type='text/javascript' and contains(text(),'tienda')]/text()"
- },
- "links": {
- "detail": "//h2[@class='product-title']/a",
- "next_page": ""
- },
- "regex": {
- "postal_code": ["tienda\\\\\\\":\\\\\\\"(.*?)\\\\\\\"", 1]
- },
- "splash": {
- "positioning_spider": {
- "mode": "infinite_scroll",
- "request_type": "start_request",
- "args": {
- "timeout": 60
- }
- },
- "item_detail": [{
- "mode": "infinite_scroll",
- "request_type": "start_request",
- "args": {
- "timeout": 60
- }
- },
- {
- "mode": "simple_render",
- "request_type": "detail_request"
- }]
- },
- "list": {
- "product": "//div[contains(@class, 'product-item-')]",
- "page": ""
- },
- "preprocess": {
- "mode": "each_request",
- "url": "https://supermercado.eroski.es/en/login/delivery/index.selectdelivery.addressselector.homedeliveryform",
- "payload": {"zipCode": "01001"},
- "callback": "make_original_requests",
- "headers": {"Content-Type": "application/json"}
- },
- "pipelines": ["UrlAppendPostalCodePipeline"]
- }
Add Comment
Please, Sign In to add comment