Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls" : [
- "https://deliveroo.es/es/restaurants/madrid/recoletos-madrid?geohash=ezjmup3c41vr&sort=rating&category=burgers"
- ],
- "fields" : {
- "name" : "//*[@class='menu-index-page__item-title']/text()",
- "price" : "//*[@class='menu-index-page__item-price']/text() | //*[@class= 'menu-index-page__item-content']/span/span[1]/text()",
- "price_old" : "",
- "reference" : "",
- "product_id": "//*[@class='menu-index-page__item-title']/text()",
- "image" : "",
- "description" : "",
- "brand" : "",
- "brand_text" : "",
- "categories" : "//*[@class='tag food']/text()",
- "availability" : "",
- "rating_average": "",
- "rating_count": "",
- "barcode" : "",
- "stock" : ""
- },
- "links" : {
- "detail" :"//div[contains(@class, 'HomeFeedUICard')]/a",
- "next_page" : ""
- },
- "list": {
- "product": "//ul[@class='menu-index-page__items']/li"
- },
- "parser_modules": [
- "multiple_response_xpath",
- "multiple_item_xpath"
- ],
- "pipelines": [
- "UrlHashUrlAndNamePipeline"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment