You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Kurt,
I am trying to use your scraper for a class project. I wanted to scrape houses available for sale for a particular city but the scraper only lists lots available for sale and completely ignores houses. Do you know why this might be? Any help would be much appreciated.
Ramesh
The text was updated successfully, but these errors were encountered:
Hey Ramesh I ran into this when playing around with Kurt's scraper. You
need to change the root address on the scraper as Trulia seems to have
updated their URL formats since the scraper was originally written. You'll
need to change self.start_urls and self.le if I remember correctly.
Tim
On Sun, Oct 21, 2018, 4:57 PM Ramesh Paskarathas ***@***.***> wrote:
Hi Kurt,
I am trying to use your scraper for a class project. I wanted to scrape
houses available for sale for a particular city but the scraper only lists
*lots* available for sale and completely ignores *houses*. Do you know
why this might be? Any help would be much appreciated.
Ramesh
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AhmH6EeoT4ncogimGVdLRq6eJZKgnY7Xks5unO2tgaJpZM4XysKq>
.
Hi Kurt,
I am trying to use your scraper for a class project. I wanted to scrape houses available for sale for a particular city but the scraper only lists lots available for sale and completely ignores houses. Do you know why this might be? Any help would be much appreciated.
Ramesh
The text was updated successfully, but these errors were encountered: