Giter Site home page Giter Site logo

johnnyhsurepo / amazon.com-product-scraper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hcastrio/amazon.com-product-scraper

0.0 0.0 0.0 18.49 MB

Able to scrape data in this case of a certain product on amazon. This will return all the prices, titles, and seller name's of that product within the price range that we choose.

Python 100.00%

amazon.com-product-scraper's Introduction

Amazon Price Monitor(WebScraper}
----------------------------------------------

What is used:
----------------------------------------------
This project is made with python and 
selenium.

Why this way?
---------------------------------------------
If you use requests amazon will block 
you but if you do it this way they will
not. Also you wont have to deal with
the html changing which amazon does 
alot. 

What the program does:
----------------------------------------------
1. Opens the browser
2. Goes to amazon.com
3. Goes into the search bar
4. Inputs the item we are looking for
5. Then it will scrape the unique link from each item that pops up from our search
6. Now we will have a huge list of all of the unique links that we scraped
7. Then we will loop through each link and scrape data from each product and save
    it in memory(reports folder)
8 The data that is scraped will be the title, the unique ID located in the URL, price, 
   and seller.
9. The program will return a Json file with mainly all the products between the price
    range we selected and they will be in increasing order. 

To Run it do type on command line:
-----------------------------------------------
1. ** Install python first **
2. py -m venv venv
3. .\venv\Scripts\activate
4. pip install -r requirements.txt
5. python simple_scraper.py




amazon.com-product-scraper's People

Contributors

hcastrio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.