ecoron / SerpScrap

SEO python scraper to extract data from major searchengine result pages. Extract data like url, title, snippet, richsnippet and the type from searchresults for given keywords. Detect Ads or make automated screenshots. You can also fetch text content of urls provided in searchresults or by your own. It's usefull for SEO and business related research tasks.
https://github.com/ecoron/SerpScrap
MIT License
257 stars 61 forks source link

Getting "People Also Ask" results as results #46

Closed smithellis closed 6 years ago

smithellis commented 6 years ago

Any way to dump those/filter those out?

ecoron commented 6 years ago

I think this is what you are looking for: https://github.com/ecoron/SerpScrap/blob/master/examples/example_related.py

dogancanbaris commented 4 years ago

Hey, I don't think that answers the questions. The results include people also asked for links as well and I need to filter those out. It should only give me the organic links without any from people also asked for. Could you please help?