https://github.com/lekesoldat/finn-scraper
π A scraping tool for Finn.no.
https://github.com/lekesoldat/finn-scraper
finn-no scraper scraperwiki shopping
Last synced: 11 months ago
JSON representation
π A scraping tool for Finn.no.
- Host: GitHub
- URL: https://github.com/lekesoldat/finn-scraper
- Owner: Lekesoldat
- License: mit
- Created: 2019-12-03T16:16:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T07:03:52.000Z (about 4 years ago)
- Last Synced: 2025-04-14T16:21:30.471Z (over 1 year ago)
- Topics: finn-no, scraper, scraperwiki, shopping
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# πFinn-scraper
A scraping tool for Finn.no.
## Result
A search for 'air pods' in Oslo, sorted on price.

## Running the scraper
Make sure to configure your scrape in the function call.
Have a look at `constants.mjs` to get familiar with them.
```zsh
$ yarn install # Install dependencies
$ yarn start # Run the scraper
```