sarafg11

Untitled

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