sarafg11

Untitled

Jan 10th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://cocunat.com/es-ES/search/?category=65",
  4. "https://cocunat.com/es-ES/search/?category=66",
  5. "https://cocunat.com/es-ES/search/?category=67",
  6. "https://cocunat.com/es-ES/search/?category=68",
  7. "https://cocunat.com/es-ES/search/?category=90",
  8. "https://cocunat.com/es-ES/search/?category=91"
  9. ],
  10. "fields": {
  11. "name": "//h2[contains(@class,'product-title')]/span/text()",
  12. "price": "//div[@id='single-product']//div[contains(@class,'product-single-price-section')]/span[contains(@class,'price-product')]/text()",
  13. "price_old": "",
  14. "reference": "",
  15. "image": "//meta[@property='og:image']/@content",
  16. "description": "//div[contains(@class,'info')]//*//text()",
  17. "brand": "",
  18. "brand_text": "",
  19. "categories": "",
  20. "availability": "",
  21. "rating_average": "//section[@class='review-overview container-medium']//div[@class='card-body']/h1[@class='text-danger']/text()",
  22. "rating_count": "//section[@class='review-overview container-medium']//div[@class='card-body']/p/text()",
  23. "barcode": "",
  24. "stock": ""
  25. },
  26. "links": {
  27. "detail": "//div[contains(@class,'product-col-text')]/p/a"
  28. },
  29. "regex": {
  30. "rating_count": ["(\\d+)", 1]
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment