WebAutomation Methods
Victor B avatar
Written by Victor B
Updated over a week ago

What does method mean?

Depending on the complexity of the website we use, the different Scraper methods to extract data.

Each method has a different price, see below:

Regular requests: This method is used to extract static HTML content from websites.
​​​
Browser request: This method is best used to extract dynamic content most commonly using Javascript libraries like Jquery or ReactJs or Angular to dynamically create HTML data. Headless chromes are used for this request type.

Advanced request: This method is best used to extract data which is protected by anti-bot systems like re-captcha.

Did this answer your question?