Scrape n pages from Trustpilot

Hi, I'm trying to scrape a website with a lot of pages (aprox. 8000), but I'm only interested in the first 500 pages. I've reading other similar cases in this forum but I can't reproduce them ): Please see below the site map:

{"_id":"trustpilot_revolout","startUrl":["https://es.trustpilot.com/review/www.revolut.com?languages=en&page=[2-5]"],"selectors":[{"clickElementSelector":"a.pagination-link_next__SDNU4","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":1000,"discardInitialElements":"do-not-discard","id":"Opiniones","multiple":true,"parentSelectors":["_root"],"selector":"article","type":"SelectorElementClick"},{"delay":0,"id":"Nombre","multiple":false,"parentSelectors":["Opiniones"],"regex":"","selector":"div.typography_weight-medium__UNMDK","type":"SelectorText"},{"delay":0,"id":"Country","multiple":false,"parentSelectors":["Opiniones"],"regex":"","selector":"span[data-consumer-country-typography]","type":"SelectorText"},{"delay":0,"id":"Rating","multiple":false,"parentSelectors":["Opiniones"],"regex":"","selector":"div.styles_reviewHeader__iU9Px","type":"SelectorHTML"},{"delay":0,"id":"Fecha","multiple":false,"parentSelectors":["Opiniones"],"regex":"","selector":"time","type":"SelectorText"},{"delay":0,"id":"Titular","multiple":false,"parentSelectors":["Opiniones"],"regex":"","selector":"a.styles_linkwrapper__73Tdy","type":"SelectorText"},{"delay":0,"id":"Opinion","multiple":false,"parentSelectors":["Opiniones"],"regex":"","selector":"p","type":"SelectorText"}]}

Help, please. Many thanks in advance.

Victor