I want to download results from search a engine in JSON, XML or other format using R but don't know where to start. Think of a general search for example of a company name and some other key words, like "bhp billiton iron ore production".
- Google Search API is deprecated
- I seems to be to difficult to "convert" my search phrases to Yahoo's YQL
- Not sure that Yahoo BOSS would do the job (would it?)
I'm just looking for a simple tool to feed with search phrases and receive the results in a reasonable format. It is also necessary to be able to do a bit more advanced search like using AND/OR, 'within n words', doing it web and or news search, etc.
Can you give me any advice what to use?