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

Last updated