Skip to content

A short introduction to scraping with Python with given steps and an example scraper script.

License

Notifications You must be signed in to change notification settings

Decodo/Python-scraper-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

644f875 · Jun 5, 2020

History

3 Commits
Jun 5, 2020
Jun 5, 2020

Repository files navigation

Smartproxy logo

🏠 Main Repository 🏠

Disclaimer

The following tutorial is meant for educational purposes and introduces to the basics of web scraping and utilizing Smartproxy for it. We suggest to reseach the Requests and BeautifulSoup documentation in order to build upon the given example.

Prerequisites

To run our example script, you are going to need a few libraries as well as Node.js.

List of contents

Introduction

If you’re here that means you are interested in finding out more about how to scrape and enjoy all the data that you gather. However, before we dive into it, we first need to understand what web scraping is. In general terms, scraping is the process of acquiring a web page with all of its information and then extracting selected fields for further processing. Usually the purpose of gathering that information is so that a person could easily monitor it. Some examples could be reviews, prices, weather reports, billboard hits,and so on.