adishjain / GoogleResultScrapper

This plain java code uses JSoup to scrap the URLs of the search results.
2 stars 9 forks source link

Text Extractor in Python #5

Closed adishjain closed 8 years ago

adishjain commented 8 years ago

Scrapper Creating a scrapper at first to scrape the first 10 "Google Search Results"

AggarwalAditya commented 8 years ago

@adishjain Google results cannot be scrapped , instead Custom Search API is used. The free version of the API allows 100 hits per day. I have already integrated the API in python for one of your issues (PR has been sent) . Can I help you with this one as well ?

jainaman224 commented 8 years ago

@AggarwalAditya Please let me try it once.

AggarwalAditya commented 8 years ago

Sure @jainaman24.