dtrungtin / actor-airbnb-scraper

Airbnb Scraper actor is designed to extract most of publicly available data for home listings
https://apify.com/dtrungtin/airbnb-scraper
27 stars 22 forks source link

Fix/circular dependency #45

Closed lhotanok closed 2 years ago

lhotanok commented 2 years ago

Resolves the following error caused by a circular dependency:

TypeError: meterPrecision is not a function

Tested with this input:

{
  "locationQuery": "Glendale, CA",
  "simple": false,
  "includeReviews": false,
  "addMoreHostInfo": false,
  "currency": "USD",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  },
  "maxConcurrency": 50,
  "limitPoints": 100,
  "timeoutMs": 60000,
  "debugLog": false,
  "maxReviews": 0,
  "calendarMonths": 6,
  "maxListings": 1500
}