{"id":18043282,"url":"https://github.com/rit3zh/google-image-sr","last_synced_at":"2026-04-17T03:02:59.394Z","repository":{"id":183445499,"uuid":"629032098","full_name":"rit3zh/Google-Image-Sr","owner":"rit3zh","description":"Simple \u0026 beginner friendly google image scraper made with typescript.","archived":false,"fork":false,"pushed_at":"2023-04-17T13:40:11.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T18:14:11.052Z","etag":null,"topics":["github","google","google-images","google-images-api","npm-package","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rit3zh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-17T13:34:53.000Z","updated_at":"2024-11-07T00:38:31.000Z","dependencies_parsed_at":"2023-07-24T14:50:08.995Z","dependency_job_id":null,"html_url":"https://github.com/rit3zh/Google-Image-Sr","commit_stats":null,"previous_names":["trishcx/google-image-sr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rit3zh%2FGoogle-Image-Sr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rit3zh%2FGoogle-Image-Sr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rit3zh%2FGoogle-Image-Sr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rit3zh%2FGoogle-Image-Sr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rit3zh","download_url":"https://codeload.github.com/rit3zh/Google-Image-Sr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280184,"owners_count":20912966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","google","google-images","google-images-api","npm-package","typescript"],"created_at":"2024-10-30T17:07:56.217Z","updated_at":"2026-04-17T03:02:54.362Z","avatar_url":"https://github.com/rit3zh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n    \u003cp align=\"center\"\u003e\r\n    \u003ch1 align=\"center\"\u003eGoogle Image SR\r\n    \u003ch5 align=\"center\"\u003eEasy \u0026 Beginner friendly google-images scraper made with ❤️ and typescript.\r\n\u003c/p\u003e\r\n\u003c/p\u003e\r\n\u003cp align=\"center\"\u003e\r\n\u003ca href=\"https://github.com/TrishCX/Google-Image-Sr\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"http://forthebadge.com/images/badges/built-with-love.svg\"/\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n  \u003cp align=\"center\"\u003e\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://github.com/TrishCX/Google-Image-Sr\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/npm/v/google-image-sr.svg\" alt=\"Build Status\"\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://github.com/TrishCX/Google-Image-Sr\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/License-Boost_1.0-lightblue.svg\" alt=\"Codecov\" /\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://github.com/TrishCX/Google-Image-Sr\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/License-ISC-blue.svg\" alt=\"License\"\u003e\r\n  \u003c/a\u003e\r\n  \r\n\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://www.npmjs.com/package/google-image-sr\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/npm/dt/google-image-sr.svg\" /\u003e\r\n  \u003c/a\u003e\r\n  \r\n\u003c/p\u003e\r\n\r\n# Options\r\n\r\n- \"Include\" Only filter out results from the specified domain.\r\n- \"safe\" Only get safe results in return.\r\n- \"userAgent\" The user agent to use while making calls.\r\n\r\n# 🔗 Prerequisites\r\n\r\n- NodeJS 16 +\r\n\r\n# ❔Installation\r\n\r\n```console\r\n$ npm install google-image-sr\r\n```\r\n\r\n## Import\r\n\r\n```typescript\r\nimport search from \"google-image-sr\";\r\n```\r\n\r\n## Example\r\n\r\n```ts\r\nimport search from \"google-image-sr\";\r\n(async () =\u003e {\r\n  const query = \"Anime\";\r\n  const response = await search(query);\r\n  console.log(response);\r\n})(); // Anonymous arrow function.\r\n```\r\n\r\n## Output\r\n\r\n```ts\r\n[\r\n  {\r\n    title: 'Strongest Anime Characters ...',\r\n    url: 'https://www.fortressofsolitude.co.za/the-15-most-powerful-anime-characters-of-all-time/',\r\n    image: 'https://www.fortressofsolitude.co.za/wp-content/uploads/2022/08/most-powerful-anime-characters.jpeg'\r\n  },\r\n  {\r\n    title: 'The anime Haikyuu!! would have already ...',\r\n    url: 'https://en.datosjam.net.pe/anime/the-anime-haikyuu-would-have-already-confirmed-a-fifth-season/',\r\n    image: 'https://en.datosjam.net.pe/wp-content/uploads/2022/08/The-anime-Haikyuu-would-have-already-confirmed-a-fifth-season.jpg'\r\n  },\r\n  {\r\n    title: 'Death Note (TV Series 2006–2007) - IMDb',\r\n    url: 'https://www.imdb.com/title/tt0877057/',\r\n    image: 'https://m.media-amazon.com/images/M/MV5BNjRiNmNjMmMtN2U2Yi00ODgxLTk3OTMtMmI1MTI1NjYyZTEzXkEyXkFqcGdeQXVyNjAwNDUxODI@._V1_FMjpg_UX1000_.jpg'\r\n  },\r\n  {\r\n    title: 'Top 10 Anime of 2022 - YouTube',\r\n    url: 'https://www.youtube.com/watch?v\\\\u003dCk4uC3pI7jk',\r\n    image: 'https://i.ytimg.com/vi/Ck4uC3pI7jk/maxresdefault.jpg'\r\n  },\r\n  {\r\n    title: 'How to draw and color anime hair | Art ...',\r\n    url: 'https://www.clipstudio.net/how-to-draw/archives/161517',\r\n    image: 'https://i.ytimg.com/vi/aAl87Vo4rlI/maxresdefault.jpg'\r\n  },\r\n  {\r\n    title: 'NieR: Automata Ver1.1a TV anime to ...',\r\n    url: 'https://www.gematsu.com/2022/12/nier-automata-ver1-1a-tv-anime-to-begin-airing-january-7-2023-promotion-file-008-trailer',\r\n    image: 'https://www.gematsu.com/wp-content/uploads/2022/12/NieR-Automata-PV_12-25-22.jpg'\r\n  },\r\n  {\r\n    title: 'Best Anime of 2019: Top New Anime ...',\r\n    url: 'https://www.thrillist.com/entertainment/nation/best-anime-2019',\r\n    image: 'https://assets3.thrillist.com/v1/image/2855064/828x1500/flatten;scale;webp=auto;jpeg_quality=60.jpg'\r\n  },\r\n  {\r\n    title: 'Anime girl with bear white / black hood ...',\r\n    url: 'https://puzzlefactory.com/manga-anime-puzzle/248565-anime-girl-with-bear-white-black-hood-jigsaw-puzzle',\r\n    image: 'https://assets.puzzlefactory.com/puzzle/248/565/original.jpg'\r\n  },\r\n  {\r\n    title: 'The best anime on Netflix right now ...',\r\n    url: 'https://ew.com/tv/best-anime-on-netflix/',\r\n    image: 'https://imagesvc.meredithcorp.io/v3/mm/image?url=https://static.onecms.io/wp-content/uploads/sites/6/2020/09/18/Blue-Exorcist.jpg'\r\n  },\r\n  {\r\n    title: 'Jujutsu Kaisen (Anime) | Jujutsu Kaisen ...',\r\n    url: 'https://jujutsu-kaisen.fandom.com/wiki/Jujutsu_Kaisen_(Anime)',\r\n    image: 'https://static.wikia.nocookie.net/jujutsu-kaisen/images/8/88/Anime_Key_Visual_2.png/revision/latest?cb=20201212034001'\r\n  },\r\n  {\r\n    title: '30 Best Anime Movies of All Time ...',\r\n    url: 'https://jw-webmagazine.com/best-anime-movies/',\r\n    image: 'https://jw-webmagazine.com/wp-content/uploads/2020/04/chihiro042-1.jpg'\r\n  },\r\n  {\r\n    title: '10 Best Anime of 2023 - Top Anime to Watch',\r\n    url: 'https://www.cosmopolitan.com/entertainment/tv/g42624799/best-anime-2023/',\r\n    image: 'https://hips.hearstapps.com/hmg-prod/images/best-anime-2023-1-1674595243.png?crop=0.505xw:1.00xh;0.460xw,0\u0026resize=1200:*'\r\n  },\r\n  {\r\n    title: \"The Best Anime To Watch If You're An ...\",\r\n    url: 'https://www.looper.com/622093/the-best-anime-to-watch-if-youre-an-anime-newbie/',\r\n    image: 'https://www.looper.com/img/gallery/the-best-anime-to-watch-if-youre-an-anime-newbie/intro-1633148302.jpg'\r\n  },\r\n  {\r\n    title: \"Naruto' Anime Getting Four New Episodes ...\",\r\n    url: 'https://hypebeast.com/2023/3/naruto-anime-four-new-episodes-boruto-anime-ending-part-i-info',\r\n    image: 'https://image-cdn.hypb.st/https://hypebeast.com/image/2023/03/naruto-anime-four-new-episodes-boruto-anime-ending-part-i-info-000.jpg?w=960\u0026cbr=1\u0026q=90\u0026fit=max'\r\n  },\r\n  {\r\n    title: 'Netflix Orders Anime Series Based On ...',\r\n    url: 'https://deadline.com/2023/02/netflix-anime-series-japanese-manga-pluto-voice-cast-1235260159/',\r\n    image: 'https://deadline.com/wp-content/uploads/2023/02/Pluto_S1_Sneak-Peek_Thumb_16X9_Publicity.jpeg'\r\n  },\r\n  {\r\n    title: 'Best Anime Just Added to Crunchyroll ...',\r\n    url: 'https://www.denofgeek.com/tv/best-anime-added-to-crunchyroll/',\r\n    image: 'https://www.denofgeek.com/wp-content/uploads/2022/05/Crunchyroll.jpeg?resize=768,432'\r\n  }]\r\n    ... 55 more items\r\n```\r\n\r\n# 🔗 Links\r\n\r\n- [Github](https://github.com/TrishCX)\r\n- [Repository](https://github.com/TrishCX/Google-Image-Sr)\r\n\r\n# License\r\n\r\nISC\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frit3zh%2Fgoogle-image-sr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frit3zh%2Fgoogle-image-sr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frit3zh%2Fgoogle-image-sr/lists"}