294 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
1
vote
2
replies
60
views
From image to YouTube url?
I have an image and would like to get the URL of the Youtube videos (with the exact time) where this image (or similar) appears inside.
I've already seen a site that does this ( https://findthisbase....
3
votes
0
answers
132
views
Why does SerpAPI always return 100 results regardless if I set the params num to 5 or 150?
I am starting to use SerpAPI and somehow setting the num doesn't work. Whether I set it to 5 or 150, I always get 100 images in the returned image_results list.
params = {
"engine": "...
0
votes
0
answers
33
views
How can I pass a bitmap to Google Image Search in c# to show similar images?
How can I pass a bitmap to Google Image Search in c# (Windows Forms project) to show images similar to the bitmap?
0
votes
1
answer
193
views
Show Google Search results in Images rather than All tab from c#
I would like to run Google Search using the default browser from a C# program using a specified search string. I can do this via the command
Process.Start(new ProcessStartInfo { FileName = url, ...
0
votes
1
answer
200
views
How can I make this slash command a message (prefix) command?
I'm hosting a Discord bot for a small private server of mine with the purpose of pulling a random image from Google Images search results. I've been using this repository as the basis, and after ...
2
votes
0
answers
298
views
How do I download a high-quality photo when web scraping Google images?
so, i'm practicing web scraping in python3 and i'm just trying to download photos from google, but when i do, i get photos with low resolution.
import requests, webbrowser, bs4
# this code ...
0
votes
1
answer
604
views
Product search by image using Vision API
I'd like to search for products from particular websites using a user-chosen image. E.g. the user chooses an image of a shirt, the search returns pages of products on certain ecommerce websites with ...
0
votes
1
answer
111
views
Google-Image-Search API only downloads grayscale images
I am using the following code to download images from Google-image-search API using python. However, no matter what 'search_parameters' I use I get grayscale images. I need to get color images:
Python ...
1
vote
1
answer
554
views
Google images reverse image search via image url
Last year Ive been able to integrate a link like this into my webapp
https://images.google.com/searchbyimage?image_url=image_url
However this stopped working a few months ago does anyone have an ...
0
votes
2
answers
806
views
How to download the images using google custom search api?
I have used google image api in python to download 500 images. After downloading few images, it is giving an bad request error. Below is the code
from google_images_search import GoogleImagesSearch
...
1
vote
1
answer
508
views
URL to perform Google Image Search for a specific URL
It used to be possible to perform an image search using the following URL format:
https://www.google.com/searchbyimage?image_url=<URLHERE>
But it seems to no longer be functional.
Did it change ...
0
votes
1
answer
201
views
Google Terms of use always need accept: "accept all" or "reject all"
When I normally start the chrome browser, I don't have to accept anything anymore, it works right away.
But using chromedriver (python, selenium) I have to accept conditions every time.
I don't use ...
0
votes
2
answers
278
views
Python, Selenium web scrapping error with xpath: invalid selector,... is not a valid XPath expression, ... 'evaluate' on 'Document'
I'm doing a tutorial and the task is to download pictures from "Google Images", using Python and Selenium but I have some problems.
import bs4
import requests
from selenium import webdriver
...
1
vote
0
answers
1k
views
How to upload local file to google reverse image search via URL?
I try to automate the upload of a local image file to google reverse image search. To be clear, I only want to do the upload. (Open default browser -> open google reverse image search -> upload ...
2
votes
0
answers
402
views
How to download google lens responses image with white effect on OCR texts?
When I upload an image to Google Lens using desktop browsers, after OCR and text extraction, a white effect is created by Google Lens around found texts and a black effect is created on the rest of ...