https://github.com/bhoomika-gp/autoscraper-web_scrapping
https://github.com/bhoomika-gp/autoscraper-web_scrapping
autoscraper extract-data flipcart-scraping modelcomparision pricecomparison rating webscraping
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhoomika-gp/autoscraper-web_scrapping
- Owner: Bhoomika-gp
- License: apache-2.0
- Created: 2023-11-27T10:34:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T07:29:37.000Z (over 2 years ago)
- Last Synced: 2024-01-09T08:24:51.700Z (over 2 years ago)
- Topics: autoscraper, extract-data, flipcart-scraping, modelcomparision, pricecomparison, rating, webscraping
- Language: Jupyter Notebook
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autoscraper-web_scrapping
# Flipkart HP Laptop Autoscraper
This repository contains a Python script that leverages the autoscraper library to scrape HP laptop information from Flipkart's search results page.
# Prerequisites
To run this script, ensure you have the following installed:
- Python (version 3.9)
- Autoscraper (version 1.2)
# Installation
1. Clone this repository:
```bash
git clone https://github.com/Bhoomika-gp/Autoscraper-web_scrapping.git
```
3. Install the required dependencies:
```bash
pip install autoscraper
```
# Usage
Modify the 'flipkart_hp_laptop_scraper.py' file to customize the scraping logic or target different data if needed.
Run the script:
```bash
python flipkart_hp_laptop_scraper.py
```
This will extract HP laptop information from Flipkart's search results page.
# Script Explanation
The flipkart_hp_laptop_scraper.py script uses the autoscraper library to scrape HP laptop details, including titles and prices, from Flipkart's search results. It defines the URL and the elements to be scraped.