Hello there, we can't seem to get the multi-page support to work. For example, we tried paging=1, like this
https://lexper.p.mashape.com/v1.1/extract?media=false&paging=1&url=http://nymag.com/news/business/wallstreet/ray-dalio-2011-4/
and similarly, when we experimented some more, e.g. like this: https://lexper.p.mashape.com/v1.1/extract?js=1&media=1&paging=1&url=https%3A%2F%2Fwww.techradar.com%2Freviews%2Fnikon-z7-review
but it doesn't work. Could someone point us to what we're missing?
Thank you!
Hi there, There was an error in the extractor's docs, the parameter for pagination was renamed to 'pagination', try with pagination=1 instead of paging=1 and it should work
Also worth mentioning the doc page has been updated with the appropriate parameter name.