Skip to content
Advertisement

How to scrape reviews from chrome web store for a given extension?

I am trying to use this python code to scrape chrome web store

JavaScript

however, I am getting Bad request 400. Is it even possible to scrape chrome web store?

Advertisement

Answer

The webpage’s contents are loaded by JavaScript. So you have to apply an automation tool something like Selenium to grab the right data.

Example:

JavaScript

Oputput:

JavaScript
Advertisement