Skip to content

Ifyokoh/Ebay-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ebay-Scraper

This scraper is based on Ebay website.

Installation

  • psycopg2
  • pandas

You can scrape the page using any keyword you want by running the scraper.py file with list of interested keyword.

Example

  • Run scraper.py
  • Run scrape_data(1000, ['bags', 'shoes', 'dress'])

To connect to database and insert the scraped data

  • Run database.py
  • Run create_insert_table(scrape_data(1000, ['bags', 'shoes', 'dress']))

About

Python code for scrapping ebay website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages