Tools LinkedIn Pricing API FAQ
Login

Frequently asked questions

Keyword SERP scraping

Google Image search

Our Google scraper is capable of searching "Google Image" as well.


To switch from normal search to image search append the parameter {{IMAGE}} to the keywords.

It is possible to search for normal results as well as for images in the same 'Job'


Our scraper will return the following data

  • Image URL (original image URL)
  • Website URL (URL where the image was found by Google)
  • Image dimensions (original width and height)

Export is available in JSON and CSV:
CSV example for the keyword "above":
result	1	above	image	http://www.meddybemps.com/SpatialConcepts/Images/AboveTrees2013.gif	800	315	http://www.meddybemps.com/SpatialConcepts/Spatial14.html	1
result	2	above	image	http://files.vladstudio.com/joy/abovetheclouds/wall/vladstudio_abovetheclouds_1024x768_signed.jpg	1024	768	http://www.vladstudio.com/wallpaper/?abovetheclouds	1
result	3	above	image	http://wallpaperswide.com/download/airbus_above_the_clouds-wallpaper-1920x1080.jpg	1920	1080	http://wallpaperswide.com/airbus_above_the_clouds-wallpapers.html	1
result	4	above	image	https://thumbs.dreamstime.com/t/jumbo-jet-above-clouds-3692190.jpg	242	160	https://www.dreamstime.com/royalty-free-stock-photos-heavenly-light-above-giving-inspiration-image35257268	1
result	5	above	image	http://www.nexercise.com/wp-content/uploads/2012/05/Medal-AboveAndBeyond_large.png	560	560	http://www.nexercise.com/medals/aboveandbeyond/	

JSON example:

...{
                    "count_organic": 100,
                    "count_creative": 0,
                    "language": "en",
                    "country": "Default",
                    "keyword": "above",
                    "results_organic": [
                        {
                            "url": "http:\/\/www.meddybemps.com\/SpatialConcepts\/Images\/AboveTrees2013.gif",
                            "flags": {
                                "image_height": "315",
                                "image_width": "800",
                                "image_website": "http:\/\/www.meddybemps.com\/SpatialConcepts\/Spatial14.html"
                            },
                            "page": 1
                        },
                        {
                            "url": "http:\/\/files.vladstudio.com\/joy\/abovetheclouds\/wall\/vladstudio_abovetheclouds_1024x768_signed.jpg",
                            "flags": {
                                "image_height": "768",
                                "image_width": "1024",
                                "image_website": "http:\/\/www.vladstudio.com\/wallpaper\/?abovetheclouds"
                            },
                            "page": 1
                        },
...