Skip to content

This repo consists of web scrapers for different websites.

Notifications You must be signed in to change notification settings

Cartha007/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains web scrapers for various websites.

Amazon Scraper Documentation

Filename: amznscraper.py

The Amazon Scraper is a Python script designed to search for products on Amazon and retrieve detailed product information from the search results.

Installation and Usage

Clone the Repository

Clone the Amazon Scraper repository to your local machine:

git clone <https://github.com/Cartha007/scraper.git>
cd amazon-scraper

Install Dependencies

To use the Amazon Scraper, you need to install the necessary dependencies. Open your terminal and run the following command:

pip install beautifulsoup4 requests

Run the Scraper

To run the Amazon scraper, execute the the script with Python:

python amznscraper.py

Requirements

  • Python3.x

Dependencies

  • BeautifulSoup: For parsing HTML content
  • Requests: For making HTTP requests
  • Lxml: Also for parsing HTML content but faster(optional). Can be installed with:
pip install lxml

TimesJob Scraper Documentation

Author

NB:

There may be errors

About

This repo consists of web scrapers for different websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages