Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Search Engine doesn't return any ads #83

Open
pankajjha opened this issue Nov 20, 2020 · 3 comments
Open

Google Search Engine doesn't return any ads #83

pankajjha opened this issue Nov 20, 2020 · 3 comments

Comments

@pankajjha
Copy link

Hello,

It seems like google may have made some changes in their SERP page and now scraping is not working anymore.
@przemek-nowicki https://github.com/NikolaiT/se-scraper/issues/81#issuecomment-719492727 snippet
worked for organic results but ads are still missing.

I tried exploring ad's elements but seems like google has completely removed all elements and has moved to dynamic class names and divs for all the ad results.

Attaching html for the new google result
alibaba.txt

Help Required....

@Novosti1
Copy link

my google - do not return any results.... is your working fine ?

{
"demo search": {
"1": {
"num_results": "",
"no_results": false,
"effective_query": "",
"right_info": {},
"results": [],
"top_products": [],
"right_products": [],
"top_ads": [],
"bottom_ads": [],
"places": [],
"time": "Sat, 28 Nov 2020 01:34:57 GMT"
}
}

@przemek-nowicki
Copy link

@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 fix it is not merged to master branch yet.

@ibeppo993
Copy link

hi, i tried to change the code, but it still doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants