sarafg11

Untitled

May 14th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "sitemap_urls":[
  3. "https://clickbebe.es/sitemap.xml"
  4. ],
  5. "fields": {
  6. "name": "//div[@id='pb-left-column']//h1/text()",
  7. "price": "//span[@id='our_price_display']/text()",
  8. "price_old": "//span[@id='old_price_display']/text()",
  9. "reference": "",
  10. "image": "//div[@id='image-block']//img/@src",
  11. "description": "//div[@id='info_product']//text()",
  12. "brand": "//img[@itemprop='image']/@src",
  13. "brand_text": "",
  14. "categories": "//div[@class='breadcrumb']",
  15. "availability": "",
  16. "rating_average": "",
  17. "rating_count": "",
  18. "barcode": "",
  19. "stock": ""
  20. },
  21. "links": {
  22. "detail": "//div[@class='image']/a",
  23. "next_page": "//li[@id='pagination_next']/a"
  24. },
  25. "list": {
  26. "product": "//ul[@id='product_list']/li[contains(@class,'ajax_block_product')]",
  27. "page": "//li[@class='current']/span/text()"
  28. },
  29. "regex": {},
  30. "sitemap_rules": [
  31. ".html$"
  32. ]
  33. }
Add Comment
Please, Sign In to add comment