Part 1 - Download Page HTMLs | Web Scraping Zillow Data With Playwright In Python

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 15

  • @tanvirahmed1959
    @tanvirahmed1959 10 месяцев назад +4

    Thank you for playwright videos. It is helpful for freelancers

    • @jiejenn
      @jiejenn  10 месяцев назад +1

      I'm sure it will help. Thanks for watching!

  • @xilllllix
    @xilllllix 5 месяцев назад

    great tutorial! hope to see more web scraping tutorials in your channel. i'm a selenium user and trying out playwright...

  • @Eli-xf1en
    @Eli-xf1en 4 месяца назад

    Thank you for your video and the script is good, but it should be more scalable for people who wish to download many zips within a city and should not have a hard coded number of pages to check

  • @Tonystarkrevant
    @Tonystarkrevant 10 месяцев назад +1

    Can you make video on web scrapping for google photos videos ?

    • @jiejenn
      @jiejenn  10 месяцев назад +2

      I will look into it.

  • @elricho72
    @elricho72 7 месяцев назад

    Amazing tutorial bro, thank you !

  • @marwasamy4318
    @marwasamy4318 4 месяца назад

    thank you its really helpful but what if i have to do filtration in zillow before i scrape it?

    • @jiejenn
      @jiejenn  4 месяца назад

      Create a loop and use if statement to filter the records.

    • @marwasamy4318
      @marwasamy4318 4 месяца назад

      @@jiejenn but you was scraping for sale but i want to be sold and the size between 1 acre to 4 acre

  • @thomasberthelot9187
    @thomasberthelot9187 7 месяцев назад +1

    What you want to do is to download the html page so that you can read it with beautifulsoup and extract the data you want? If not, could you please tell me why you are doing this ?

    • @jiejenn
      @jiejenn  7 месяцев назад

      Not sure if I understand your question, can you be more specific?

    • @thomasberthelot9187
      @thomasberthelot9187 7 месяцев назад

      @@jiejenn I just do not understand why you are doing this and would like to (I am not criticising as I am a beginner). I just discovered playwright with your video and would like to understand why it is used there and not Selenium for instance. What I was guessing is that you export the html of each page so that you can read the html with beautifulsoup afterwards. I was thinking you were doing this to not get "HTTP Error: 403"

  • @boopfer387
    @boopfer387 6 месяцев назад

    yes great!