There are 3 pagination tables in this web.
price_computer_category1~3.
Starting from first price_computer_category1, elements in price_computer_category2~3 are collected correctly.
And data scraping is completed where it should move to another page in price_computer_category1.
Any solution?
Url: 중고컴퓨터 매입전문업체 월드메모리
Sitemap:
{"_id":"World_Memory","startUrl":["https://www.worldmemory.co.kr/price/computer.do"],"selectors":[{"id":"category1","paginationType":"auto","parentSelectors":["_root","category1"],"selector":"ul.price_computer_category1 li","type":"SelectorPagination"},{"id":"category2","paginationType":"auto","parentSelectors":["category1","category2"],"selector":"div.price_computer_category2 a","type":"SelectorPagination"},{"id":"category3","paginationType":"auto","parentSelectors":["category2","category3"],"selector":"div.price_computer_category3 a","type":"SelectorPagination"},{"id":"element","multiple":true,"parentSelectors":["category3"],"selector":"tr.price_table_even,tr.price_table_odd","type":"SelectorElement"},{"id":"col1","multiple":false,"parentSelectors":["element"],"regex":"","selector":"td span","type":"SelectorText"},{"id":"col2","multiple":false,"parentSelectors":["element"],"regex":"","selector":"td.price_table_prduct_nm","type":"SelectorText"},{"id":"col3","multiple":false,"parentSelectors":["element"],"regex":"","selector":"td.price_table_prduct_pc","type":"SelectorText"}]}