Pagination Returning Identical Pages

I am trying to fetch the quotes from this url: ``https://quotes.toscrape.com/js/ using HTTP Request node, when I set the pagination with parameters, like Pagination Mode: Update a Parameter in Each Request, Parameters → Type: Query, Name: page,Value: {{ $pageCount}} or {{ $pageCount+1}}, and setting Limit Pages Fecthed: ON with Max Pages:3. After execution, it returns me 3 data fields, but all of them are identical, which means it only fetched the base URL 3 times, rather than paginating to the next pages.

Hey @lakshaynasa Welcome to the community.

Try this example.