Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://deliveroo.es/es/restaurants/madrid/trafalgar?sort=time&category=burgers"
  4. ],
  5. "fields": {
  6. "name": "//*[@class='menu-index-page__item-title']/text()",
  7. "price": "//*[@class='menu-index-page__item-price']/text() | //*[@class= 'menu-index-page__item-content']/span/span[1]/text()",
  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": "//a[contains(@class, 'HomeFeedUICard')]",
  24. "next_page": ""
  25. },
  26. "product_selector": "//li[@class='menu-index-page__item']",
  27. "parser_modules": ["multiple_response_xpath", "multiple_item_xpath"],
  28. "pipelines": ["UrlHashUrlAndNamePipeline"]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement