Skip to content

šŸ  Fetch real estate listing from finn.no and make available as JSON response

License

Notifications You must be signed in to change notification settings

nikolaik/pyfinn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

73 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

šŸ  Fetch real estate listing from finn.no and make available as JSON response.

Requests to finn.no uses a randomized user agent. The response data is cached (with redis).

Try it out

Hit the button below to create your own. You need a free Heroku account.

Deploy

Example usage

Installation

poetry install
docker run -d -p 6379:6379 redis
poetry run bin/run
xdg-open http://localhost:5000/

Configuration

  • REDIS_URL URL to Redis instance. Default: redis://localhost:6379/0
  • CACHE_DURATION_SECONDS How long we cache ad data. Default: 23 * 60 * 60 seconds.

Terms of use

From finn.no footer (in Norwegian):

Innholdet er beskyttet etter Ƅndsverksloven. Bruk av automatiserte tjenester (roboter, spidere, indeksering m.m.) samt andre fremgangsmƄter for systematisk eller regelmessig bruk er ikke tillatt uten eksplisitt samtykke fra FINN.no.

About

šŸ  Fetch real estate listing from finn.no and make available as JSON response

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages