Skip to content

marouane-youssfi10/Scraping-mymarket-using-python-with-library-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping mymarket using python with library scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.

Overview

Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.

Check the Scrapy homepage at https://scrapy.org for more information, including a list of features.

Requirements

Python 3.7+ Works Windows

Install

The quick way:

pip install scrapy See the install section in the documentation at https://docs.scrapy.org/en/latest/intro/install.html for more details.

About code

scraping website 'mymarket', for getting the title, link product, link image, price, delivery time, product categories, finally save it in excel.

  • you can use this code in floder "Scraping mymarket using python with library scrapy/spiders/posts_spider.py"

About

Scrapy, a fast high-level web crawling & scraping framework for Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages