Skip to content

koma-xrd/ebay-kleinanzeigen-crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBay Kleinanzeigen Crawler

Just a little project to waste some time.

Instructions

pip3 install -r requirements.txt
./crawl.py
open data/index.html

Usage

usage: crawl.py [-h] [--url URL] [--page-start PAGE_START]
                [--page-end PAGE_END] [--json-out JSON_OUT]
                [--options OPTIONS]

Crawl ebay kleinanzeigen

optional arguments:
  -h, --help            show this help message and exit
  --url URL             The start url. Must have a [percent-sign]s portion in
                        the url to insert the "options" like the page num,
                        price etc. (default: https://www.ebay-
                        kleinanzeigen.de/s-64283/%s/l4896)
  --page-start PAGE_START
                        The page number to start at (default: 1)
  --page-end PAGE_END   The page number to end at (default: 10)
  --json-out JSON_OUT   The path for the output json. (default:
                        data/results.json)
  --options OPTIONS     Options for kleinanzeigen. Get from the site (default:
                        preis:0:20/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.3%
  • CSS 31.2%
  • Smarty 18.8%
  • JavaScript 5.7%