Data extraction methods

Scraping DOM

Getting HTML elements generated by the server so that your client (your browser) can read them

XHR requests

Intercepting endpoints that are exposed when there is an interaction between the client (your browser) and the server