Describe the problem.
I have created a site I want the all 18 pages data of my listing, by clicking on the "see other sellers" from that sidebar prompt, want to extract the all sellers details containing seller's rows selling price, mrp, status, sold by, delivery fee. And also want the name, selling price, mrp, delivery fee, status from the original listing which shows above the sidebar.
Sitemap:
{"_id":"Amazon","startUrl":["https://www.amazon.in/s?i=merchant-items&me=A2ZQYFI20AOYRW&s=popularity-rank&fs=true&page=[1-18]&xpid=P9-_NhYTUYlm6&qid=1756114179&ref=sr_pg_2"],"selectors":[{"id":"Name","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.s-line-clamp-2","multiple":true,"linkType":"linkFromHref"},{"id":"Sellers","parentSelectors":["Name"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div.daodi-content","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"body"},{"id":"namep","parentSelectors":["Sellers"],"type":"SelectorText","selector":"div#aod-asin-title","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"sell price","parentSelectors":["Sellers"],"type":"SelectorText","selector":"#pinned-offer-top-id .a-spacing-none span.aok-offscreen","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"mrp ","parentSelectors":["Sellers"],"type":"SelectorText","selector":"#pinned-offer-top-id div.a-spacing-small","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"status","parentSelectors":["Sellers"],"type":"SelectorText","selector":"#a-autoid-2-offer-0 input","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"garuda delivery fee","parentSelectors":["Sellers"],"type":"SelectorText","selector":"#pinned-offer-top-id span.a-text-bold","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"seller selling price","parentSelectors":["Sellers"],"type":"SelectorText","selector":"#aod-price-1 .a-spacing-none span.aok-offscreen","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"seller mrp","parentSelectors":["Sellers"],"type":"SelectorText","selector":"#aod-price-1 div.a-spacing-small","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"seller deliver fee","parentSelectors":["Sellers"],"type":"SelectorText","selector":"#unified-delivery-message-0 span[data-csa-c-type]","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"delivered by","parentSelectors":["Sellers"],"type":"SelectorText","selector":"div.a-padding-base:nth-of-type(1) #aod-offer-shipsFrom div.a-col-right","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"sold by","parentSelectors":["Sellers"],"type":"SelectorText","selector":"div.a-padding-base:nth-of-type(1) a.a-size-small","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"options","parentSelectors":["Sellers"],"type":"SelectorText","selector":"h5.a-size-base","multiple":false,"regex":"","multipleType":"singleColumn"}]}