Learning objectives:
Workflow description: A fictional customer transaction data set is retrieved from https://fakestoreapi.com and the information of interest is extracted from the returned JSON object.
In the first example, a list of all available products is retrieved by a GET request. The resulting JSON object is processed and the relevant information is organized into a data table.
In the second example, custom URLs are created for multiple GET requests. The JSON objects from these requests are converted to a data table.