Skip to content

eydunn/fohus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Webscraper and data collector of realestate data in the Faroe Islands https://fohus.now.sh/

GET /api

Returns an array of objects from

  • Betriheim.fo
  • Skyn.fo
  • Meklarin.fo

Properties:

Empty property values will be returned as NULL

{
    status: (String) 'new'/'bid'/'openhouse'/'sold',
    address: (String),
    area:  (String),
    img: (String/url),
    price: (String/int),
    url: (String/url),
    provider: (String),
    externalID: (String),
    rooms: (String/int),
    m2House: (String/int),
    m2Property: (String/int),
    bid: (String/int),
    type: (String/ experimental),
    coordinates: (String/experimental)
  }

TODO

  • ADD: Search features in API
  • ADD: More data to objects
  • DO: Optimization and code cleanup
  • DO: Replace legacy request-promise with node-fetch
  • ADD: Examples

About

Webscraper and data collector of realestate data in the Faroe Islands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published