How do I crawl an infinite-scrolling page?

前端 未结 3 749
一生所求
一生所求 2021-01-03 01:06

I\'m trying to build something that crawls the content from a page with infinite scroll. However, I can\'t get the stuff from below the first \'break\'. How do I do this?

3条回答
  •  一生所求
    2021-01-03 01:38

    An ajax request is no different from any other request. You simply make the request, parse the result, and there you have your data.

    It can take some experience if you haven't done it before but it sounds like a good learning experience.

提交回复
热议问题