sarafg11

Untitled

Dec 30th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://dermoder.com/product-sitemap.xml"
  4. ],
  5. "fields": {
  6. "name": "//meta[@property='og:title']/@content",
  7. "price": "//script[@type='application/ld+json' and contains(.,'price')]/text()",
  8. "price_old": "",
  9. "reference": "",
  10. "image": "//meta[@property='og:image']/@content",
  11. "description": "//div[@id='tab-description']//text()",
  12. "brand": "",
  13. "brand_text": "",
  14. "categories": "//span[@class='posted_in']/a/text()",
  15. "availability": "//script[@type='application/ld+json' and contains(.,'availability')]/text()",
  16. "rating_average": "",
  17. "rating_count": "",
  18. "barcode": "",
  19. "stock": ""
  20. },
  21. "links": {
  22. "detail": "//a[contains(@class,'woocommerce-LoopProduct-link')]",
  23. "next_page": ""
  24. },
  25. "regex": {
  26. "availability": ["availability\\\":\\\"(.*?)\\\"", 1],
  27. "price": ["price\\\":\\\"(.*?)\\\"", 1]
  28. },
  29. "sitemap_rules": [
  30. ["/comprar/", "parse"]
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment