Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

download json file using offset

This line results in a json file with 50 lines. http://api-supplier.com/client/product?supplier=emazon&offset=0 The method that the supplier uses is offset. This is done to prevent the server from overloading. The result is, that I get dozens of separate json files. However, I need a json file that consists of the whole recordset, which can be as large as 15.000 lines. And it needs to be downloaded. I want to use PHP because I need it to be run as cron job. Can somebody push me in the right direction?

Comments