REST API: Data Extraction with Python – without Web Scraping
$84.99 $14.99Track price
Do you want to extract data from a website? Before using web scraping, you have to check first if this website has an API that gives you access to the data you need. There are several popular platforms that give developers access to their “web services”, also known as “APIs”. So using APIs is the official way for data extraction and doing other automation stuff allowed by such applications. You can even benefit from some APIs to build your own applications. If an API allows you to get the data you want to extract from a website, then you do not need regular web scraping.
REST APIs usually generate output in JSON or XML format because most of programming languages can handle these formats easily. In fact, JSON is very similar to data types in programming languages; for example, it is very similar to Python dictionaries.
Some APIs require authentication to control their usage, using an API Key or Client ID and Client Secret, similar to a username and password, so to speak.
In this course, you will start by learning how to extract data using a very simple currency rate conversion API that does not require any authentication but it will teach you the fundamentals of using REST APIs. After that, you will study more advanced video tutorials on sophisticated APIs such as Yelp and Google Places. You will also learn how to use the REST API client, Postman, to test an API before writing your code.
Instructor Details
Courses : 4
Specification: REST API: Data Extraction with Python – without Web Scraping
|
5 reviews for REST API: Data Extraction with Python – without Web Scraping
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 2 hours |
Year | 2019 |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$84.99 $14.99
Cody Roche –
This was a great introduction to using APIs. Covered everything I’d hope for in a 2 hours class. The examples are interesting and labs build useful scripts. Left me wanting a follow up class that’s more advanced and covers more REST API best practices.
Henri Branken –
Started out okay. Towards the end the coding got a bit rushed and sloppy. There are various typos the presenter made during section 5 for example…
Simon Baier –
i really dont know.
Jamey Hansen –
stepping through to see how this info is grabbed and from where using which browser to get the json, etc and the line by line experience is great
Vincent Bow –
Nice and short API course