https://github.com/shiftgeist/reifen-scrape
A scraper for all you reifens needs: your front, your back, your pillion and your handlebars
https://github.com/shiftgeist/reifen-scrape
deno motorcycle tires
Last synced: 2 months ago
JSON representation
A scraper for all you reifens needs: your front, your back, your pillion and your handlebars
- Host: GitHub
- URL: https://github.com/shiftgeist/reifen-scrape
- Owner: shiftgeist
- Created: 2025-02-14T11:33:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T14:58:35.000Z (over 1 year ago)
- Last Synced: 2025-10-19T20:43:30.540Z (8 months ago)
- Topics: deno, motorcycle, tires
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reifen-scrape
## Setup
1. Have [deno installed](https://docs.deno.com/runtime/getting_started/installation/)
2. Clone repository
3. Go to [`https://www.reifendirekt.de/Motorradreifen.html - "Motorrad-Auswahl"`](https://www.reifendirekt.de/Motorradreifen.html)
4. Copy URL
5. Run reifen-scrape with URL`deno run --allow-net --allow-write cli.ts "$URL"`
## Examples
```sh
deno run --allow-net --allow-write cli.ts "https://www.reifendirekt.de/search-moto?manufacturer=SUZUKI&capacity=1200&model=GSF%201200%20%2F%20S%20(2001%20-%202005)&type=WVA9"
```
```sh
deno run --allow-net --allow-write cli.ts "https://www.reifendirekt.de/search-moto?manufacturer=SUZUKI&capacity=400&model=DR-Z%20400%20SM%20(2005%20-%202008)&type=WVB8&brand="
```
## Supported providers
- [www.reifendirekt.de](https://www.reifendirekt.de)