Downloading scrape as JSON via API only returns first record

I'm using Power Automate with the Web Scraper API to download scrape data in JSON format. When I do so only the first record is returned.

I can run the same request in Postman and all the records are returned.

I think it has something to do with how Automate works with newline delimited JSON. I've tried reformatting the body output for the request(replacing newline characters with commas, ect.) but still only came back with the single record reformatted.

Thanks for any insight into this.