抓取 QQ 群成员信息
1、 数据字段
- 序号
- 成员
- 群昵称
- qq 号
- 性别
- Q 龄
- 入群时间
- 最后发言
2、结果示例截图
3、sitemap json
{"_id":"qun","startUrl":["https://qun.qq.com/member.html#gid=104267383"],"selectors":[{"id":"element","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"tr.mb","multiple":true,"delay":"4000"},{"id":"rank","type":"SelectorText","parentSelectors":["element"],"selector":"td.td-no","multiple":false,"regex":"","delay":0},{"id":"name","type":"SelectorText","parentSelectors":["element"],"selector":".td-user-nick span","multiple":false,"regex":"","delay":0},{"id":"qunnickname","type":"SelectorText","parentSelectors":["element"],"selector":"span.white","multiple":false,"regex":"","delay":0},{"id":"qqnumber","type":"SelectorText","parentSelectors":["element"],"selector":"td:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"sex","type":"SelectorText","parentSelectors":["element"],"selector":"td:nth-of-type(6)","multiple":false,"regex":"","delay":0},{"id":"qqyear","type":"SelectorText","parentSelectors":["element"],"selector":"td:nth-of-type(7)","multiple":false,"regex":"","delay":0},{"id":"qqin","type":"SelectorText","parentSelectors":["element"],"selector":"td:nth-of-type(8)","multiple":false,"regex":"","delay":0},{"id":"grade","type":"SelectorText","parentSelectors":["element"],"selector":"td:nth-of-type(9)","multiple":false,"regex":"","delay":0},{"id":"lastsay","type":"SelectorText","parentSelectors":["element"],"selector":"td:nth-of-type(10)","multiple":false,"regex":"","delay":0}]}