Data extraction can only extract from single page even next page command is run normally

I’ve been trying to use table extraction for copy name ,price and stock available by create new variable to write a table on excel. My next page command is work very well. Although my command could run to 10+ pages, the data from extraction is come from only first page. In addition, my command is success without any bug notify.

Even more, I’m sure that there is extraction limit is set to “no limit”. I also try to use studio web for trying but the result is the same, only data from first page is available.

Could you guys help me please.

Here is the website I try to extract:
https://tinyurl.com/2xez3r9n

Here is my command

Best regards

we would recommend to postedit the next selector.

In general it is recommended to have:

  • selectors as minimal as possible
  • as reliable specific as possible
  • beginning with not all available selector strategy options (strict, fuzzy…) and in case of not working carefully extend the strategy by another one

A very minimal next selector in your case could look like:

<webctrl parentid='main' tag='A' class='next page-number' />

Thank you very much for your help :grinning:

The problem is if I select only strict selector. It cannot go to next page. So I have to select both of them. After using your code, I can select only fuzzy and it help me to go to the pages I want.

However, the data still shown only first page.

I also try to add delay on each page to 3 sec but the result is stills the same.

The image shown that I tick both fuzzy and strict. But I’d try tick neither fuzzy or strict. Results are that some methods can go next pages, some cannot. But every methods cannot extract the data from other pages beside page one :smiling_face_with_tear:

following next configuration was working and did the paging 10,50… times

Pardon that I normally uses google chrome. However, after trial and error, I found that my command work very well after page2 (start at page2). Thus, my execution is to set command start at page 1 but select next page with a A-variable. Then I use my execution to start at page 2 and record as B-variable. The command work very well.

I’m glad and appreciate for your help

Best regards

will not matter when using chrome and the partselector will be the same

1 Like

After a while, my solution had problem about data extraction having endless loop back and forth. However, I use your solution to minimize code as much as possible and it’s work very well!!

Thank you very much, really appreciate for your help :grinning: