cermak-petr/actor-zillow-api-scraper

Returns more results that it should

metalwarrior665 opened this issue · 0 comments

This URL contains 303 results but the scraper returns 500+. It might be just because it uses search + start URLs or the map split is buggy.

Input

{
  "search": "33139",
  "type": "sale",
  "startUrls": [
    {
      "url": "https://www.zillow.com/miami-beach-fl-33139/sold/house_type/?searchQueryState=%7B%22pagination%22%3A%7B%7D%2C%22usersSearchTerm%22%3A%2233139%22%2C%22mapBounds%22%3A%7B%22west%22%3A-80.20724020410155%2C%22east%22%3A-80.10149679589843%2C%22south%22%3A25.745910748495135%2C%22north%22%3A25.817787475151484%7D%2C%22regionSelection%22%3A%5B%7B%22regionId%22%3A72442%2C%22regionType%22%3A7%7D%5D%2C%22isMapVisible%22%3Atrue%2C%22filterState%22%3A%7B%22ah%22%3A%7B%22value%22%3Atrue%7D%2C%22con%22%3A%7B%22value%22%3Afalse%7D%2C%22mf%22%3A%7B%22value%22%3Afalse%7D%2C%22manu%22%3A%7B%22value%22%3Afalse%7D%2C%22land%22%3A%7B%22value%22%3Afalse%7D%2C%22tow%22%3A%7B%22value%22%3Afalse%7D%2C%22apa%22%3A%7B%22value%22%3Afalse%7D%2C%22rs%22%3A%7B%22value%22%3Atrue%7D%2C%22fsba%22%3A%7B%22value%22%3Afalse%7D%2C%22fsbo%22%3A%7B%22value%22%3Afalse%7D%2C%22nc%22%3A%7B%22value%22%3Afalse%7D%2C%22cmsn%22%3A%7B%22value%22%3Afalse%7D%2C%22auc%22%3A%7B%22value%22%3Afalse%7D%2C%22fore%22%3A%7B%22value%22%3Afalse%7D%2C%22pmf%22%3A%7B%22value%22%3Afalse%7D%2C%22pf%22%3A%7B%22value%22%3Afalse%7D%2C%22doz%22%3A%7B%22value%22%3A%2290%22%7D%7D%2C%22isListVisible%22%3Atrue%2C%22mapZoom%22%3A13%7D",
      "method": "GET"
    }
  ],
  "maxLevel": 20,
  "maxItems": 1000,
  "simple": false,
  "extendOutputFunction": "(data) => {\n    return {};\n}",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}