Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_010",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_020/13_320_020_010",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_030/13_320_030_020",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_040/13_320_040_010",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_050/13_320_050_010",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_060",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_080",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_120",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_110/13_320_110_020",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_100/13_320_100_070",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_090/13_320_090_120",
- "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_070/13_320_070_010"
- ],
- "fields": {
- "name": "//*[contains(@id, 'liArticle')]/a[@class='article-link']//p",
- "price": "//*[@class='article-link']/div[@class='price']/span",
- "price_old": "",
- "reference": "",
- "product_id": "//a[@class='article-link']/@onclick",
- "image": "",
- "description": "",
- "brand": "",
- "brand_text": "",
- "categories": "//*[@class='title-section']",
- "availability": "",
- "rating_average": "",
- "rating_count": "",
- "barcode": "",
- "stock": ""
- },
- "regex": {
- "product_id": "\\d+\\*\\d+"
- },
- "links": {
- "detail": "//div[@class='sidebar']//li/a",
- "next_page": ""
- },
- "list": {
- "product": "//div[contains(@id, 'liArticle')]",
- "page": ""
- },
- "parser_modules": [
- "multiple_response_xpath",
- "multiple_item_xpath"
- ],
- "pipelines": ["UrlAppendFieldPipeline"],
- "pipeline_options": {
- "field_to_append": "product_id"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment