All Projects → rushilsrivastava → Image_search

rushilsrivastava / Image_search

Licence: mit
Python Library to download images and metadata from popular search engines.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Image search

SearchScraperAPI
Aiohttp web server API, which scrapes Google and returns scrape results as response. Supports proxies, multiple geos and number of results.
Stars: ✭ 31 (-63.95%)
Mutual labels:  scraper, bing
Crow Translate
A simple and lightweight translator that allows to translate and speak text using Google, Yandex and Bing.
Stars: ✭ 503 (+484.88%)
Mutual labels:  bing, google
Searchwithmybrowser
Open Cortana searches with your default browser.
Stars: ✭ 285 (+231.4%)
Mutual labels:  bing, google
unfurl
Extract rich metadata from URLs
Stars: ✭ 41 (-52.33%)
Mutual labels:  metadata, scraper
Serp
Google Search SERP Scraper
Stars: ✭ 40 (-53.49%)
Mutual labels:  google, scraper
oge
Page metadata as a service
Stars: ✭ 22 (-74.42%)
Mutual labels:  metadata, scraper
Katana
A Python Tool For google Hacking
Stars: ✭ 355 (+312.79%)
Mutual labels:  google, scraper
MangDL
The most inefficient Manga downloader for PC
Stars: ✭ 40 (-53.49%)
Mutual labels:  metadata, scraper
Emby.plugins.javscraper
Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
Stars: ✭ 864 (+904.65%)
Mutual labels:  scraper, metadata
Search Deflector
A small program that forwards searches from Cortana to your preferred browser and search engine.
Stars: ✭ 620 (+620.93%)
Mutual labels:  bing, google
YouTube-MA
💾 YouTube video metadata archiver written in Golang
Stars: ✭ 17 (-80.23%)
Mutual labels:  metadata, scraper
Image Downloader
Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.
Stars: ✭ 1,173 (+1263.95%)
Mutual labels:  bing, google
Awesome-meta-tags
📙 Awesome collection of meta tags
Stars: ✭ 18 (-79.07%)
Mutual labels:  metadata, bing
bing-ip2hosts
bingip2hosts is a Bing.com web scraper that discovers websites by IP address
Stars: ✭ 99 (+15.12%)
Mutual labels:  scraper, bing
tinyPornManager
Made for pornhub. Fork from tinyMediaManager v3
Stars: ✭ 57 (-33.72%)
Mutual labels:  metadata, scraper
Translators
🌏🌍🌎Translators🌎🌍🌏 is a library which aims to bring free, multiple, enjoyable translation to individuals and students in Python. Translators是一个旨在用Python为个人和学生带来免费、多样、愉快翻译的库。
Stars: ✭ 295 (+243.02%)
Mutual labels:  bing, google
Search Engine Parser
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
Stars: ✭ 216 (+151.16%)
Mutual labels:  bing, google
Sitedorks
Search Google/Bing/Ecosia/DuckDuckGo/Yandex/Yahoo for a search term with a default set of websites, bug bounty programs or a custom collection.
Stars: ✭ 221 (+156.98%)
Mutual labels:  bing, google
Googledictionaryapi
Google does not provide Google Dictionary API so I created one.
Stars: ✭ 528 (+513.95%)
Mutual labels:  google, scraper
Scrape
Distributed Scraper
Stars: ✭ 65 (-24.42%)
Mutual labels:  scraper, metadata

Image Search Python Package

Build Status

A simple python package for saving images from Bing and Google without using API keys. This package utilizes web browsers to help scrape images found on web searches.

This should only be used for educational and personal purposes only. I am not responsible for any issues that may arise by scraping such sources. All images are copyrighted and owned by their respective owners, I do not claim any ownership.

Ensure you have the appropriate version of ChromeDriver on your machine if you would like to scrape from Google Images.

Usage

usage: image_search [-h] [--limit LIMIT] [--json] [--url URL]
                [--adult-filter-off]
                engine query

Example: Google Images

image_search google cat --limit 10 --json

This will download 10 cat images and metadata from Google Images.

Example: Bing Images

image_search bing dog --limit 10 --json

This will download 10 dog images and metadata from Bing Images.

FAQs

How can I download a specific amount of images?

  • Use the --limit flag to define the amount of images you want to download.

How do I search with custom filters on Google Images?

  • Use the --url flag to define your own url with the search filter.

Disclaimer

This program lets you scrape/download many images from Bing and Google. Please do not download any image violating its copyright terms. Google Images and Bing Images are merely search engines that index images and allow you to find them. Neither Google nor Bing produce these images, and as such, they don't warrant a copyright on any of the images. The original creators of the images own the copyrights.

Images published in the United States are automatically copyrighted by their owners, even if they do not explicitly carry a copyright warning. You may not reproduce copyright images without their owner's permission, except in "fair use" cases. You could risk running into lawyer's warnings, cease-and-desist letters, and copyright suits. Please be careful, and make sure your are not violating any laws!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].