**Describe the problem.
****The problem is we are scrapping a site that consists of a list of restaurants that restaurants having catalogs here while we are scraping their catalog here the data is merging from one restaurant to another for example it should scrap 1 st merchant and 2nd and 3rd but here it is scraping first merchant data and 2nd merchant and after second it was giving some data of 1st merchant so here data merging occurs
Url: https://www.talabat.com/uae/restaurants/1521/al-jubail
Sitemap:
{"_id":"updateddeals(19thmay)","startUrl":["https://www.talabat.com/uae/restaurants/1521/al-jubail"],"selectors":[{"id":"element","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.px-2","multiple":true,"delay":0},{"id":"Merchant-page ","parentSelectors":["element"],"type":"SelectorElementScroll","selector":"body:has(h1.media-heading)","multiple":true,"delay":2000},{"id":"name ","parentSelectors":["Merchant-page "],"type":"SelectorText","selector":"h1","multiple":false,"delay":0,"regex":""},{"id":"category_name","parentSelectors":["menu-category-wrapper"],"type":"SelectorText","selector":"div.accordion","multiple":false,"delay":0,"regex":""},{"id":"item_name","parentSelectors":["menu-wrapper"],"type":"SelectorText","selector":"div.item-name > div:nth(0)","multiple":false,"delay":0,"regex":""},{"id":"pic_url","parentSelectors":["menu-wrapper"],"type":"SelectorImage","selector":"img","multiple":false,"delay":0},{"id":"price","parentSelectors":["menu-wrapper"],"type":"SelectorGroup","selector":"div.price > div","delay":0,"extractAttribute":""},{"id":"menu-wrapper","parentSelectors":["menu-category-wrapper"],"type":"SelectorElement","selector":"div[class*="menu-itemstyles__MenuItemContainer"]","multiple":true,"delay":0},{"id":"menu-category-wrapper","parentSelectors":["Merchant-page "],"type":"SelectorElement","selector":"[class*="menu-category-containerstyles__MenuCategoryStyle"] > div","multiple":true,"delay":0},{"id":"item_description","parentSelectors":["menu-wrapper"],"type":"SelectorText","selector":"div.f-12","multiple":false,"delay":0,"regex":""}]}
So kindly please solve this issue it should give linear way like 1-2-3-4 merchants' data without merging their data