Web Scraping Ebay Products

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

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

  • @beamishmen7218
    @beamishmen7218 Год назад

    At 29:00 , how are you able to paste more than one line of code, I couldn't do that, and because of that I couldn't test out the for loop and whatnot

    • @beamishmen7218
      @beamishmen7218 Год назад

      I also followed step by step and even though the script ran through many links, my csv came out empty. And also, importing scraper_api could not be resolved on vscode for some reason also, if you could help, Id greatly appreciate it.

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      do you mean past the code in shell?

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      could be because the scraperapi module is not installed.. try pip3 install scraperapi-sdk@@beamishmen7218

  • @wahabsonu7849
    @wahabsonu7849 Год назад

    Your content is so good☺

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      thanks Wahab, don't forget to subscribe the channel..

  • @ritumh757
    @ritumh757 Год назад

    This video very useful. Can you tell me which version of scrapy are you using.

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      i don't really remember but this should work on latest version.

  • @chenasraf5517
    @chenasraf5517 Год назад

    How can I go over more then 5 pages ? It's stops on page number 5

  • @ruixuanchew2937
    @ruixuanchew2937 Год назад

    When i try to get data with response.xpath, it returns empty list. Anyone know how to fix it?

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      Try different xpath could be because html has changed since i made this video

  • @tariq6208
    @tariq6208 Год назад

    I learned python now i start scrapping from which video can start? Can you share link

    • @ScrapingNinja
      @ScrapingNinja  Год назад +1

      Watch this its Complete Python Web Scraping Tutorial: Scrapy, Selenium, Requests, BeautifulSoup and lxml
      ruclips.net/video/5UVi1__7lLM/видео.html

    • @tariq6208
      @tariq6208 Год назад

      @@ScrapingNinja ok I need your WhatsApp number can i get your number?

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      I am not very active on whatsapp but i try to be as responsive as possible

  • @ritumh757
    @ritumh757 Год назад

    I scrape items specific but not print output

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      You just need to do scrapy crawl ebay -o output.csv and its going to save the fields to output.csv file

    • @ritumh757
      @ritumh757 Год назад

      @@ScrapingNinja Yes I am using scrapy crawl ebay -o output. Other information save but item specifics not save

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      try printing them but before running crawling try the same in scrapy shell

  • @ritumh757
    @ritumh757 Год назад

    How to extract product URL? I tried extract urls according your tutorial but not get print result.

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      check your xpath and also try to get without @href to see if you are getting the html

    • @ritumh757
      @ritumh757 Год назад

      How to remove duplicates data during web scraping

    • @ScrapingNinja
      @ScrapingNinja  Год назад

      Create list and use if statement before appending it to make sure the link doesn’t already exist in the list.

  • @Fa-id4nf
    @Fa-id4nf 10 месяцев назад

    Can you post the code?

    • @ScrapingNinja
      @ScrapingNinja  6 месяцев назад +1

      sorry for late response, i shared it on one of my blogs i moved the blog website to another server and lost some blogs in the process, i will upload and share..

  • @Shop322
    @Shop322 Год назад

    how do i contact you, need some work sorting