Page with a filter and results are displayed on multiple pages

Hello,

I have a list of books by publisher to export.
First I need to apply the filter on the top on the table and click on the button to list the result for each publisher.
The result can be showed on multiple pages as well.
Every time I choose a publisher, the URL change and I can see the publisher id in ?id=

Url: https://ppdvn.gov.vn/web/guest/ke-hoach-xuat-ban

I manage to export the result of publisher with this Table selector
{"_id":"ppdvn","startUrl":["https://ppdvn.gov.vn/web/guest/ke-hoach-xuat-ban"],"selectors":[{"id":"result","type":"SelectorTable","selector":"div.table table","parentSelectors":["_root"],"multiple":true,"columns":[{"header":"STT","name":"STT","extract":true},{"header":"Mã ISBN","name":"Mã ISBN","extract":true},{"header":"Tên xuất bản phẩm","name":"Tên xuất bản phẩm","extract":true},{"header":"Tác giả hoặc người biên soạn","name":"Tác giả hoặc người biên soạn","extract":true},{"header":"Người dịch hoặc người biên dịch","name":"Người dịch hoặc người biên dịch","extract":true},{"header":"Số lượng in","name":"Số lượng in","extract":true},{"header":"Tự xuất bản","name":"Tự xuất bản","extract":true},{"header":"Đối tác liên kết","name":"Đối tác liên kết","extract":true},{"header":"Số xác nhận đăng ký xuất bản","name":"Số xác nhận đăng ký xuất bản","extract":true}],"delay":0,"tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"thead tr"},{"id":"publisher","type":"SelectorElementClick","selector":"select","parentSelectors":["_root"],"multiple":true,"delay":0,"clickElementSelector":"input#button_dangky","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}