Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://www.telecompra.mercadona.es/sfprincipal.php?pag_origen=entrada.php&CP=&Pais=34&Provincia=&Localidad=&TiendaVisita=1&EntradaUsername=1&AyudaPassword="
- ],
- "fields": {
- "name": "//span[@class='float_left']/text()",
- "price": "//span[contains(@id,'txtPrecio')]/text()",
- "price_old": "",
- "reference": "",
- "product_id": "//td[@headers='header1a']/a/@href",
- "image": "",
- "description": "",
- "brand": "",
- "brand_text": "",
- "categories": "",
- "availability": "",
- "rating_average": "",
- "rating_count": "",
- "barcode": "",
- "stock": ""
- },
- "regex": {
- "product_id": ["?id=(.*)$", 1]
- },
- "links": {
- "detail": "//li[contains(@class, 'linivel')]//a",
- "next_page": ""
- },
- "list": {
- "product": "//table[@class='tablaproductos']//tbody//tr",
- "page": ""
- },
- "preprocess": {
- "mode": "before_requests",
- "url": "https://www.telecompra.mercadona.es/ns/entrada.php",
- "callback": "set_cookie_to_start_requests",
- "payload": {
- "pag_origen": "entrada.php",
- "form_origen": "principal",
- "Pais": "34",
- "Provincia": "",
- "Localidad": "",
- "TiendaVisita": "1",
- "EntradaUsername": "1",
- "AyudaPassword": "",
- "username": "[email protected]",
- "password": "galletas",
- "ImgEntradaAut": "ENTRAR"
- }
- },
- "parser_modules": [
- "multiple_response_xpath",
- "multiple_item_xpath"
- ],
- "pipelines": [
- "UrlAppendProductIdPipeline"
- ]
- }
Add Comment
Please, Sign In to add comment