MENU

Fun & Interesting

Working With APIs in Python - Pagination and Data Extraction

John Watson Rooney 123,688 lượt xem 3 years ago
Video Not Working? Fix It Now

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: https://amzn.to/2OzqL1M
# Amazon UK: https://amzn.to/2OYuMwo
# Hosting: Digital Ocean: https://m.do.co/c/c7c90f161ff6
# Gear Used: https://jhnwr.com/gear/ (NEW)
# Patreon: https://www.patreon.com/johnwatsonrooney (NEW)
# Scraper API: https://www.scrapingbee.com/?fpr=jhnwr


-------------------------------------
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

Comment