sarafg11

Untitled

Oct 14th, 2020 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://www.farmashoping.com/1_es_0_sitemap.xml"
  4. ],
  5. "fields": {
  6. "name": "//h1[@itemprop='name']//text()",
  7. "price": "//div[contains(@class, 'product-prices ')]//div[@class='current-price']/span[@itemprop='price']/@content",
  8. "price_old": "//div[contains(@class, 'product-prices ')]//div[@class='product-discount']/span[@class='regular-price']/text()",
  9. "reference": "//div[@class='product-reference']/span[@itemprop='sku']/text()",
  10. "image": "//img[@itemprop='image']/@src",
  11. "description": "//div[@class='product-description']//text()",
  12. "brand": "",
  13. "brand_text": "//a[@class='product-brand']/text()",
  14. "categories": "(//div[contains(@class,'breadcrumb')]//a)[position()>1]//text()",
  15. "availability": "//div[contains(@class, 'product-prices ')]/div/link[@itemprop='availability']/@href",
  16. "rating_average": "",
  17. "rating_count": "",
  18. "barcode": "",
  19. "stock": ""
  20. },
  21. "links": {
  22. "detail": "//article//div[contains(@class, 'product-thumbnail')]/a",
  23. "next_page": "//div[@class='pages-num']//a[@rel='next']"
  24. },
  25. "sitemap_rules": [":\\/\\/(.*)\\/(.*)\\/(.*)$"]
  26. }
Add Comment
Please, Sign In to add comment