Войти
  • 137463Просмотров
  • 4 года назадОпубликованоJohn Watson Rooney

Working With APIs in Python - Pagination and Data Extraction

In this video I will show you how to work with an API using Python to extract data. Using the requests module we can request the data in JSON format and then parse it out. Each response comes with some extra info too that we can use to work out how many pages we need to request and the total amount of items we should expect to get. Working with APIs in Python is a core skill for any developer so hopefully you can use this video as a good learning resource and start requesting data from APIs in your own projects! Support Me: # Amazon US: # Amazon UK: # Hosting: Digital Ocean: # Gear Used: (NEW) # Patreon: (NEW) # Scraper API: ------------------------------------- Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases ------------------------------------- # timestamps 00:00 - Intro 00:56 - Endpoints 03:42 - Code Example 21:20 - Results and Outro