Make an API call
Send a request to the Google Images Results API with your desired search parameters.
curl 'https://api.scrape-it.cloud/scrape/google?location=Texas%2CUnited+States&q=Coffee&filter=1&domain=google.com&gl=us&hl=en&deviceType=desktop&tbm=isch' \
-H 'x-api-key: YOUR-API-KEY' \
--compressed
Receive Data
Receive the JSON response and use the structured data to perform the tasks you need.
{
"requestMetadata": {
"id": "0ef6a3f5-37de-449f-9b5d-511ba47db0bd",
"googleUrl": "https://www.google.com/search?q=Coffee&uule=w+CAIQICIaQXVzdGluLFRleGFzLFVuaXRlZCBTdGF0ZXM%3D&gl=us&hl=en&filter=1&tbm=isch&oq=Coffee&sourceid=chrome&num=10&ie=UTF-8",
"googleHtmlFile": "https://storage.googleapis.com/scrapeit-cloud-screenshots/0ef6a3f5-37de-449f-9b5d-511ba47db0bd.html",
"status": "ok"
},
"imagesResults": [
{
"position": 1,
"title": "Coffee - Wikipedia",
"link": "https://en.wikipedia.org/wiki/Coffee",
"source": "Wikipedia",
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQoVNj_q-nOL2fcwPwV5KsZAPJbaSPKUNk7f0ehvXcno5lZ8VcIAp9xR03uwOpsRht_0To&usqp=CAU",
"original": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Latte_and_dark_coffee.jpg/1200px-Latte_and_dark_coffee.jpg",
"originalWidth": 1200,
"originalHeight": 750
},
{
"position": 2,
"title": "Beyond Caffeine: How the Coffee Experience Enhances Brain Readiness - Neuroscience News",
"link": "https://neurosciencenews.com/coffee-readiness-caffeine-23543/",
"source": "Neuroscience News",
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSPdICnUXV8X-2fnxxoh3VUhcy4jDtq5Us7WxuVkvsj5nVkLBI_FodBg6q20Re4j1snzVU&usqp=CAU",
"original": "https://neurosciencenews.com/files/2023/06/coffee-brain-caffeine-neuroscincces.jpg",
"originalWidth": 1200,
"originalHeight": 800
},
{
"position": 3,
"title": "31 Coffee Brands, Ranked From Worst To Best",
"link": "https://www.tastingtable.com/718678/coffee-brands-ranked-from-worst-to-best/",
"source": "Tasting Table",
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZHlm8CU14JJu7Gi3LpvTHOpLBgiBwLPsSeduBjh_m08oXTVieyMcvR7zZfZ3EjVH56GM&usqp=CAU",
"original": "https://www.tastingtable.com/img/gallery/coffee-brands-ranked-from-worst-to-best/intro-1645231221.jpg",
"originalWidth": 780,
"originalHeight": 438
},
...
{
"position": 99,
"title": "Coffee is essentially panic juice",
"link": "https://www.telegraph.co.uk/health-fitness/mind/coffee-essentially-panic-juice/",
"source": "The Telegraph",
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRwdcKsLA0PLp7l7GAmc6mdtdNfGF1PMXaQBw&usqp=CAU",
"original": "https://www.telegraph.co.uk/content/dam/health-fitness/2023/02/03/TELEMMGLPICT000324110767_trans_NvBQzQNjv4BqHac3hFFKEexe9hfd3rJLuOil7a1KV2STY3xRqqFt_No.jpeg",
"originalWidth": 2500,
"originalHeight": 1568
},
{
"position": 100,
"title": "Can Coffee and Lemon Help With Weight Loss? Experts Explain",
"link": "https://www.goodhousekeeping.com/health/diet-nutrition/a38516008/coffee-lemon-weight-loss/",
"source": "Good Housekeeping",
"thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQwVZ71G0MVF2OazsNYnpKcRGhnslrX7MtwSA&usqp=CAU",
"original": "https://hips.hearstapps.com/hmg-prod/images/coffee-with-lemon-on-gray-wooden-background-table-royalty-free-image-1683936122.jpg?crop=1.00xw:0.749xh;0,0.0933xh&resize=1200:*",
"originalWidth": 1200,
"originalHeight": 602
}
]
}