Przemek Nowicki

Results 7 comments of Przemek Nowicki

hi @aledebs, yes it is possible to add router to one of the pages and setup routes between the **views** on this page using e.g.react-router but keep in mind that...

Hi, cra project comes with its own webpack configuration(s) that you have to extend by the multi-page support. In order to edit cra webpack configuration you need to `eject` (not...

Maybe cookie consent popup that shows up when cookies are not set block somehow getting the google search results.

It actually seems that problem is in parse_async method of GoogleScraper class. The parsed html changed so query selectors need to be updated ie: ``` let serp_obj = { link:...

Hi @richardzhu64 I have created PR for this issue https://github.com/NikolaiT/se-scraper/pull/82/files Could you let me know if this fixed your google results as well?

Hi @pankajjha I fixed selectors for organic search results only.

@Novosti1 maybe this can help: https://github.com/NikolaiT/se-scraper/pull/82/files Try to change it in your local instance of the se-scraper (path: node_modules/se-scraper/src/modulesgoogle.js) If it works that's cool but keep in mind that this...