web scraping dynamic content with python

前端 未结 3 1754
暖寄归人
暖寄归人 2020-11-27 16:44

I\'d like to use Python to scrape the contents of the \"Were you looking for these authors:\" box on web pages like this one: http://academic.research.microsoft.com/Search?q

3条回答
  •  一向
    一向 (楼主)
    2020-11-27 17:17

    For scraping dynamic content, you need not a simple scraper but a full-fledged headless browser.

    dhamaniasad/HeadlessBrowsers: A list of (almost) all headless web browsers in existence is the fullest list of these that I've seen; it lists which languages each has bindings for.

    (Note that more than a few of the listed projects are abandoned!)

提交回复
热议问题