sarafg11

Untitled

Feb 6th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "sitemap_urls": [
  3. "https://www.petsfarma.es/3_es_0_sitemap.xml"
  4. ],
  5. "fields": {
  6. "name": "//*[@class='section-title product-name']/text()",
  7. "price": "(//*[@class='the-price'])[1]/text()",
  8. "price_old": "(//*[@class='cth_original_price'])[1]/text()",
  9. "reference": "",
  10. "image": "(//*[@id='image-block']/img)[1]/@src",
  11. "description": "(//*[@id='short_description_content'])[1]/text()",
  12. "brand": "",
  13. "brand_text": "",
  14. "categories": "",
  15. "availability": "",
  16. "rating_average": "",
  17. "rating_count": "",
  18. "barcode": "",
  19. "stock": ""
  20. },
  21. "links": {
  22. "detail": "",
  23. "next_page": ""
  24. },
  25. "sitemap_rules": [".html$"]
  26. }
Add Comment
Please, Sign In to add comment