Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.ametllerorigen.com/begudes/cervesa?PS=24&O=OrderByNameASC"
  4. ],
  5. "fields": {
  6. "name": "//div[@class='product-title text-uppercase']/a/@title",
  7. "price": "",
  8. "price_old": "",
  9. "reference": "",
  10. "product_id": "",
  11. "image": "",
  12. "description": "",
  13. "brand": "",
  14. "brand_text": "",
  15. "categories": "",
  16. "availability": "",
  17. "rating_average": "",
  18. "rating_count": "",
  19. "barcode": "",
  20. "stock": ""
  21. },
  22. "links": {
  23. "detail": "//div[@class='product-title text-uppercase']/a/@href",
  24. "next_page": ""
  25. },
  26. "product_selector": "//div[@class=' n24colunas']/ul/li/div",
  27. "pagination": ""
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement