Questions tagged [web-search]

58 questions
0
votes
2 answers

Search implementation on classified site

I am presently working on a classified site which is developed in PHP. I want to implement two types of search in our site: Search from our own site Search the web. I was about to implement Solr for the first search, but am not sure how to…
Rose
  • 195
  • 2
  • 3
  • 8
0
votes
5 answers

Accessing website search box in Java

What I need to write is a code snippet that would go to a website e.g. www.google.com find the search box put in the phrase and retrieve HTML code of results page/pages. Is it possible to achieve this in Java?
BroPl
  • 21
  • 6
0
votes
0 answers

Matlab search in a website and get results

I would like to perform a search in a website (every time searching different terms) and get results in matlab platform. Do you know any easy and reliable method to perform this? Thanks in advance. LK
yooyle
  • 77
  • 2
  • 10
0
votes
0 answers

from HTTP to HTTPS in Google Search

Recently we moved our whole web site from HTTP to HTTPS. 2 days ago I have received email from Google search saying "Page indexing issues detected in submitted URLs" - main reason: "Page with redirect". So, web server redirects HTTP calls to HTTPS…
0
votes
0 answers

In Python, I want to give image as input and according to it products from local db (SQLite or SQLServer or MySQL) should be displayed

I am looking for a sample code where I can give input type as Image to search for products using Python Django Framework for one of project. after image successfully uploaded, I need to check the image and according to it, products should be listed…
0
votes
0 answers

How to automatize image search with 2 different types of queries?

I need to do some data scraping and it would be very useful for me if there was a way to implement an algorithm that downloads a subset of images matching a certain query, but only within a specific 'root' website (for example all images in…
StackyGuy
  • 37
  • 7
0
votes
0 answers

How to automate Web Scraping with R from a password protected website?

I'm very new in web scraping and automation and for this reason I ask if you can give me a hand with this problem: I have a dataframe with information about several spanish companies. I want to identify the company sector, extracting CNAE…
0
votes
0 answers

Getelementsbyname issue

I am having a little issue and need help. I am trying to automate searching on website but get elements by name is not working on that specific website. The same code is working with other websites such as bing, or google, but it is not working on…
0
votes
0 answers

Google Search Result count in Unity c#

So i want to retrieve the amount of results from a google search. I dont use the Google search API because it doesnt give the right numbers, i want the exact same that are one the webpage when you google someting (thats actually the whole point of…
0
votes
0 answers

How can I crop an image form a google web search in Android

I build a Google web search like example below. String url = "https://www.google.com" Uri picUri = Uri.parse(url); Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse(url)); startActivity(intent); best solution so far was…
0
votes
1 answer

How to find out upload/post time of an special website URL?

Often when searching for information i hit the problem, that the author of an article/website/blog post doesnt give out a date. Is there any way (maybe special meta search engine, web-archives, use of google search operators to find out at least on…
0
votes
1 answer

Search Google through speech recognition

The following code returns an empty search query and I need to use "search" as the activation key word and then search for the following word "search". private static void rec_speachRecogmized(object sender, SpeechRecognizedEventArgs e) …
0
votes
1 answer

Open google search page for my query using swift (xcode)

I want to open Google search page for a given query using swift. Here is my code that opens the google web page on my default browser but i need it to open search results for a given query. How to go about it? I am new to swift. if let url =…
Jay.Rana
  • 59
  • 7
0
votes
1 answer

Bing API Web Search Python

I'm trying to create a search bot which uses Bing Web Search API but I'm facing an issue. subscription_key = API_KEY assert subscription_key search_url = "https://api.cognitive.microsoft.com/bing/v7.0/search" search_term = "Sayam Kanwar" import…
sayamkanwar
  • 49
  • 1
  • 10
0
votes
0 answers

Adding Website Search functionality in a site

I am developing a laravel 5.2 site, and I want to implement search functionality in it. Lets say of higher level, like search OLX.com uses. I have tried mysql FULL TEXT Indexes but it doesn't give very optimized results. What will be the best…
rida mukhtar
  • 229
  • 2
  • 12