Q: What is Ajax? Could I extract data from websites with Ajax?
A:
AJAX, short for Asynchronous JavaScript and XML, is is a set of web development techniques that allows a web page to update portions of contents without having to refresh the page.
In fact, you don’t need to know much about AJAX to extract data. All you need is just to figure out whether the site you want to scrape uses Ajax or not. Many websites use a lot of Ajax such as Google, Amazon and eBay. Usually the URL of the page will not have any change when updating part of the content. With Octoparse, you can easily extract data from web pages where data is loaded with AJAX.
Various kinds of tutorials and blogs about AJAX are provided on our website. You could see the details below: