Web scraping through pagination list

前提是你 提交于 2020-05-09 17:14:18

问题


I would like to search through a list (see below figure) that is very long, over 100 pages. The list contains football scouts and I am only interested in those with specific attributes. The attributes can be seen when hovering the mouse over the small boxes on the right side (yellow highlights).

The script should extract the scout with 3 attributes = 20. (Discipline 20, Motivation 20, Potential assessment 20).

The chosen scouts should be inserted into an excel sheet (see second figure below) with only the name.

Figure 1: The list looks like this: (When hovering over the small attribute logo a box pops up)

Figure 2 : Output; an excel document containing the scout's name.

The attributes can also be seen when clicking on the scout's name.

Hope it makes sense! ..

来源:https://stackoverflow.com/questions/61291183/web-scraping-through-pagination-list

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!