Master LLMs with our FREE course in collaboration with Activeloop & Intel Disruptor Initiative. Join now!

Publication

Web Scraping Yelp, Part 1: mining reviews with Pyhton using Beautifulsoup
Latest   Machine Learning

Web Scraping Yelp, Part 1: mining reviews with Pyhton using Beautifulsoup

Last Updated on July 20, 2023 by Editorial Team

Author(s): Michelangiolo Mazzeschi

Originally published on Towards AI.

Limitations of web scraping

Web scraping is one of my favorite challenges to face when using python. Web scraping is a technique that allows programmers to connect to a website using code and then extract the HTML and javascript hosted on the website. The code is then analyzed with the use of some libraries that can facilitate the extraction of the information we want.

Photo by Jakub Dziubak on Unsplash

The advantage of using web scraping through a programming language like python is that we are not limited to the extraction of information from a single page, but if the website's logic is consistent enough we… Read the full blog for free on Medium.

Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.

Published via Towards AI

Feedback ↓