Skip to content

Aly-Reda/Scraper_School

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Scraper School

This is the complete guide to know how to scrape almost any website

Prerequisites πŸ’ͺ

  1. Basic HTML
  2. Basic Python

Installation πŸ”¨

Python 3.8

install python with pip

pip install scrapy
pip install pandas 
pip install pyquery
pip install selenium
pip install random_user_agent

Frameworks Documentation πŸ“™

  1. Scrapy
  2. Requests
  3. Pyquery
  4. Selenium
  5. Pandas

Websites πŸš€

  1. Quotes to Scrape
  2. Glassdoor
  3. Elmenus
  4. Indeed
  5. Canadapost
  6. Repocast
  7. Tadawul
  8. Poshmark
  9. Anmeld-haandvaerker
  10. Tripadvisor
  11. Seekingalpha
  12. Flexioffices
  13. Easydata
  14. Yahoo Finance
  15. Opendiary
  16. Google Maps

Useful Chrome Extensions πŸ”–

  1. Quick Javascript Switcher
  2. Json Formatter
  3. Web Scraper
  4. Data Scraper

Releases

No releases published

Packages

No packages published

Languages