【发布时间】:2020-07-30 22:00:44
【问题描述】:
我需要从这个亚马逊页面上抓取一些信息:
具体来说,我会对这些领域感兴趣:
Author | Star | Date | Title | Review
例如:
Gi
1.0 out of 5 stars Unacceptable Launch State for PS4
Reviewed in the United States on September 14, 2019
Platform: PlayStation 4Edition: Super DeluxeVerified Purchase
I'm a huge fan of this franchise. Own all of the games, for both PS4 and PC. Waited a very long time for this game and I'm speechless. You can find many reviews of the gameplay and other aspects of the game, but I'll focus on my initial thoughts and will update accordingly. First and foremost, the performance on the PS4 Slim is terrible. Frames per second is unacceptable for a split screen configuration, where scrolling between screens and reviewing the map and fighting a screen full of NPCs is horrendous. Take 2 / Gearbox couldn't even get the scaling correct with the menus, loot menus, and any text (aside from subtitles) and it's similar to reading 8 pt font on a 65 inch screen. There is no vertical split screen and no other options to improve performance. Missions are uneventful and no concise storyline that enables campaign mode truly enjoyable. In many aspects, you'd wish this game was more linear than it is, but it's storyline isn't inspiring at all. Only after a few hours of gameplay, we decided it's not worth our time until the developers make significant improvements with performance. I wish we could refund this garbage.
由于我以前从未这样做过,我想知道我是否可以使用 Scrapy/BeautifulSoup/Selenium 来做一些事情,或者我是否需要一个 API,尽管这些信息来自
Author under <span class="a-profile-name">Gi</span>
Rating <span class="a-icon-alt">1.0 out of 5 stars</span>
Review <div data-hook="review-collapsed" aria-expanded="false" class="a-expander-content a-expander-partial-collapse-content" style="padding-bottom: 19px;"> ...TEXT...</div>
【问题讨论】:
标签: python web-scraping beautifulsoup