News Feed Forums General Web Scraping How can I scrape Yahoo! Auctions Japan with Go?

  • How can I scrape Yahoo! Auctions Japan with Go?

    Posted by Renske Martina on 11/19/2024 at 9:19 am

    Go’s Colly library is effective for crawling Yahoo! Auctions Japan, capturing auction titles, current bids, and end times.

    Sujay Nkazimulo replied 10 months ago 5 Members · 4 Replies
  • 4 Replies
  • Ivelisse Apollonia

    Member
    11/29/2024 at 2:24 pm
    • For handling AJAX-based content, Chromedp in Go renders full pages, allowing me to capture real-time bid updates.
  • Marcial Samia

    Member
    12/04/2024 at 1:43 pm

    Randomizing headers and proxies helps reduce detection when accessing popular auctions, particularly for high-value items.

  • Ramazan Manawydan

    Member
    12/06/2024 at 11:14 am

    Scheduling periodic scrapes enables tracking auction trends, such as price changes as auctions near their end time.

  • Sujay Nkazimulo

    Member
    12/11/2024 at 7:09 am

    I store auction data in a local SQLite database, making it easy to query and analyze bid histories over time.

Log in to reply.