Iām trying to fetch all NFTs by string, but it returns me only one page. Am I have to send requests over and over for every page or there is another way? because there are more than 1m total NFT results by my query.
you will have to get one page at a time, there should also be a cursor that you can use to iterate over pages