sarafg11

Untitled

Jan 9th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_010",
  4. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_020/13_320_020_010",
  5. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_030/13_320_030_020",
  6. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_040/13_320_040_010",
  7. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_050/13_320_050_010",
  8. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_060",
  9. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_080",
  10. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_120",
  11. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_110/13_320_110_020",
  12. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_100/13_320_100_070",
  13. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_090/13_320_090_120",
  14. "https://www.bonarea-online.com/es/shop/shopping/13_320/13_320_070/13_320_070_010"
  15. ],
  16. "fields": {
  17. "name": "//*[contains(@id, 'liArticle')]/a[@class='article-link']//p",
  18. "price": "//*[@class='article-link']/div[@class='price']/span",
  19. "price_old": "",
  20. "reference": "",
  21. "product_id": "//a[@class='article-link']/@onclick",
  22. "image": "",
  23. "description": "",
  24. "brand": "",
  25. "brand_text": "",
  26. "categories": "//*[@class='title-section']",
  27. "availability": "",
  28. "rating_average": "",
  29. "rating_count": "",
  30. "barcode": "",
  31. "stock": ""
  32. },
  33. "regex": {
  34. "product_id": "\\d+\\*\\d+"
  35. },
  36. "links": {
  37. "detail": "//div[@class='sidebar']//li/a",
  38. "next_page": ""
  39. },
  40. "list": {
  41. "product": "//div[contains(@id, 'liArticle')]",
  42. "page": ""
  43. },
  44. "parser_modules": [
  45. "multiple_response_xpath",
  46. "multiple_item_xpath"
  47. ],
  48. "pipelines": ["UrlAppendFieldPipeline"],
  49. "pipeline_options": {
  50. "field_to_append": "product_id"
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment