sarafg11

Untitled

Jan 27th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://www.idun-nature.com/sitemap.xml"
  4. ],
  5. "fields": {
  6. "name": "//h1/text()",
  7. "price": "//script[@type='application/ld+json' and contains(.,'price')]/text()",
  8. "price_old": "(//s)[last()]//text()",
  9. "reference": "",
  10. "image": "//img[@data-zoom-image]/@src",
  11. "description": "//div[contains(@class,'description')]//text()",
  12. "brand": "",
  13. "brand_text": "//script[@type='application/ld+json' and contains(.,'brand')]/text()",
  14. "categories": "(//section[contains(@class,'breadcrumbs')]//ul/li/a)[position()>1 and position()<last()]/text()",
  15. "availability": "//script[@type='application/ld+json' and contains(.,'availability')]/text()",
  16. "rating_average": "//script[@type='application/ld+json' and contains(.,'ratingValue')]/text()",
  17. "rating_count": "//script[@type='application/ld+json' and contains(.,'reviewCount')]/text()",
  18. "barcode": "",
  19. "stock": ""
  20. },
  21. "links": {
  22. "detail": "//h5[@class='t_align_l m_bottom_3']/a",
  23. "next_page": ""
  24. },
  25. "regex": {
  26. "price": ["price\\\":\\s\\\"(.*?)\\\"", 1],
  27. "availability": ["availability\\\":\\s*\\\"(.*)\\\"", 1],
  28. "brand_text": ["brand.*\\n*.*\\n.*name\":\\s\"(.*)\\\"", 1],
  29. "rating_average": ["ratingValue\\\":\\s\\\"(.*?)\\\"", 1],
  30. "rating_count": ["reviewCount\\\":\\s\\\"(.*?)\\\"", 1]
  31. },
  32. "sitemap_rules": ["^((?!marcas)(?!categorias).)*$"]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment