An open API service indexing awesome lists of open source software.

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.

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.

![Image](https://i.imgur.com/r8fPXKH.png)

## 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
```