google-search Questions
1
Google offers you the possibility with Google search to track, like and rate movies or TV shows. You can see those options blended with the information of a given movie when searching for it. You t...
Conductivity asked 25/9, 2020 at 8:58
9
Solved
Is it possible to fine-tune directives to Google to such an extent that it will ignore part of a page, yet still index the rest?
There are a couple of different issues we've come across whic...
Scleroprotein asked 30/9, 2009 at 11:5
1
I want to access my theme config in my source code using typescript.
The following works, because of the any, but I want to use Typescript properly. When I remove the as any I always and up with th...
Gemstone asked 3/5, 2023 at 13:14
3
So I am trying to insert a search form on my website that will redirect the user with their query to Google Search.
I used to be able to do this using:
<form role="search" method="get" id="sea...
Godding asked 18/5, 2015 at 14:14
8
Solved
I've been learning a lot of python lately to work on some projects at work.
Currently I need to do some web scraping with google search results. I found several sites that demonstrated how ...
Luht asked 27/7, 2016 at 17:20
3
Solved
I'm interested in training a question-answering system on top of user-generated search queries but so far it looks like such data is not made available. Are there some research centers or industry ...
Zorine asked 2/6, 2015 at 1:9
1
Solved
From what I understand, Google removed custom date range filters for image searches around 2018 - 2019. I was wondering if anyone has found a workaround.
Are there other image search engines...
Elliott asked 12/10, 2020 at 13:48
7
Solved
I want to search a text in Google using a python script and return the name, description and URL for each result. I'm currently using this code:
from google import search
ip=raw_input("What would...
Barnie asked 28/7, 2016 at 11:45
1
I would like to add GitHub readme.md page to Google search. But Google console need to check ownership of the domain. The problem is I am not the owner of GitHub domain and all suggested solutions ...
Phane asked 12/7, 2021 at 8:35
1
Actually, I am running one query in the search() of GoogleSearch package of python which gives multiple links from the google search in a list format
search(query, tld='com', lang='en', num=20, sta...
Estis asked 11/12, 2020 at 12:31
6
Solved
(I've tried looking but all of the other answers seem to be using urllib2)
I've just started trying to use requests, but I'm still not very clear on how to send or request something additional fro...
Levana asked 25/3, 2014 at 1:25
4
Solved
Some results on Google Search comes with AMP (Accelerated Mobile Pages) icon on theirs links, at least when using a mobile, as soon you click on the link instead of loading the site, google s...
Invigilate asked 4/12, 2016 at 22:0
2
Solved
Is it possible to choose in which language Google Search is going to present results? I would like to let users in my application search the web, but with a slightly adjusted browser, how could I s...
Brooklet asked 28/12, 2016 at 19:42
1
I'm new to multi-processing and I am trying to write a program that gets the top 10 results for a search query on google. In this example, I just want to run 2 search queries simultaneously. Here i...
Sandbag asked 6/4, 2022 at 0:1
2
Solved
I notice if I make a typo in Google search bar, it is very likely to correct it for me.
Like, if I type "incerdible", it will suggest "incredible", or for "stackovflow", it will be "stackoverflow...
Stochmal asked 25/9, 2011 at 2:54
5
I want to access the top five(or any specified number) of links of results from Google. Through research, I found and modified the following code.
import requests
from bs4 import BeautifulSoup
imp...
Circumscription asked 20/4, 2017 at 22:26
3
I'm creating a sample app that will take a query from user and will return the URL result returned from Google's "I'm Feeling Lucky" search. Does Google expose this functionality through their API?...
Goatee asked 1/6, 2013 at 22:25
5
I am trying to add a Google search box to my own website. I would like it to search Google itself, not my site. There was some code I had that use to work, but no longer does:
<form method="get...
Pluvious asked 11/12, 2012 at 15:19
2
Special hours are marketed/documented on Google My Business, see https://support.google.com/business/answer/6303076
Is there a way of retrieve this special opening hours from the Google Places API...
Karyolysis asked 19/12, 2016 at 15:13
4
Solved
I'm trying to get HTML with search results from Google. With sending GET request for example to:
https://www.google.ru/?q=1111
But if in browser all is ok, when I'm trying to use it with curl or...
Ariew asked 26/3, 2017 at 20:46
1
We're developers of mobile device games.
I'm looking for solution how to add our game into list of games on youtube. We would like to use name of the game below video on youtube.
I have read many...
Viscera asked 5/3, 2017 at 16:17
1
I am having an issue with multiple Job Postings on our website.
We offer jobs in multiple location across Canada. All job pages contain an "LD+JSON" structured data for a jobPosting, based on Goog...
Doubleheader asked 17/10, 2019 at 12:17
3
Solved
I am trying to write a script so as to Google-search in terminal. Below is the code :
google.sh
#!/bin/bash
echo "Searching for : $@"
for term in $@ ; do
echo "$term"
$search = $search%20$term...
Enrique asked 2/3, 2016 at 7:39
1
Some pages of my site contain youtube videos and recently I noticed they were shown with bad description.
To be exact it only shows: Your browser does not currently recognize any of the video form...
Plumbo asked 22/1, 2019 at 15:22
1
Solved
I followed the guidelines on Favicon at https://support.google.com/webmasters/answer/9290858?hl=en.
However it has been some time and mt favicon has not been indexed There are some threads o...
Banff asked 9/2, 2020 at 13:26
1 Next >
© 2022 - 2024 — McMap. All rights reserved.