Web scrapping
Process of extracting data from web pages for use in another program. Web scrapping allows to create custom API for almost any web resource.
Notes
Some useful tips:
Use Google cache version of target site until developing a scrapper
http://webcache.googleusercontent.com/search?q=cache:<TARGET_URL>
Use headless browser
Use βRefererβ: βhttps://www.google.com/β header
Links
Last updated