sarafg11

Untitled

Dec 31st, 2019
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. {
  2. "start_urls" : [
  3. "https://deliveroo.es/es/restaurants/madrid/recoletos-madrid?geohash=ezjmup3c41vr&sort=rating&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": "//*[@class='menu-index-page__item-title']/text()",
  11. "image" : "",
  12. "description" : "",
  13. "brand" : "",
  14. "brand_text" : "",
  15. "categories" : "//*[@class='tag food']/text()",
  16. "availability" : "",
  17. "rating_average": "",
  18. "rating_count": "",
  19. "barcode" : "",
  20. "stock" : ""
  21. },
  22. "links" : {
  23. "detail" :"//div[contains(@class, 'HomeFeedUICard')]/a",
  24. "next_page" : ""
  25. },
  26. "list": {
  27. "product": "//ul[@class='menu-index-page__items']/li"
  28. },
  29. "parser_modules": [
  30. "multiple_response_xpath",
  31. "multiple_item_xpath"
  32. ],
  33. "pipelines": [
  34. "UrlHashUrlAndNamePipeline"
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment