I want to extract other seller details from my Amazon listing

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.

Url: https://www.amazon.in/s?i=merchant-items&me=A2ZQYFI20AOYRW&s=popularity-rank&fs=true&ref=lp_27943762031_sar

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"}]}

Hi,

Check if this works for you:

{"_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","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.s-line-clamp-2","type":"SelectorLink"},{"clickActionType":"real","clickElementSelector":"a#aod-ingress-link","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"Sellers","multiple":true,"parentSelectors":["Name"],"selector":"#all-offers-display","type":"SelectorElementClick"},{"id":"namep","multiple":false,"multipleType":"singleColumn","parentSelectors":["Sellers"],"regex":"","selector":"div#aod-asin-title","type":"SelectorText"},{"id":"sell price","multiple":false,"multipleType":"singleColumn","parentSelectors":["Sellers"],"regex":"","selector":"#pinned-offer-top-id .a-spacing-none span.aok-offscreen","type":"SelectorText"},{"id":"mrp ","multiple":false,"multipleType":"singleColumn","parentSelectors":["Sellers"],"regex":"","selector":"#pinned-offer-top-id div.a-spacing-small","type":"SelectorText"},{"id":"status","multiple":false,"multipleType":"singleColumn","parentSelectors":["Sellers"],"regex":"","selector":"#a-autoid-2-offer-0 input","type":"SelectorText"},{"id":"garuda delivery fee","multiple":false,"multipleType":"singleColumn","parentSelectors":["Sellers"],"regex":"","selector":"#pinned-offer-top-id span.a-text-bold","type":"SelectorText"},{"id":"seller selling price","multiple":false,"multipleType":"singleColumn","parentSelectors":["other-sellers-wrapper"],"regex":"","selector":".aok-align-center.a-spacing-none span.aok-offscreen","type":"SelectorText"},{"id":"seller mrp","multiple":false,"multipleType":"singleColumn","parentSelectors":["other-sellers-wrapper"],"regex":"","selector":"div.a-spacing-small","type":"SelectorText"},{"id":"seller deliver fee","multiple":false,"multipleType":"singleColumn","parentSelectors":["other-sellers-wrapper"],"regex":"","selector":"div#mir-layout-DELIVERY_BLOCK","type":"SelectorText"},{"id":"delivered by","multiple":false,"multipleType":"singleColumn","parentSelectors":["other-sellers-wrapper"],"regex":"","selector":"#aod-offer-shipsFrom div.a-col-right","type":"SelectorText"},{"id":"sold by","multiple":false,"multipleType":"singleColumn","parentSelectors":["other-sellers-wrapper"],"regex":"","selector":"a.a-size-small","type":"SelectorText"},{"id":"options","multiple":false,"multipleType":"singleColumn","parentSelectors":["Sellers"],"regex":"","selector":"h5.a-size-base","type":"SelectorText"},{"elementLimit":0,"id":"other-sellers-wrapper","multiple":true,"parentSelectors":["Sellers"],"scroll":false,"selector":".a-section #aod-offer","type":"SelectorElement"}]}