Skip to content

Commit da23a38

Browse files
authored
Update web-scrape-amazon-with-beautiful-soup.mdx
1 parent 123f60b commit da23a38

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

projects/web-scrape-amazon-with-beautiful-soup/web-scrape-amazon-with-beautiful-soup.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ published: live
88
header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/web-scrape-amazon-with-beautiful-soup/header.png
99
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/web-scrape-amazon-with-beautiful-soup/header.png
1010
readTime: 40
11-
prerequisites: Python fundamentals, HTML basics
11+
prerequisites: Python, HTML
1212
versions: Python 3.10, requests 2.28.1, beautifulsoup4 4.11.1, lxml 4.9.1
1313
tags:
1414
- intermediate
1515
- python
16+
courses:
17+
- python
18+
- html
1619
---
1720

1821
## Introduction
@@ -268,7 +271,7 @@ In this tutorial, we scraped Amazon to extract the title and price of a product.
268271

269272
As mentioned before, the layout of Amazon's website will keep changing. Hence, the code in this project may not be applicable without first inspecting the Amazon product page and looking for the exact attributes that the project mentions. Join Codédex Club to get support from code mentors if you run into any trouble while going through this project!
270273

271-
## More Resources
274+
### More Resources
272275

273276
- [Solution on GitHub](https://github.com/codedex-io/projects/blob/main/projects/web-scrape-amazon-with-beautiful-soup/scraper.py)
274277
- [Documentation: requests](https://pypi.org/project/requests/)

0 commit comments

Comments
 (0)