Google Images Scraper avatar
Google Images Scraper

Pricing

$5.00 / 1,000 results

Go to Store
Google Images Scraper

Google Images Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

Powerful Google Images scraper collect up to 5000 image results per runn with flexible search options, language support. Perfect for visual content research, competitor analysis, and image SEO optimization. ๐Ÿ–ผ๏ธ๐Ÿ”

5.0 (1)

Pricing

$5.00 / 1,000 results

2

Total users

87

Monthly users

17

Runs succeeded

>99%

Last modified

2 months ago

Google Images Scraper ๐Ÿ–ผ๏ธ๐Ÿ”

Effortlessly scrape image data from Google with this powerful and flexible Actor! ๐Ÿš€

Features โœจ

  • ๐ŸŽจ Scrape image results based on your search query
  • ๐Ÿ”ข Retrieve up to 5000 results per run
  • ๐ŸŒ Support for multiple countries and languages
  • โณ Time-based filtering options
  • ๐Ÿ’พ Results saved directly to your Apify dataset
  • ๐ŸŽ›๏ธ Advanced image filtering options (color, size, type, usage rights)

Use Cases ๐Ÿ’ก

  • ๐Ÿ–ผ๏ธ Visual content research and trend analysis
  • ๐ŸŽจ Competitor image strategy analysis
  • ๐Ÿ” Brand monitoring and logo tracking
  • ๐Ÿ“Š Image SEO optimization
  • ๐ŸŽญ Specific image type searches (e.g., clipart, GIFs)
  • ๐Ÿ“ Size-specific image searches
  • ๐Ÿ–Œ๏ธ Color-based image analysis

How It Works ๐Ÿ› ๏ธ

  1. Set your search parameters in the input
  2. The Actor fetch Google Image search data
  3. Results are processed and saved to your Apify dataset
  4. Repeat until the desired number of results is reached or all available data is collected

Input Parameters ๐Ÿ“

  • maxItems: Maximum number of results to collect (100-5000)
  • query: Your search term
  • images_page: Specific page of image results to retrieve
  • images_color: Filter images by color (e.g., "red", "blue", "black_and_white")
  • images_size: Filter images by size ("large", "medium", "icon")
  • images_type: Filter images by type ("clipart", "line_drawing", "gif")
  • images_usage: Filter images by usage rights
  • gl: Google country code (e.g., "us" for United States)
  • hl: Interface language (e.g., "en" for English)
  • lr: Language of search results (e.g., "lang_en" for English)
  • cr: Country restriction for search results
  • time_period: Time range for results (e.g., "last_month")
  • nfpr: No auto-correction of spelling (0 or 1)
  • filter: Whether to filter similar results (0 or 1)

Output ๐Ÿ“Š

The Actor provides detailed information about each image result, including:

  • Title
  • Source URL
  • Image URL
  • Thumbnail URL
  • Original width and height
  • File format
  • And more!

Get started with Google Images Scraper today and unlock valuable insights into visual content across the web! ๐Ÿš€๐Ÿ–ผ๏ธ

Input Example

A full explanation of an input example in JSON.

{
"maxItems": 100,
"query": "spacex"
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"position": 1,
"title": "SpaceX - Mission",
"link": "https://www.spacex.com/mission/",
"domain": "www.spacex.com",
"width": 275,
"height": 183,
"image": "https://www.spacex.com/static/images/locations/kennedy.jpg",
"source": {
"link": "https://SpaceX - Mission",
"domain": "spacex",
"name": "SpaceX - Mission"
}
},
{
"position": 2,
"title": "Amazon taps SpaceX for satellite launch even though Jeff Bezos has his own rocket company | CNN Business",
"link": "https://www.cnn.com/2023/12/01/business/amazon-spacex-kuiper-launch-scn/index.html",
"domain": "www.cnn.com",
"width": 275,
"height": 183,
"image": "https://media.cnn.com/api/v1/images/stellar/prod/2023-05-22t004316z-2116487779-rc2831auwisd-rtrmadp-3-space-exploration-iss-axiom.jpg?c=original",
"source": {
"link": "https://Amazon taps SpaceX for satellite launch even though Jeff Bezos has his own rocket company | CNN Business",
"domain": "amazon",
"name": "Amazon taps SpaceX for satellite launch even though Jeff Bezos has his own rocket company | CNN Business"
}
},
...
]