Search the Community
Showing results for tags 'serps'.
-
I am trying to scrape the search engine pages and once I have the page scraped, I want to extract all the bolded keywords and put them in a list. I've been trying to make this happen and I just can't seem to put my finger on the right code to get this to work. If you could help me out with this would be greatly appreciated. So again I want to scrape the search engines for a specific keyword. Once I have the page scraped with all the listings this includes the title, URL, and a description that is in the search engines I want to then extract the bolded keywords from that scraped page. I then
-
Hello Programmers, How are you ? I am fine. Hope your bot ventures are going fine. Just need a little help on extracting the keywords, with REGEX unless an easy alternative is available, from the following searchengine result pages (SERPs). In the 3 following examples, the keyword is "ubot" (one word): https://www.google.com/#q=ubot https://search.yahoo.com/search;_ylt=AwrSbDkZeCpX9CAAjwZXNyoA;_ylc=X1MDMjc2NjY3OQRfcgMyBGZyA3lmcC10LTIwMQRncHJpZAMwMWdhWGhZSVNGQ2pVQXVRVUFIc2tBBG5fcnNsdAMwBG5fc3VnZwMxMARvcmlnaW4Dc2VhcmNoLnlhaG9vLmNvbQRwb3MDMARwcXN0cgMEcHFzdHJsAwRxc3RybAM0BHF1ZXJ5A3Vib3QE
- 2 replies
-
- regex
- extract keywords from urls
- (and 3 more)
-
Just finished plowing through Tutorial 5 on the Ubot site, but unfortunately that video is horribly outdated and the source code of Google has changed significantly. There is no <class = "l"/> tag anymore, only the <class = "r"/> tag which gives you a bunch of www.google.com/ssl= results for your list items. If all that above means nothing to you, I guess my question is what is a updated and efficient way of scraping Google results, using either the $scrape attribute or $page scrape parameters?